/* 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: #3c382f;
    font-family: Arial,sans-serif;
    font-size: 1.2307em;
    line-height:1em;
    z-index: 1;
}

.div_idalgo_container a{color:#3c382f;}
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}

/* 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:#fbfaf9;
}
a.a_idalgo_widget_link{
    font-size:0.75em;
    color:#003978;
}

/** 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:#bbb6a8;}

.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: #645f4f;
  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/Pattern/CSS/TeamListPresentation.css ********************************************/

div.div_idalgo_content_team_list_presentation {position:relative;display:block}

/** Deuxieme partie de la page : zone geo, filtre et groupe **/
div.div_idalgo_content_team_list_nation{position:relative}

/** Zone g&eacute;o **/
ul.ul_idalgo_content_team_list_area {position:relative;width:450px;margin:20px auto 40px auto;font-size:0.8em;border-style:solid;border-color:#e4e2dd;border-width:1px 0 1px 1px}
ul.ul_idalgo_content_team_list_area li
{
    position:relative;
    height:100px;width:20%;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:85px 100px;
    text-align:center;
    color:#645f4f;
    cursor:pointer
}
ul.ul_idalgo_content_team_list_area li:hover {color:#003978}
ul.ul_idalgo_content_team_list_area li span {display:block;padding-top:10px;line-height:1em}
ul.ul_idalgo_content_team_list_area li span.span_idalgo_content_team_list_area_zone_teams{position:absolute;display:block;top:0;left:0;right:0;bottom:0;padding:0;font-size:2em;line-height:98px;border-style:solid;border-color:#e4e2dd;border-width:0 1px 0 0}
ul.ul_idalgo_content_team_list_area li span + span + span{padding:0;margin-top:50px}

/** Filtre **/
div.div_idalgo_content_team_list_filter {position:relative;margin-bottom:25px;font-size:0.8em}
div.div_idalgo_content_team_list_filter ul li {position:relative;width:50%;float:left;text-align:center}
div.div_idalgo_content_team_list_filter ul li span {border:1px solid #e4e2dd;padding:5px 20px;font-weight:bold;color:#645f4f;background-color: #ffffff;cursor:pointer}
div.div_idalgo_content_team_list_filter ul li span:hover {background-color:#fbfaf9}

/** Le trait sur les filtres **/
div.div_idalgo_content_team_list_filter_separate{position:absolute;display:block;background-color:#e4e2dd;top:9px;height:1px;width:100%;z-index:-1}

/** Listes des groupes **/
/** Navigation groupe **/
div.div_idalgo_content_team_list_group_title,
div.div_idalgo_content_team_list_group_nav{display:none}
div.div_idalgo_content_team_list_group {position:relative;width:100%}
ul.ul_idalgo_content_team_list_group {width:100%;top:0;text-align:left;margin-top:30px}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group {position:relative;width:24%;height:200px;margin-bottom:40px;float:left;border:1px solid #e4e2dd}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group span.span_idalgo_content_team_list_group_title,
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group a.a_idalgo_content_team_list_group_title
{
    background-color: #FFFFFF;
    border: 1px solid #e4e2dd;
    border-radius: 50%;
    color:#645f4f;
    font-size: 1.25em;
    text-align: center;
    top: -22px;
    left: 50%;
    margin-left:-20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    cursor:pointer
}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group span.span_idalgo_content_team_list_group_title:HOVER{background-color:#fbfaf9}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group a.a_idalgo_content_team_list_group_title:HOVER{background-color:#fbfaf9}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team {margin-top:30px;position:relative}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li {position:relative;height:30px;line-height:30px;margin-bottom:10px;font-size:0.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li:hover {background-color:#fbfaf9}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li.li_idalgo_group_is_selected {background-color:#003978;color:#ffffff}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li img,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li span ,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li a {position:absolute}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li img{left:10px;top:7px}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li span,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li a {left:40px;right:0;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/** Partie EDITO **/
div.div_idalgo_content_team_list_edito_group {display:none}

ul.ul_idalgo_content_team_list_edito_presentation {height: 106px;margin-bottom: 12px;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation {position:relative;display:block;float:left;background-color: #fbfaf9;height:106px}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation[onclick]{cursor:pointer}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team,
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_logo {position:relative;text-align:center;}

ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team {height:20px;margin-top:10px;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.idalgo_sprite {display: none;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team img {position:absolute;left:20%}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.span_idalgo_content_team_list_edito_presentation_team_name
{position:absolute;left:40%;text-transform:uppercase;font-size:0.8em;text-align:left;overflow: hidden;position: absolute;text-overflow: ellipsis;white-space: nowrap;width: 60%;}

ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_logo {margin-bottom: 10px;margin-top:5px;}

ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_paper {display: none;}


ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation_selected {background-color:#ffffff;border-top:1px solid #fbfaf9;border-bottom:1px solid #fbfaf9}

div.div_idalgo_content_team_list_edito_presentation_paper_web {display: block;background-color: #ffffff;padding: 10px;}

div.div_idalgo_content_team_list_edito_presentation_paper_content {margin-top:15px;margin-bottom:25px;text-align: center;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p,
div.div_idalgo_content_team_list_edito_presentation_paper_content ul {margin:0;padding:0;font-size: 0.75em;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title {text-transform: uppercase;border-bottom: 1px solid #e4e2dd;padding-bottom:5px;margin:0 10%;position: relative;letter-spacing:0.3em;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_text {margin-top:5px;margin-bottom: 10px;}
div.div_idalgo_content_team_list_edito_presentation_paper_content ul.ul_idalgo_content_team_list_edito_presentation_paper_content_text {list-style: disc inside none;margin-top: 5px;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title span.idalgo_sprite {position: absolute;width: 30px;height: 20px;right:0px;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_1 {border:none;font-size: 1.1em; font-weight: bold;font-family: "Georgia",Times New Roman,Times,serif;letter-spacing:normal;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_text_type_1 {margin-top:20px;}
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_1 span.idalgo_sprite {background:none;} /* Pr&eacute;sentation */
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_3 span.idalgo_sprite {background-position:center -3231px;} /* Forces */
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_4 span.idalgo_sprite {background-position:center -3262px;} /* Faiblesses */
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_11 span.idalgo_sprite {background-position:center -3325px;} /* Ambitions */
div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title_type_key_player span.idalgo_sprite {background-position:center -3294px;} /* Joueurs */

div.div_idalgo_content_team_list_edito_presentation_key_player_content {display: inline-block;width: 130px;margin-right:15px;margin-top: 5px}
div.div_idalgo_content_team_list_edito_presentation_key_player_content img.img_idalgo_content_team_list_edito_presentation_key_player_content {float:left;margin-right:10px;}
div.div_idalgo_content_team_list_edito_presentation_key_player_content p {text-align:left;font-size:0.75em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-overflow:'.';}
div.div_idalgo_content_team_list_edito_presentation_key_player_content p.p_idalgo_content_team_list_edito_presentation_key_player_content_firstname {text-transform:capitalize;}
div.div_idalgo_content_team_list_edito_presentation_key_player_content p.p_idalgo_content_team_list_edito_presentation_key_player_content_name {font-weight:bold;text-transform:uppercase;}

/* CSS Calendar */
ul.ul_idalgo_content_team_list_edito_group{position:relative;display:block}
    li.li_idalgo_content_team_list_edito_group{position:relative;display:block;height:2em;line-height:2em;border-bottom:1px solid #e4e2dd}
    div.div_idalgo_content_team_list_edito_group_date{position:absolute;display:block;top:0;left:0;height:100%;width:20%;text-align:center;color:#bbb6a8;font-size:0.6875em}
    div.div_idalgo_content_team_list_edito_group_match{position:absolute;display:block;top:0;left:25%;width:70%;height:100%}
        div.div_idalgo_content_team_list_edito_group_match_localteam{position:absolute;display:block;top:0;left:0;width:40%;height:100%}
            img.img_idalgo_content_team_list_edito_group_match_localteam{position:absolute;display:block;width:16px;height:11px;top:50%;margin-top:-6px;left:10px;}
            a.a_idalgo_content_team_list_edito_group_match_localteam_name,
            a.a_idalgo_content_team_list_edito_group_match_localteam_shortname{
                position:absolute;display:block;
                left:35px;
                right:0;
                text-transform:uppercase;
                text-align:center;
                color:#3c382f;
                font-size:0.75em;
                overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap
            }
        div.div_idalgo_content_team_list_edito_group_match_score{position:absolute;display:block;top:0;left:40%;width:20%;height:100%;text-align:center}
            a.a_idalgo_content_team_list_edito_group_match_score{text-decoration:none;position:initial}
        div.div_idalgo_content_team_list_edito_group_match_visitorteam{position:absolute;display:block;top:0;left:60%;width:40%;height:100%}
            img.img_idalgo_content_team_list_edito_group_match_visitorteam{position:absolute;display:block;width:16px;height:11px;top:50%;margin-top:-6px;right:10px;}
            a.a_idalgo_content_team_list_edito_group_match_visitorteam_name,
            a.a_idalgo_content_team_list_edito_group_match_visitorteam_shortname{
                position:absolute;display:block;
                right:35px;
                left:0;
                text-transform:uppercase;
                text-align:center;
                color:#3c382f;
                font-size:0.75em;
                overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap
            }

    a.a_idalgo_content_team_list_edito_group_match_localteam_shortname,
    a.a_idalgo_content_team_list_edito_group_match_visitorteam_shortname{display:none}

    /* Navigation edito */
    div.div_idalgo_content_team_list_navigation {position:relative;display:block;height:50px;width:100%;overflow:hidden;margin-bottom:20px}
    span.span_idalgo_content_team_list_navigation_prev {position:absolute;display:block;width:50px;height:50px;cursor:pointer;left:25%;z-index:1}
    span.span_idalgo_content_team_list_navigation_next {position:absolute;display:block;width:50px;height:50px;cursor:pointer;right:25%;z-index:1}
    ul.ul_idalgo_content_team_list_navigation_content{position:absolute;display:block;z-index:0}
    ul.ul_idalgo_content_team_list_navigation_content li span.idalgo_is_selected{background-color:#fbfaf9}
        li.li_idalgo_content_team_list_navigation_content_group {position:relative;display:inline-block;
        height:100%;float:left;line-height:30px;text-align:center}
            span.span_idalgo_content_team_list_navigation_content_group_name
            {
                position:relative;
                display:block;
                border:1px solid #e4e2dd;border-radius:50%;
                font-size:1.25em;
                top:-8px;
                width:40px;height:40px;line-height:40px;
                margin:15px auto;
                background-color:#ffffff;
                color:#645f4f
            }


    div.div_idalgo_content_team_list_navigation_seperate {position:absolute;display:block;background-color:#e4e2dd;top:30px;height:1px;width:100%;z-index:-1}

/** Selection des diff&eacute;rents filtres **/
ul.ul_idalgo_content_team_list_area li{opacity:0.5}
ul.ul_idalgo_content_team_list_area li.idalgo_is_selected_filter{color:#003978;opacity:1}
ul.ul_idalgo_content_team_list_filter li.li_idalgo_content_team_list_filter span.idalgo_is_selected_filter,
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group > span.idalgo_is_selected_filter{background-color:#fbfaf9}

/* Module/Common/CSS/MainDomList.css ******************************************************/

/* Listbox DropDown */
div.div_idalgo_listbox{position:relative;height:auto}
div.div_idalgo_listbox:after {
    clear: both;
}
div.div_idalgo_listbox:before,
div.div_idalgo_listbox:after {
    content: "";
    display: table;
}

div.div_idalgo_listbox a.idalgo_listbox_split_left{
    display:block;
    height:38px;
    padding-left:35px;
    line-height:38px;
    box-sizing:content-box
}

div.div_idalgo_listbox a.idalgo_listbox_split_right{
    display:block;
    height:38px;
    padding-right:35px;
    line-height:38px;
    box-sizing:content-box
}
div.div_idalgo_listbox button.idalgo_listbox_split_left{
    position:absolute;display:block;
    left:0;
    top:0;
    width:37px;
    height:38px;
    box-sizing:content-box
}
div.div_idalgo_listbox button.idalgo_listbox_split_right{
    position:absolute;display:block;
    right:0;
    top:0;
    width:37px;
    height:38px;
    box-sizing:content-box
}
div.div_idalgo_listbox .button_idalgo_dropdown {
    position: relative;
    width:100%;
    color:#003978;
    /*line-height:3.6363em;
    height:3.6363em;*/
    line-height:40px;
    height:40px;
    text-align:center;
    box-sizing:border-box
}
button.button_idalgo_dropdown span.idalgo_picture_triangle{top:5px}
a.a_idalgo_dropdown{overflow:hidden;}
div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu {
  display: block;
  margin-top: 1px;
}


ul.ul_idalgo_dropdown_menu{
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #e4e2dd;
    background-clip: padding-box;
    overflow:visible;
    width: auto;
    left: 0;
    right: 0;
}

li.li_idalgo_dropdown_menu {
    position: relative;
    padding:3px 15px;
}
ul.ul_idalgo_dropdown_menu a {
    position: relative;display:block;
    font-weight: normal;
    color: #3c382f;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    cursor:pointer;
    font-size:0.6875em;
}

ul.ul_idalgo_dropdown_menu li.li_idalgo_dropdown_menu:hover{
    background-color: #d66000;
}

div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu{
  display: block;
}

/** Navigation **/
ul.ul_idalgo_nav{list-style:none;padding:0}
ul.ul_idalgo_nav > li.li_idalgo_left {float:left}
ul.ul_idalgo_nav > li.li_idalgo_right {float:right;}
ul.ul_idalgo_nav > li > a{display:block;background-color:#ffffff;cursor:pointer;}
ul.ul_idalgo_nav > li > a:hover, ul.ul_idalgo_nav > li:hover > a{background-color:#fbfaf9;text-decoration:none;cursor:pointer;}
ul.ul_idalgo_nav > li > a[href]:hover{text-decoration:none;}
ul.ul_idalgo_nav > li > span.span_navtab_badge {position: absolute;right: 2%;top: -8px;display: block;width: 20px;height: 20px;border-radius: 10px;line-height: 20px;color: #ffffff;}
ul.ul_idalgo_nav > li > span.span_navtab_badge:empty {display: none;}

ul.ul_idalgo_nav_pills > li > a,
ul.ul_idalgo_nav_tab > li > a{text-align:center;padding-left:0.75em;padding-right:0.75em;line-height:1.888em;font-size:0.625em;color:#645f4f}
ul.ul_idalgo_nav_tab > li > span{text-align:center;line-height:1.888em;font-size:0.625em;color:#645f4f;margin-right:5px}

/** Affichage en Tab **/
ul.ul_idalgo_nav_tab{position:relative;border-bottom:1px solid #e4e2dd;margin-bottom:0.625em;}
ul.ul_idalgo_nav_tab > li {margin-bottom:-1px;position:relative;white-space:nowrap}
ul.ul_idalgo_nav_tab > li > a{border:1px solid #e4e2dd;border-radius: 2px 2px 0 0;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;text-overflow:'.'}
ul.ul_idalgo_nav_tab > li > a.a_idalgo_slim{padding-left:0;padding-right:0;}
ul.ul_idalgo_nav_tab > li > a:hover{border-bottom-color:#ffffff;}
ul.ul_idalgo_nav_tab > li > a.a_idalgo_active,
ul.ul_idalgo_nav_tab > li > a.a_idalgo_active:hover{background-color:#ffffff;color:#003978;border-bottom-color:#ffffff;cursor:default;}
ul.ul_idalgo_nav_tab > span.span_idalgo_nav_title{position:absolute;display:block;left:1em;text-transform:uppercase;color:#bbb6a8;line-height:2em;font-size:0.75em;top:50%;margin-top:-0.944em}

.idalgo_tabbable{display:none;}
.idalgo_tabbable.idalgo_tab_active{display:block;}
.idalgo_fade{opacity:0;
-webkit-transition: opacity 1s linear;
   -moz-transition: opacity 1s linear;
     -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
}
.idalgo_fade.idalgo_tab_fade_in{opacity:1;}

/** Affiche 'pillule' **/
ul.ul_idalgo_nav_pills{display:inline-block;}
ul.ul_idalgo_nav_pills > li > a{color:#bbb6a8;background-color:#ffffff;border:1px solid #e4e2dd;font-size:1em;line-height:1.75em;}
ul.ul_idalgo_nav_pills > li > a.a_idalgo_active,
ul.ul_idalgo_nav_pills > li > a.a_idalgo_active:hover{color:#003978;background-color:#fbfaf9;}

ul.ul_idalgo_nav_pills > li + li > a{border-left:0}

/* Module/Cycling/CSS/MainPicture.css *****************************************************/

/* Cycling */
.idalgo_cycling_sprite { background-image:url('//sports.lesoir.be/sport/cache/media/sprite_cycling_left.png'); background-repeat:no-repeat; overflow:hidden; }

/* Type d'&eacute;tape */
.idalgo_cycling_icon_step_profil_1   { background-position:center -31px; } /* Plaine */
.idalgo_cycling_icon_step_profil_2   { background-position:center -62px; } /* Accident&eacute; */
.idalgo_cycling_icon_step_profil_3   { background-position:center -93px; } /* Montagne */
.idalgo_cycling_icon_step_profil_123 { background-position:center   0px; } /* Contre la montre */
.idalgo_cycling_icon_step_profil_big_1   { background-position:center  -984px; } /* Plaine */
.idalgo_cycling_icon_step_profil_big_2   { background-position:center  -945px; } /* Accident&eacute; */
.idalgo_cycling_icon_step_profil_big_3   { background-position:center -1023px; } /* Montagne */
.idalgo_cycling_icon_step_profil_big_123 { background-position:center  -876px; } /* Contre la montre */

/* Type de maillot*/
/* Tour de France = 1 */
.idalgo_cycling_icon_shirt_1_step_sprint,
.idalgo_cycling_icon_shirt_1_step_mountain,
.idalgo_cycling_icon_shirt_1_step_young,
.idalgo_cycling_icon_shirt_1_step_team,
.idalgo_cycling_icon_shirt_1_step     { background-position:center  200px; background-repeat:repeat-x; } /* Jaune */
.idalgo_cycling_icon_shirt_1_best     { background-position:center -197px; background-repeat:repeat-x; } /* Jaune */
.idalgo_cycling_icon_shirt_1_sprint,
.idalgo_cycling_icon_shirt_1_point    { background-position:center -136px; background-repeat:repeat-x; } /* Vert */
.idalgo_cycling_icon_shirt_1_mountain { background-position:center -230px; background-repeat:repeat-x; } /* Point rouge */
.idalgo_cycling_icon_shirt_1_young    { background-position:center -168px; background-repeat:repeat-x; } /*  */
.idalgo_cycling_icon_shirt_1_team     { background-position:center -168px; background-repeat:repeat-x; } /*  */


/* Type de r&eacute;sultat */
/* Tour de France = 1 */
.idalgo_cycling_icon_standing_flag_1_step     { background-position:center -653px; } /* Step */
.idalgo_cycling_icon_standing_flag_1_best     { background-position:center -684px; } /* Jaune */
.idalgo_cycling_icon_standing_flag_1_point    { background-position:center -715px; } /* Vert */
.idalgo_cycling_icon_standing_flag_1_mountain { background-position:center -746px; } /* Point rouge */

/* Type d'&eacute;volution dans le classment */
.idalgo_standing_evolution_undefined { display:none;}
.idalgo_standing_evolution_plus      { background-position:center -472px; }
.idalgo_standing_evolution_equal     { background-position:center -503px; }
.idalgo_standing_evolution_minus     { background-position:center -441px; }
.idalgo_standing_evolution_big_plus  { background-position:center -408px; height:0px;}
.idalgo_standing_evolution_big_equal { background-position:center -812px; height:0px;}
.idalgo_standing_evolution_big_minus { background-position:center -781px; height:0px;}

/* Type de maiilot pour les r&eacute;sultats */
.idalgo_cycling_icon_yellow_shirt{background-position : center -1060px;}
.idalgo_cycling_icon_green_shirt{background-position : center -1091px;}
.idalgo_cycling_icon_red_shirt{background-position : center -1122px;}
.idalgo_cycling_icon_white_shirt{background-position : center -1184px;}

/* Widget Live */
.idalgo_cycling_icon_road{
    background-image:url('//sports.lesoir.be/sport/cache/media/Cycling/BreakAway/road.png');
}
.idalgo_cycling_icon_road_live{
    animation: frame_idalgo_cycling_icon_road_live 25s linear infinite;
    /* Pour la compatibilit&eacute; avec Chrome et Safari */
    -webkit-animation: frame_idalgo_cycling_icon_road_live 25s linear infinite;
}
@keyframes frame_idalgo_cycling_icon_road_live{
    from{background-position:0 0;}
    to{background-position:-100% 0;}
}
/* Pour la compatibilit&eacute; avec Chrome et Safari */
@-webkit-keyframes frame_idalgo_cycling_icon_road_live {
    from{background-position:0 0;}
    to{background-position:-100% 0;}
}

/* Update 2016 */
.idalgo_cycling_icon_standing_1_best{background-position : center -1580px}
.idalgo_cycling_icon_standing_2_best{background-position : center -1939px}
.idalgo_cycling_icon_standing_3_best{background-position : center -1580px}
.idalgo_cycling_icon_standing_4_best{background-position : center -2059px}
.idalgo_cycling_icon_standing_5_best{background-position : center -2059px}
.idalgo_cycling_icon_standing_1_mountain{background-position : center -1820px}
.idalgo_cycling_icon_standing_2_mountain{background-position : center -1999px}
.idalgo_cycling_icon_standing_3_mountain{background-position : center -1820px}
.idalgo_cycling_icon_standing_4_mountain{background-position : center -2179px}
.idalgo_cycling_icon_standing_5_mountain{background-position : center -1700px}
.idalgo_cycling_icon_standing_1_point,
.idalgo_cycling_icon_standing_2_point,
.idalgo_cycling_icon_standing_3_point{background-position : center -1700px}
.idalgo_cycling_icon_standing_4_point{background-position : center -2119px}
.idalgo_cycling_icon_standing_5_point{background-position : center -2119px}
.idalgo_cycling_icon_standing_1_step,
.idalgo_cycling_icon_standing_2_step,
.idalgo_cycling_icon_standing_3_step,
.idalgo_cycling_icon_standing_4_step,
.idalgo_cycling_icon_standing_5_step{background-position : center -1640px}
.idalgo_cycling_icon_standing_1_team,
.idalgo_cycling_icon_standing_2_team,
.idalgo_cycling_icon_standing_3_team,
.idalgo_cycling_icon_standing_4_team,
.idalgo_cycling_icon_standing_5_team{background-position : center -1880px}
.idalgo_cycling_icon_standing_1_young,
.idalgo_cycling_icon_standing_2_young,
.idalgo_cycling_icon_standing_3_young,
.idalgo_cycling_icon_standing_4_young,
.idalgo_cycling_icon_standing_5_young{background-position : center -1760px}

.idalgo_cycling_step_profil_1{background-position:center -1447px} /* Plaine */
.idalgo_cycling_step_profil_2{background-position:center -1387px} /* Accident&eacute; */
.idalgo_cycling_step_profil_3{background-position:center -1507px} /* Montagne */
.idalgo_cycling_step_profil_123{background-position:center -1327px} /* Contre la montre */

/* 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:#bbb6a8;
    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,sans-serif;
    color:#3c382f;
    text-transform:uppercase;
    border-width: 0 0 6px 0;
    border-style:solid;
    border-color:#003978;
    box-sizing:content-box;
    white-space:nowrap;
}


/** TITRE 2 **/
div.idalgo_title2 {
    position:relative;clear:both;
    border-radius:2px;border:1px solid #e4e2dd;
    background-color:#fbfaf9;
    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,sans-serif;font-size:0.6875em;color:#3c382f;
    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:#bbb6a8;
    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:#003978;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#3c382f;
    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,sans-serif;
    font-weight:bold;
    color:#3c382f;
    line-height:15px;
}

/** WIDGET - TITRE 3 **/
h4.idalgo_title3_widget{
    position:relative;
    padding:0;
    margin:0;
    font-size:0.66em;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#3c382f;
    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: "Georgia",Times New Roman,Times,serif;
    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:#840303;
}
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:#003978}

div.idalgo_title2_center_widget h3 {
    background-color: #ffffff;
    color: #840303;
    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 : #003978
}

/** 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:"Georgia",Times New Roman,Times,serif;
    color:#3c382f;
    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:"Georgia",Times New Roman,Times,serif;
    font-weight:normal;
    color:#bbb6a8;
    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('//sports.lesoir.be/sport/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('//sports.lesoir.be/sport/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/MainDomButton.css ****************************************************/

.button_idalgo {
  display: inline-block;
  margin-bottom: 0;
  padding:0;
  color: #3c382f;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255, 0.75);
  vertical-align: middle;
  font:0.6875em/2.7272em Arial,sans-serif;
  background-color: #ffffff;
  border: 1px solid #e4e2dd;
  cursor: pointer;
  height:2.9090em;
  overflow:hidden;
  font-weight:bold;
  text-overflow:ellipsis;
  text-overflow:'.';
  white-space:nowrap
}
.button_idalgo:hover,
.button_idalgo:active{
  background-color: #fbfaf9;
}
.button_idalgo.active{
  background-color: #fbfaf9;
  outline: 0;
}
.div_idalgo_container .button_idalgo_selected{color:#003978;}

.button_idalgo_status_win{
  background-color: #4db103;
  background-image: -moz-linear-gradient(top, #62c462, #4db103);
  background-image: -ms-linear-gradient(top, #62c462, #4db103);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#4db103));
  background-image: -webkit-linear-gradient(top, #62c462, #4db103);
  background-image: -o-linear-gradient(top, #62c462, #4db103);
  background-image: linear-gradient(top, #62c462, #4db103);
}
.button_idalgo_status_win:hover{
  background-color: #4db103;
}

.button_idalgo_status_lost{
  background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
}
.button_idalgo_status_lost:hover{
  background-color: #bd362f;
}

.button_idalgo_status_draw{
  background-color: #3d3e41;
  background-image: -moz-linear-gradient(top, #3d3e41, #3d3e41);
  background-image: -ms-linear-gradient(top, #3d3e41, #3d3e41);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3e41), to(#3d3e41));
  background-image: -webkit-linear-gradient(top, #3d3e41, #3d3e41);
  background-image: -o-linear-gradient(top, #3d3e41, #3d3e41);
  background-image: linear-gradient(top, #3d3e41, #3d3e41);
}
.button_idalgo_status_draw:hover{
  background-color: #3d3e41;
}

.button_idalgo_status_other {
  background-color: #e4e2dd;
}

/* Module/Common/CSS/MainDomMatchPeriodTennis.css *****************************************/
div.div_idalgo_dom_period_tennis{
    width: 300px;
    height: 63px;
    border: 1px solid #d4d4d4;
    position: relative;
}

div.div_idalgo_dom_period_tennis_match_feature_1,
div.div_idalgo_dom_period_tennis_match_feature_2,
div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2{
    height:32px;
    display:block;
    position:absolute;
    width:170px;
    left:0;
    margin-right:50px;
    text-align:left;
}

div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2{
    width:100%;margin-right:0;
}

div.div_idalgo_dom_period_tennis_match_feature_1,
div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1{top:0}
div.div_idalgo_dom_period_tennis_match_feature_2,
div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2{top:50%}

img.img_idalgo_dom_period_tennis_match_feature_1,
img.img_idalgo_dom_period_tennis_match_fed_davis_feature_1,
img.img_idalgo_dom_period_tennis_match_feature_2,
img.img_idalgo_dom_period_tennis_match_fed_davis_feature_2{
    width: 16px;
    height: 11px;
    margin-top: -5px;
    margin-left: 8px;
    position: relative;
    display: block;
    top: 50%;
    float: left;
}

span.span_idalgo_dom_period_tennis_match_feature_1,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1,
span.span_idalgo_dom_period_tennis_match_feature_2,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2{
    margin-left: 10px;
    position: relative;
    display: block;
    height: 100%;
    float: left;
}

span.span_idalgo_dom_period_tennis_match_feature_1_txt,
span.span_idalgo_dom_period_tennis_match_feature_2_txt,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1_txt,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2_txt{
margin: 0;
width: 133px;
height: 32px;
line-height: 32px;
font-size: 12px;
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1_txt,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2_txt{width:100%}

div.div_idalgo_dom_period_tennis[feature-win="feature_1"] span.span_idalgo_dom_period_tennis_match_feature_1_txt,
div.div_idalgo_dom_period_tennis[feature-win="feature_2"] span.span_idalgo_dom_period_tennis_match_feature_2_txt,
div.div_idalgo_dom_period_tennis[feature-win="feature_1"] span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1_txt,
div.div_idalgo_dom_period_tennis[feature-win="feature_1"] span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1_score,
div.div_idalgo_dom_period_tennis[feature-win="feature_2"] span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2_txt,
div.div_idalgo_dom_period_tennis[feature-win="feature_2"] span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2_score{font-weight:bold}

span.span_idalgo_dom_period_tennis_match_fed_davis_feature_1_score,
span.span_idalgo_dom_period_tennis_match_fed_davis_feature_2_score{
    width: 32px;
    position: absolute;
    display: block;
    right:0;
    height:32px;
    line-height:32px;
    font-size: 0.75em;
    text-align:center;
}

ul.ul_idalgo_dom_period_tennis_match_set{
    width: 130px;
    position: absolute;
    display: block;
    height: 100%;
    right: 0;
}

li.li_idalgo_dom_period_tennis_match_set{
    float: right;
    margin-right: 3px;
    margin-left: 0;
    width: 23px;
    top: 0;
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
}
span.span_idalgo_tennis_square_score{
    display:block;
    position:relative;
    height:18px;
    width:18px;
    line-height:20px;
    font-size: 0.6875em;
    left: 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #e4e2dd;
    color: #000000;
}

span.span_idalgo_tennis_square_score_tiebreak{
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    background-color: inherit;
    color: inherit;
    right: -5px;
}

span.span_idalgo_dom_period_tennis_match_set_feature1{top:7px}
span.span_idalgo_dom_period_tennis_match_set_feature2{top:17px}

span.span_idalgo_dom_period_tennis_match_set_feature1[data-win="1"],
span.span_idalgo_dom_period_tennis_match_set_feature2[data-win="1"]{background-color:#fbfaf9}

div.div_idalgo_dom_period_tennis_match_status {
    position:absolute;display:block;
    width:130px;
    height:20px;line-height:20px;
    right:10px;
    top:50%;margin-top:-10px;
    text-align:center;overflow:hidden;
    font-size:0.6875em
}

/* Module/Common/CSS/MainPicture.css ******************************************************/

.idalgo_dropdown_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}

span.idalgo_picture_arrow_left{
    position:relative;display:block;
    left:2px;top:0;
    height:23px;
    background-position:center -4px;
}
span.idalgo_picture_arrow_right{
    position:relative;display:block;
    right:-4px;top:0;
    height:23px;
    background-position:center -35px;
}
span.idalgo_picture_triangle{
    position:absolute;display:block;
    right:0px;top:0;
    background-position:center -124px;
}

div.idalgo_icon_openclose_title1,
div.idalgo_icon_openclose_h2 {background-position:center -248px;}
div.idalgo_icon_openclose_h3 {background-position:center -624px;height:22px;}

.idalgo_sprite{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden;
}

span.idalgo_picture_refresh{
    background-position:center -782px;
}
.idalgo_icon_timeaverage{
    background-position:center -1053px;
}
.idalgo_icon_goal{
    background-position:center -372px;
}
.idalgo_icon_yellow{
    background-position:center -403px;
}
.idalgo_icon_red{
    background-position:center -434px;
}
.idalgo_icon_penalty_in{background-position:center -682px;}
.idalgo_icon_penalty_out{background-position:center -713px;}
.idalgo_icon_yellowred{background-position:center -465px;}

.idalgo_icon_close{background-position:center -1364px;}

.idalgo_icon_minus{background-position:center -1217px;}
.idalgo_icon_plus{background-position:center -1248px;}

.idalgo_icon_dark_square_minus{background-position:center -629px;}
.idalgo_icon_dark_square_plus{background-position:center -660px;}

.idalgo_icon_navigation_prev_slim{background-position:center -3999px}
.idalgo_icon_navigation_next_slim{background-position:center -4030px}

.idalgo_icon_navigation_prev{background-position:center -2015px}
.idalgo_icon_navigation_next{background-position:center -1953px}
.idalgo_icon_navigation_calendar_close{background-position:center -2077px}
.idalgo_icon_navigation_calendar_prev{background-position:center -2139px}
.idalgo_icon_navigation_calendar_next{background-position:center -2108px}

.idalgo_icon_button_play_off{background-position:center -2764px}
.idalgo_icon_button_play_off:hover{background-position:center -2702px}
.idalgo_icon_button_play_on{background-position:center -2702px}

.idalgo_icon_button_pause_off{background-position:center -2888px}
.idalgo_icon_button_pause_off:hover{background-position:center -2826px}
.idalgo_icon_button_pause_on{background-position:center -2826px}

.idalgo_icon_button_nav_off{background-position:center -2983px}
.idalgo_icon_button_nav_off:hover{background-position:center -2952px}
.idalgo_icon_button_nav_on{background-position:center -2952px}

.idalgo_icon_menu{background-position:center -2611px;}

.idalgo_button_twitter{background-position:center -3193px;}
.idalgo_button_square_twitter{background-position:center -3348px;}

.idalgo_icon_flat_minus{background-position:center -3410px;}
.idalgo_icon_flat_plus{background-position:center -3379px}

.idalgo_icon_arrow_down{background-position:center -2673px;}
.idalgo_icon_arrow_right{background-position:center -2115px;}
.idalgo_icon_arrow_up{background-position:center -3569px;}

/*.idalgo_sprite_twitter {*/
    /*background-image:url('//si0.twimg.com/images/dev/cms/intents/icons/sprites/everything-spritev2.png');*/
    /*background-repeat:no-repeat;*/
    /*width:30px;*/
    /*height:30px;*/
    /*overflow:hidden;*/
/*}*/

.idalgo_icon_yellow_small{
    background-position:center -2298px;
}
.idalgo_icon_red_small{
    background-position:center -2330px;
}
.idalgo_icon_team_qualify{
    background-position:center -3695px;
}

.idalgo_icon_close_small {background-position:center -1767px;}

.idalgo_icon_football {background-position:center -372px;}
.idalgo_icon_basketball {background-position:center -3720px;}

.idalgo_icon_filter {background-position: center -4062px;}


.idalgo_sprite.idalgo_icon_all_sport_on {background-position:center -4588px}
.idalgo_sprite.idalgo_icon_all_sport_off {background-position:center -4619px}
.idalgo_sprite.idalgo_icon_motor_sport_on {background-position:center -4650px}
.idalgo_sprite.idalgo_icon_motor_sport_off {background-position:center -4681px}
.idalgo_sprite.idalgo_icon_tennis_sport_on {background-position:center -4712px}
.idalgo_sprite.idalgo_icon_tennis_sport_off {background-position:center -4743px}
.idalgo_sprite.idalgo_icon_football_sport_on {background-position:center -4774px}
.idalgo_sprite.idalgo_icon_football_sport_off {background-position:center -4805px}

/* Module/Common/CSS/Root.css *************************************************************/
:root{
    --color-gold:#D2B037;
    --color-silver:#C7C7C7;
    --color-bronze:#7c5331;

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

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

    --color-01:#003978;
    --color-02:#840303;
    --color-03:#e4e2dd;
    --color-04:#000000;

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

    --color-grey-01:#fbfaf9;
    --color-grey-02:#e4e2dd;
    --color-grey-03:#bbb6a8;
    --color-grey-04:#645f4f;
    --color-grey-05:#3c382f;
    --color-over-01:#d66000;

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

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

    --font-01:Arial,sans-serif;
    --font-02:"Georgia",Times New Roman,Times,serif;
    --font-size:1.2307em
}
.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[href]{
    color:unset
}
.idalgo *{
    box-sizing:border-box;
    text-decoration:unset
}
.idalgo img{
    border:0
}
.idalgo ul{
    list-style:none outside none;
    padding:0;
    margin:0
}
.idalgo a[href]:hover{
    text-decoration:none
}
amp-script{
    opacity:1
}
/* Legacy */
div.div_idalgo_container table tbody tr:hover{
    background-color:transparent
}
.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden
}

/* || Widgets */
.idalgo.widget{
    background-color:var(--color-grey-01);
    border-radius:4px
}

/* Module/Common/CSS/MenuDynamicLine.css **************************************************/
nav.nav_idalgo_menu_dynamic_line{
    position:relative;
    display:block;
    width:100%;
    height:70px;
    margin:20px 0;
    padding:0;
    overflow:hidden
}

ul.ul_idalgo_menu_dynamic_line{
    position:relative;
    display:block;
    width:90%;
    margin:0 5%;
    padding:0;
    overflow:hidden
}

ul.ul_idalgo_menu_dynamic_line li.li_idalgo_menu_dynamic_line{
    position:relative;
    display:table;
    height:45px;
    float:left;
    margin:10px 0 0 0;
    text-align:center;
    border-style:solid;
    border-width:0;
    border-left-width:1px;
    border-color:#e4e2dd;
    box-sizing:border-box;
    overflow:hidden;
    cursor:pointer
}
ul.ul_idalgo_menu_dynamic_line li.li_idalgo_menu_dynamic_line:first-child{
    border-style:none
}

li.li_idalgo_menu_dynamic_line span{
    display:table-cell;
    vertical-align:middle;
    text-transform:uppercase;
    font-family:Arial,sans-serif;
    font-size:16px;
    line-height:16px
}

li.li_idalgo_menu_dynamic_line span.idalgo_menu_dynamic_line_name{display:inline}

li.li_idalgo_menu_dynamic_line_selected span{
    color:#003978;
    font-weight:bold;
    font-size:20px
}

ul.ul_idalgo_menu_dynamic_line hr{
    position:absolute;
    display:block;
    background-color:#003978;
    bottom:0;
    height:4px;
    margin:0;
    padding:0;
    border-style:none;
    transition:all 0.5s;
    width:0;
    left:0
}

/*div.idalgo_title1{display:none}*/
div.div_idalgo_widget_match_navigation + div div.idalgo_title1,
div.div_idalgo_widget_match_navigation + div + div div.idalgo_title1,
div.div_idalgo_widget_match_navigation + div + div + div div.idalgo_title1,
div.div_idalgo_widget_match_navigation + div + div + div + div div.idalgo_title1,
div.div_idalgo_widget_match_navigation + div + div + div + div + div div.idalgo_title1{display:none}

div.div_idalgo_container .node_idalgo_menu_dynamic_line_selected{
    opacity:1;
    transition:opacity 1s;
    width:100%;
    overflow:hidden
}
div.div_idalgo_container .node_idalgo_menu_dynamic_line_unselected{
    position:absolute;
    opacity:0;
    bottom:1000%;
    width:0;
}

/* Module/Tennis/CSS/MainPicture.css ******************************************************/
.idalgo_sprite_tennis{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_tennis_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden
}

.idalgo_icon_tennis_sport{background-position:center -8px}

.idalgo_icon_tennis_sport_on {background-position:center -36px}
.idalgo_icon_tennis_sport_off{background-position:center -97px}

.idalgo_icon_tennis_evolution_up{background-position: center -279px}
.idalgo_icon_tennis_evolution_down{background-position: center -310px}

/* 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: #d66000;
}
.table_idalgo_content_simple tbody{
    border-top:1px solid #bbb6a8;
}

.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: #fbfaf9;
}
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:#e4e2dd;
}

/* Module/Pattern/CSS/DomMatch.css ********************************************************/
div.div_idalgo_dom_match{position:relative;display:block;text-align:center}

a.a_idalgo_dom_match_match,
div.div_idalgo_dom_match_match{position:relative;display:block;height:4em;line-height:4em;overflow:hidden}

div.div_idalgo_dom_match_football a.a_idalgo_dom_match_match[href]:hover{text-decoration:none}
a.a_idalgo_dom_match_match[href]:hover{background-color:#d66000}

/* Event - New goal */
a.a_idalgo_dom_match_match.idalgo_live_event_goal,
div.div_idalgo_dom_match_match.idalgo_live_event_goal{background-color:#d66000}

span.span_idalgo_dom_match_match_localteam_goal{position:absolute;display:none;right:0;top:7px;line-height:1em;font-size:0.6875em;color:#4db103}
span.span_idalgo_dom_match_match_visitorteam_goal{position:absolute;display:none;left:0;top:7px;line-height:1em;font-size:0.6875em;color:#4db103}

/* Team - Logo*/
img.img_idalgo_dom_match_match_localteam,
img.img_idalgo_dom_match_match_visitorteam{
    position:absolute;display:block;width:32px;height:auto;top:50%;margin-top:-16px}
img.img_idalgo_dom_match_match_localteam{left:10px}
img.img_idalgo_dom_match_match_visitorteam{right:10px}

/* Team */
div.div_idalgo_dom_match_match_localteam{
    position:absolute;display:table;height:100%;width:50%;top:0;right:50%}
div.div_idalgo_dom_match_match_visitorteam{
    position:absolute;display:table;height:100%;width:50%;top:0;left:50%}

span.span_idalgo_dom_match_match_localteam,
span.span_idalgo_dom_match_match_visitorteam{
    position:relative;display:table-cell;height:100%;line-height:20px;vertical-align:middle;font-size:1.125em;word-break:break-word}

span.span_idalgo_dom_match_match_localteam{text-align:right;padding-left:52px;padding-right:55px}
span.span_idalgo_dom_match_match_visitorteam{text-align:left;padding-right:52px;padding-left:55px}

span.span_idalgo_dom_match_match_localteam{text-align:right;padding-left:52px;padding-right:55px}
span.span_idalgo_dom_match_match_visitorteam{text-align:left;padding-right:52px;padding-left:55px}

a.a_idalgo_dom_match_match_localteam_txt,
span.span_idalgo_dom_match_match_localteam_txt{padding-right:5px}
a.a_idalgo_dom_match_match_visitorteam_txt,
span.span_idalgo_dom_match_match_visitorteam_txt{padding-left:5px}

span.span_idalgo_dom_match_match_localteam[data-prefered="1"] a.a_idalgo_dom_match_match_localteam_txt,
span.span_idalgo_dom_match_match_localteam[data-prefered="1"] span.span_idalgo_dom_match_match_localteam_txt,
span.span_idalgo_dom_match_match_visitorteam[data-prefered="1"] a.a_idalgo_dom_match_match_visitorteam_txt,
span.span_idalgo_dom_match_match_visitorteam[data-prefered="1"] span.span_idalgo_dom_match_match_visitorteam_txt{
    color:#003978}

/* Team Qualify */
span.span_idalgo_dom_match_match_localteam_qualify{padding-right:70px}
span.span_idalgo_dom_match_match_visitorteam_qualify{padding-left:70px}

a.a_idalgo_dom_match_match div.idalgo_icon_team_qualify,
div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{
    position:absolute;display:block;top:50%;margin-top:-15px;background-position:center -3689px}
span.span_idalgo_dom_match_match_localteam_qualify div.idalgo_icon_team_qualify{right:45px}
span.span_idalgo_dom_match_match_visitorteam_qualify div.idalgo_icon_team_qualify{left:45px}

/* Score */
a.a_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_match_score{
    position:absolute;display:block;width:90px;height:100%;top:0;left:50%;margin-left:-45px}

div.div_idalgo_score_square{text-align:center}
span.span_idalgo_score_square_time{display:none;font-weight:bold;font-size:1.3em}
div.div_idalgo_score_square_score{
    position:absolute;display:block;top:50%;margin-top:-20px;left:50%;margin-left:-45px;height:40px;width:90px}
span.span_idalgo_score_square_score{
    position:absolute;display:block;top:0;width:38px;height:38px;border-style:solid;border-width:1px;
    line-height:38px;font-size:1.5em;color:#ffffff;font-family:"Georgia",Times New Roman,Times,serif;font-weight:bold}
span.span_idalgo_score_square_score_txt{position:relative}
span.span_idalgo_score_square_score_local{left:0}
span.span_idalgo_score_square_score_visitor{right:0}

div.div_idalgo_score_square_status_0 div.div_idalgo_score_square_score,
div.div_idalgo_score_square_status_5 div.div_idalgo_score_square_score,
div.div_idalgo_score_square_status_6 div.div_idalgo_score_square_score{display:none}

/* Score - Ended */
div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_2 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score{
    background-color:#ffffff;border-color:#e4e2dd;color:#3c382f}

div.div_idalgo_score_square_status_end span.span_idalgo_score_square_score{
    background-color:transparent;color:#840303;border-color:#e4e2dd}

/* Score - Stop */
div.div_idalgo_score_square_status_4 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_12 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_13 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_14 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_15 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_16 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_17 span.span_idalgo_score_square_score{
    background-color:#ff6600;border-color:#ff6600}

/* Score -  Live */
div.div_idalgo_score_square_status_7 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_8 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_9 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_10 span.span_idalgo_score_square_score,
div.div_idalgo_score_square_status_11 span.span_idalgo_score_square_score{
    background-color:#4db103;border-color:#4db103}

/* Score -  Halftime */
li.li_idalgo_dom_match_nba div.idalgo_nba_status_halftime span.span_idalgo_score_square_score{
    background-color: #ff6600}

div.div_idalgo_score_square_score_opacity{
    position:absolute;display:block;top:0;left:0;height:100%;width:100%;
    background-color:#3c382f;opacity:0.5;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
div.div_idalgo_score_square_status_1 div.div_idalgo_score_square_score_opacity,
div.div_idalgo_score_square_status_2 div.div_idalgo_score_square_score_opacity,
div.div_idalgo_score_square_status_3 div.div_idalgo_score_square_score_opacity{opacity:0.1;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);}

span.span_idalgo_score_square_score_penalty{
    position:absolute;top:0;margin-top:-5px;width:15px;height:15px;background-color:inherit;
    font-size:10px;line-height:15px;color:inherit}
span.span_idalgo_score_square_score_penalty_txt{position:relative}
span.span_idalgo_score_square_score_local span.span_idalgo_score_square_score_penalty{right:0;margin-right:-5px}
span.span_idalgo_score_square_score_visitor span.span_idalgo_score_square_score_penalty{left:0;margin-left:-5px}

/* More Data (red card) */
div.div_idalgo_dom_match_match_localteam_subinfo,
div.div_idalgo_dom_match_match_visitorteam_subinfo{position:relative;display:inline}

div.div_idalgo_dom_match_match_localteam_subinfo span,
div.div_idalgo_dom_match_match_visitorteam_subinfo span{display:inline-block}
div.div_idalgo_dom_match_match_localteam_subinfo span{float:right}
div.div_idalgo_dom_match_match_visitorteam_subinfo span{float:left}

span.span_idalgo_dom_match_match_subinfo_red{width:6px;height:12px;background-position:center -2334px}

/* Time */
div.div_idalgo_score_square_status_0 span.span_idalgo_score_square_time{display:inline}

/* Status */
div.div_idalgo_score_square_score_status{
    position:absolute;height:15px;left:0;bottom:0;margin-bottom:-8px;width:100%;
    line-height:15px;text-align:center}
span.span_idalgo_score_square_score_status{
    display:inline-block;padding:0 5px;background-color:#ffffff;border:1px solid #ff6600;
    text-transform:uppercase;font-size:0.625em;color:#ff6600}
span.span_idalgo_score_square_status {font-size:0.7em;}
div.div_idalgo_score_square_status_0 span.span_idalgo_score_square_time{display:inline}

div.div_idalgo_score_square_status_7 span.span_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_8 span.span_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_9 span.span_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_10 span.span_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_11 span.span_idalgo_score_square_score_status{
    border:1px solid #4db103;
    color:#4db103;
    direction:ltr
}
div.div_idalgo_score_square_status_1 div.div_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_2 div.div_idalgo_score_square_score_status,
div.div_idalgo_score_square_status_3 div.div_idalgo_score_square_score_status{display:none}

span.span_idalgo_score_square_status_live{
    position:absolute;display:none;height:1em;left:-50px;top:0;
    line-height:1em;font-size:12px;text-align:left}

/* Link Comment */
a.a_idalgo_dom_match_link_comment{
    position:relative;display:inline-block;height:2.255em;padding:0 10px;box-sizing:content-box;
    text-transform:uppercase;color:#003978;font-size:0.75em;line-height:2.255em;font-weight:bold;
    border-top:1px solid #e4e2dd}

/* Module/Tennis/CSS/DomMatch.css *********************************************************/
div.div_idalgo_dom_match_tennis_content{position:relative;height:4em;text-align:center;line-height:2em}
div.div_idalgo_dom_match_tennis{overflow:hidden}

/* Time */
span.span_idalgo_dom_match_tennis_content_hour{
    position:absolute;display:block;width:90px;height:50px;top:50%;left:50%;margin-left:-45px;margin-top:-25px;
    font-size:1.3em;font-weight:bold;line-height:50px}

/** Status
0 Match Non commenc&eacute;
1 Victoire Entit&eacute; 1
3 Victoire Entit&eacute; 2
4 Arret&eacute;
5 Match annul&eacute;
6 Report&eacute;
7 Abandon Entit&eacute; 1
8 Abandon Entit&eacute; 2
9 En Live
**/

/* Feature - Victory, Stopped, Retired and live */
div.div_idalgo_dom_match_tennis_content_feature{position:absolute;height:1.5em;width:50%;padding:0;line-height:1.5em}
div.div_idalgo_dom_match_tennis_content_feature1{top:auto;bottom:50%;margin-bottom:2px}
div.div_idalgo_dom_match_tennis_content_feature2{top:50%;margin-top:2px}
/*div.div_idalgo_dom_match_tennis_content_feature{position:absolute;height:1.5em;width:50%;padding:0;margin:0;top:0}
div.div_idalgo_dom_match_tennis_content_feature1{top:0}
div.div_idalgo_dom_match_tennis_content_feature2{top:50%}*/

div.div_idalgo_dom_match_tennis_content_feature_player{position:relative;width:100%;height:100%}

div.div_idalgo_dom_match_tennis_content_feature img{
    display:block;position:absolute;width:16px;top:50%;left:10px;margin-top:-5px;
    border:1px solid #bbb6a8}

div.div_idalgo_dom_match_tennis_content_feature img.img_idalgo_dom_match_tennis_content_feature_player_country_big{
    display:none}

div.div_idalgo_dom_match_tennis_content_feature_player_name{
    position:absolute;height:100%;width:auto;overflow:hidden;left:38px;right:0;
    text-align:left;white-space:nowrap;text-overflow:ellipsis}

div.div_idalgo_dom_match_tennis_content_feature_is_winner span{font-weight:bold}
span.span_idalgo_dom_match_tennis_content_feature_player_name_abandon{font-weight:bold;color:#003978}

/* Feature - To Come, Canceled, Delayed */
div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature{
    position:absolute;height:100%;width:auto;padding:0;margin:0;top:0;line-height:4em}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1{
    left:0;right:50%;margin-right:45px}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2{
    left:50%;right:0;margin-left:45px}

div.div_idalgo_dom_match_tennis[data-status="0"] img,
div.div_idalgo_dom_match_tennis[data-status="5"] img,
div.div_idalgo_dom_match_tennis[data-status="6"] img{
    display:none;position:absolute;width:16px;top:50%;margin-top:-14px;border:1px solid #bbb6a8}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 img,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 img,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 img{
    left:5px;right:auto}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 img,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 img,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 img{
    right:5px;left:auto}

div.div_idalgo_dom_match_tennis[data-status="0"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big,
div.div_idalgo_dom_match_tennis[data-status="5"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big,
div.div_idalgo_dom_match_tennis[data-status="6"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big{
    display:block;width:40px}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature_player_name{
    position:absolute;height:100%;width:auto;white-space:nowrap;overflow:hidden}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature_player_name span,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature_player_name span,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature_player_name span{
    text-overflow:ellipsis}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    left:60px;right:0;text-align:right}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    right:60px;left:0;text-align:left}

/* Global score area */
div.div_idalgo_dom_match_tennis_list_set{
    position:absolute;display:block;top:0;left:50%;height:100%;width:20px;text-align:center;line-height:2em}

/* Status */
div.div_idalgo_dom_match_tennis div.div_idalgo_dom_match_tennis_content_status{display:none;
    width:50%;left:-90px;top:15px;text-align:center;position:absolute;white-space:nowrap}

div.div_idalgo_dom_match_tennis[data-status="9"] div.div_idalgo_dom_match_tennis_content_status,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_status{display:inline-block}

div.div_idalgo_dom_match_tennis[data-status="9"] span.span_idalgo_dom_match_tennis_widget_title_status{
    border:1px solid #4db103;color:#4db103;
    font-size:0.625em;white-space:nowrap}
div.div_idalgo_dom_match_tennis[data-status="9"] div.div_idalgo_dom_match_tennis_content_status > span {
    border-color:#4db103;color:#4db103}

div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_status{left:-25px}

/* Service */
span.span_idalgo_dom_match_service{display:none;
    position:absolute;left:-20px;
    height:20px;width:26px;height:20px;background-position:center -218px}
span.span_idalgo_dom_match_tennis_content_service_1{top:3px}
span.span_idalgo_dom_match_tennis_content_service_2{top:50%;margin-top:3px}

div.div_idalgo_dom_match_tennis[data-status="9"] span.span_idalgo_dom_match_tennis_content_service_1,
div.div_idalgo_dom_match_tennis[data-status="9"] span.span_idalgo_dom_match_tennis_content_service_2{display:block}

/* Scores total */
span.span_idalgo_dom_match_tennis_content_score_1,
span.span_idalgo_dom_match_tennis_content_score_2{
    position:absolute;display:block;height:1.5em;width:1.5em;
    text-align:center;font-size:1em;line-height:1.5em;color:#840303;vertical-align:top}

span.span_idalgo_dom_match_tennis_content_score_1{top:auto;bottom:50%;margin-bottom:2px}
span.span_idalgo_dom_match_tennis_content_score_2{top:50%;margin-top:2px}

div.div_idalgo_dom_match_tennis[data-status="4"] span.span_idalgo_dom_match_tennis_content_score_1,
div.div_idalgo_dom_match_tennis[data-status="4"] span.span_idalgo_dom_match_tennis_content_score_2{
color:#ff6600}

div.div_idalgo_dom_match_tennis[data-status="9"] span.span_idalgo_dom_match_tennis_content_score_1,
div.div_idalgo_dom_match_tennis[data-status="9"] span.span_idalgo_dom_match_tennis_content_score_2{
color:#4db103}

/* Points */
span.span_idalgo_dom_match_tennis_content_points_1,
span.span_idalgo_dom_match_tennis_content_points_2{
    position:absolute;left:-50px;height:30px;width:30px;
    background-color:#4db103;border-radius:50%;
    font-size:.7em;color:#ffffff;font-size:.7em;line-height:30px}

span.span_idalgo_dom_match_tennis_content_points_1{top:auto;bottom:50%;margin-bottom:2px}
span.span_idalgo_dom_match_tennis_content_points_2{top:50%;margin-top:2px}

/* Score - Sets */
div.div_idalgo_dom_match_tennis_content_set {
    position:absolute;display:block;top:0;height:100%;width:32px;
    text-align:center;line-height:30px}

div.div_idalgo_dom_match_tennis_content_set_1{left:25px}
div.div_idalgo_dom_match_tennis_content_set_2{left:60px}
div.div_idalgo_dom_match_tennis_content_set_3{left:95px}
div.div_idalgo_dom_match_tennis_content_set_4{left:130px}
div.div_idalgo_dom_match_tennis_content_set_5{left:165px}

div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    position:absolute;display:block;width:30px;height:29px;background-color:#ffffff;
    font-size:1em;color:#3c382f;line-height:29px;border-color:#e4e2dd}

div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_dom_match_tennis_content_set_feature1{
    top:auto;bottom:50%;margin-bottom:2px;box-sizing:border-box}
div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_dom_match_tennis_content_set_feature2{
    top:50%;margin-top:2px;box-sizing:border-box}

/* Tiebreak */
span.span_idalgo_score_square_score_tiebreak {
    position:absolute;width:10px;height:10px;background-color:inherit;
    font-size:8px;line-height:10px;text-align:center;color:inherit;right:-5px}
span.span_idalgo_dom_match_tennis_content_set_feature1 span.span_idalgo_score_square_score_tiebreak{bottom:-4px}
span.span_idalgo_dom_match_tennis_content_set_feature2 span.span_idalgo_score_square_score_tiebreak{top:-4px}

div.div_idalgo_dom_match_tennis_content div.div_idalgo_score_square_score_opacity{
    opacity:0.1;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10)}

/* Termine + Ann + Abb*/
span.span_idalgo_dom_match_tennis_content_feature_player_name_abandon,
span.span_idalgo_dom_match_tennis_content_feature_player_shortname_abandon{
        color:#840303;font-size: 0.7em;margin-left:5px}

div.div_idalgo_dom_match_tennis[data-status="1"] span.span_idalgo_score_square_score,
div.div_idalgo_dom_match_tennis[data-status="3"] span.span_idalgo_score_square_score{
    background-color:#ffffff;color:#3c382f}

/* Termine Live */
div.div_idalgo_dom_match_tennis_status_end span.span_idalgo_score_square_score{
    background-color:#840303;color:#ffffff}

/* Arret*/
div.div_idalgo_dom_match_tennis[data-status="4"] div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    background-color:#ff6600;border-color:#ff6600;color:#ffffff}

div.div_idalgo_dom_match_tennis[data-status="7"] span.span_idalgo_score_square_score,
div.div_idalgo_dom_match_tennis[data-status="8"] span.span_idalgo_score_square_score{
    background-color:#ffcc00;border-color:#ffcc00}

/* Live */
div.div_idalgo_dom_match_tennis[data-status="9"] div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    background-color:#4db103;border-color:#4db103;color:#ffffff}

/* Module/Pattern/CSS/WidgetStatistic.css *************************************************/

div.div_idalgo_widget_statistic_content{position:relative}

/* Le titre principa, s'il y en a un (rugby). */
div.div_idalgo_widget_statistic_title_content {
    position: relative;
    display: block;
    width: 100%;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    color:#645f4f;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
}

/* La bloc de contenu. */
div.div_idalgo_widget_statistic_podium{
    position:relative;display:block;
    font-weight: bold;
    padding-top:20px;
    margin-bottom: 10px;
    z-index:2;
}

/* Le fond du block de contenu. */
div.div_idalgo_widget_statistic_podium_background {
    position:absolute;
    height:69px;
    width:100%;
    background-color:#fbfaf9;
    border-bottom:1px solid #e4e2dd;
}

/* La liste du podium. */
ul.ul_idalgo_widget_statistic_podium { display: block; position: relative; }

li.li_idalgo_widget_statistic_podium { display: block; position: absolute; height: 100%; }

li.li_idalgo_widget_statistic_podium_1 { width: 86px; left: -43px; margin-left: 50%; }

li.li_idalgo_widget_statistic_podium_2,
li.li_idalgo_widget_statistic_podium_3 { width: 70px; }

li.li_idalgo_widget_statistic_podium_2 { left: 6%; }

li.li_idalgo_widget_statistic_podium_3 { right: 6%; }

/* Le lien et contenant. */
a.a_idalgo_widget_statistic_podium {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

/* Le ou les noms. */
span.span_idalgo_widget_statistic_podium_name,
span.span_idalgo_widget_statistic_podium_team_name {
    position: absolute;
    display: block;
    width: 140%;
    left:-20%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color:#bbb6a8;
}

/* La position. */
span.span_idalgo_widget_statistic_podium_position {
    position: absolute;
    display: block;
    width: 20px;
    left:-20px;
    top:72px;
    text-align: center;
    color:#bbb6a8;
    font-size: 1em;
}

/* Les scores. */
span.span_idalgo_widget_statistic_podium_score {
    position: absolute;
    display: block;
    text-align: center;
    z-index: 2;
    color:#bbb6a8;
}

/* La personnalisation en fonction du contenu &agrave; afficher. */
li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_name {height: 11px;line-height: 11px;font-size: 0.7em;top:40px;}
li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_team_name {height: 10px;line-height: 10px;font-size: 0.6em;top:52px;}
li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_score {font-size: 1.25em;}

li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_name {height: 16px;line-height: 16px;font-size: 1em;color:#3c382f;top:12px;}
li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_team_name {top:30px;color:#3c382f;}
li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_position {color:#3c382f;}
li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_score {font-size: 1.5em;color:#3c382f;}

li.li_idalgo_widget_statistic_podium_3 span.span_idalgo_widget_statistic_podium_position {right:-22px;left:auto;}

/* La boite qui contient le ou les logos. */
div.div_idalgo_widget_statistic_podium_img {
    position: absolute;
    bottom: 79px;
    border: 1px solid #e4e2dd;
    background-color: #ffffff;
    text-align: center;
    line-height:0;
    z-index: 3;
}
img.img_idalgo_widget_statistic_podium_img_podium {
    margin:10px;
}
/* On force la largeur du contenu central, vu qu'on n'a pas d'image approprir&eacute;e. */
li.li_idalgo_widget_statistic_podium_1 img.img_idalgo_widget_statistic_podium_img_podium {
    width: 66px;
}

/* Les triangles sous les images. */
div.div_idalgo_widget_statistic_podium_img:after, div.div_idalgo_widget_statistic_podium_img:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
div.div_idalgo_widget_statistic_podium_img:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
div.div_idalgo_widget_statistic_podium_img:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #e4e2dd;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

/* Un ballon rond ou oval. */
div.div_idalgo_widget_statistic_podium_score_circle {
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    top:10%;
    left:10%;
    background-color: #fbfaf9;
    border-radius:50%;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    z-index: -1;
}
div.div_idalgo_widget_statistic_podium_score_oval {
    content: " ";
    border-color: transparent;
    background-color: #fbfaf9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 70%;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    z-index: -2;
}

/* Sous titre de la dipositive. */
div.div_idalgo_widget_statistic_podium_title {
    position: relative;
    width: 200px;
    border-bottom: 1px solid #e4e2dd;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}
div.div_idalgo_widget_statistic_podium_title span{
    position: relative;
    display: inline-block;
    padding: 2px;
    background: #ffffff;
    width: auto;
    top: 10px;
    font-weight:normal;
    font-size:0.7em;
}

/* La personnalisation suivant le type de contenu &agrave; afficher personne ou club/&eacute;quipe. */
div.div_idalgo_widget_statistic_podium_person ul.ul_idalgo_widget_statistic_podium {height: 260px;overflow:hidden}
div.div_idalgo_widget_statistic_podium_person li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_score {top: 172px;width: 72px;height: 72px;line-height: 72px;}
div.div_idalgo_widget_statistic_podium_person li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_score {width: 88px;height: 88px;line-height: 88px;}

div.div_idalgo_widget_statistic_podium_team ul.ul_idalgo_widget_statistic_podium {height: 220px;}
div.div_idalgo_widget_statistic_podium_team li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_score {top:130px;width: 77px;height: 77px;line-height: 77px;}
div.div_idalgo_widget_statistic_podium_team li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_name {top:14px}
div.div_idalgo_widget_football_statistic_player_goal_history li.li_idalgo_widget_statistic_podium span.span_idalgo_widget_statistic_podium_name {top:26px}
div.div_idalgo_widget_football_statistic_player_goal_history li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_name {top:6px}
div.div_idalgo_widget_statistic_podium_team li.li_idalgo_widget_statistic_podium_1 span.span_idalgo_widget_statistic_podium_score {width:88px; height: 88px;line-height: 88px;}
div.div_idalgo_widget_statistic_podium_team li.li_idalgo_widget_statistic_podium img.img_idalgo_widget_statistic_podium_img_podium { width: 50px; }
div.div_idalgo_widget_statistic_podium_team li.li_idalgo_widget_statistic_podium_1 img.img_idalgo_widget_statistic_podium_img_podium { width: 66px; }

/* Pour le tennis l'affichage des &eacute;volutions */
div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution,
div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution_graphic {position: absolute;}

div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution {bottom: 0;right:0;width: 30px;height: 30px;line-height: 30px;text-align: center;font-size: 0.8em;font-weight: bold;}
div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution_graphic {bottom: 0;left:0;}
div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution_graphic_up {background-position:center -279px;;}
div.div_idalgo_widget_statistic_podium_person span.span_idalgo_widget_statistic_podium_img_evolution_graphic_down {background-position:center -310px;}

/* 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 #fbfaf9;color:#645f4f;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:#bbb6a8;line-height:1.3em;}
span.span_idalgo_content_cycling_standing_content_top_num_point_winner {font-size:1.5em;color:#840303;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:#e4e2dd}

/* Module/Common/CSS/LiveBlogging.css *****************************************************/
div.div_idalgo_content_live_blogging{
    position:relative;
    display:block;
    padding-top:20px
}
ul.ul_idalgo_content_live_blogging {
    position: relative;
    display:block;
}
div.div_idalgo_content_live_blogging ul.ul_idalgo_content_live_blogging:after {
    content:' ';
    position:absolute;
    left:25px;top:20px;bottom:0;
    width:1px;
    background-color: #e4e2dd;
}
ul.ul_idalgo_content_live_blogging li.li_idalgo_content_live_blogging_content {
    position:relative;display:block;
    padding:20px 0;
    clear:both;
    min-height:70px
}
div.div_idalgo_content_live_blogging_month,
div.div_idalgo_content_live_blogging_hour {
    position: relative;
    display:block;
    width:180px;
    height:30px;
    line-height:30px;
    text-align:center;
    margin:0 auto 20px;
    clear:left;
    border-radius:2px;
    background-color: #003978;
}
span.span_idalgo_content_live_blogging_month,
span.span_idalgo_content_live_blogging_hour{
    font-family : "Georgia",Times New Roman,Times,serif;
    font-size:1em;
    font-weight:bold;
    color : #ffffff;
}
span.span_idalgo_content_live_blogging_month{
    text-transform:uppercase;
    font-weight:normal
}

/* Entete du Commentaire*/
div.div_idalgo_content_live_blogging_content_title {
    position: absolute;
    top:20px;
    left:0
}
div.div_idalgo_content_live_blogging_content_title_content {
    position:relative;
    display:block;
    margin-left:10px;
    margin-top:10px;
    line-height:1.4em;
    text-align:center;
}
div.div_idalgo_content_live_blogging_content_title_hashtag{
    display:none
}
div.div_idalgo_content_live_blogging_content_title_hour{
    position:relative;
    display:block;
    height:20px;
    width:80px;
    font-family : "Georgia",Times New Roman,Times,serif;
    color : #3c382f;
    font-size:0.875em;
    font-weight: bold;
    line-height:1.25em;
    z-index:1;
}
span.span_idalgo_content_live_blogging_content_title_hour{
    position:absolute;
    display:block;
    text-align:right;
    z-index:2;
    top:50%;
    left:0;
    width:100%;
    margin-top:-11px
}
span.span_idalgo_content_live_blogging_content_title_hour:before{
    position: absolute;
    content: '';
    top: 1px;
    right: 48px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #003978;
    background-color: #ffffff;
}
div.div_idalgo_content_live_blogging_content_addon_mobile{
    display:none
}

/* Separation Reseaux Sociaux */
div.div_idalgo_content_live_blogging_content_title_separate {
    position:absolute;
    left:-45px;
    right:0;
    top:10px;
    height:2px;
    background-color: #fbfaf9;
}

/* Contenu du commentaire */
div.div_idalgo_content_live_blogging_content_cards {
    transition: all 0.2s;
    perspective: 900px;
}
div.div_idalgo_content_live_blogging_content_cards_content_logo_team{
    position: relative;
    width: 36px;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    top: -18px;
    background-color: white;
}
img.img_idalgo_content_live_blogging_content_cards_content_logo_team_logo_team{
    position: relative;
    left: 50%;
    margin-left:-16px;
}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_content_cards{
    position:relative;
    display:block;
    width:auto;
    background-color: #ffffff;
    border-left: 1px solid #e4e2dd;
    border-right: 1px solid #e4e2dd;
    border-bottom: 1px solid #e4e2dd;
    border-top: 2px solid #003978;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e4e2dd;
    margin-left:100px;
}
div.div_idalgo_content_live_blogging_content_cards[color="twitter"]{
    border-top: 2px solid #5eabdf;
}
div.div_idalgo_content_live_blogging_content_cards[color="insta"]{
    border-top: 2px solid #315c87;
}
div.div_idalgo_content_live_blogging_content_cards > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_common_modal_liveblogging_content_content_cards > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_content_cards_hashtag{
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    margin-left:0;
}
div.div_idalgo_content_live_blogging_content_cards_hashtag {
    height: 100%;
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    transform: rotateY(-180deg);
}
.flipped div.div_idalgo_content_live_blogging_content_cards_hashtag {
    transform: rotateY(0deg);
    visibility: visible;
}
.flipped > div.div_idalgo_content_live_blogging_content_content {
    visibility:hidden;
    transform: rotateY(180deg);
}
span.span_idalgo_content_live_blogging_content_title_hashtag{
    display:inline-block;position:relative;
    color:#003978;
    background-color:#fbfaf9;
    font-size:0.675em;
    padding:2px 5px;
    margin-right:10px
}
img.img_idalgo_content_live_blogging_content_content_photo{
    position:relative;display:block;
    margin:0 auto;
}
img.img_idalgo_content_live_blogging_content_picture{
    position:relative;
    display:none;
    width:100%;
}
div.div_idalgo_content_live_blogging_content_content > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_content_cards_hashtag_title{
    padding:15px;
    padding-bottom: 0
}
img.img_idalgo_content_live_blogging_content_content_photo{
    position:relative;display:block;
    margin:0 auto;
}
div.div_idalgo_content_live_blogging_content_content_text{
    position:relative;
    display:block;
    clear:both;
    padding:20px 15px;
    font-family : Arial,sans-serif;
    color : #3c382f;
    font-size:1em;
    line-height:22px;
    text-align:left;
}
div.div_idalgo_content_live_blogging_content_content_text a{display:inline}
div.div_idalgo_content_live_blogging_content_content_text a[href]:not([href=""]){color:#003978}
div.div_idalgo_content_live_blogging_content_content_text b{font-weight:bold}
div.div_idalgo_content_live_blogging_content_content_text u{text-decoration:underline}
div.div_idalgo_content_live_blogging_content_content_text i{font-style:italic}
div.div_idalgo_content_live_blogging_content_content_text ol,
div.div_idalgo_content_live_blogging_content_content_text ul{padding-left:40px}
div.div_idalgo_content_live_blogging_content_content_text ul li{display:list-item;list-style-position:outside;list-style-type:disc}
div.div_idalgo_content_live_blogging_content_content_text ol li{display:list-item;list-style-position:outside;list-style-type:decimal}
div.div_idalgo_content_live_blogging_content_content_text p {margin:0}
div.div_idalgo_content_live_blogging_content_content {text-align: center}
span.span_idalgo_content_live_blogging_content_content_text,
div.div_idalgo_content_live_blogging_content_cards_hashtag_title span{
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
    color:#000000;
    line-height:22px;
    font-weight: bold;
    font-size: 1.2em;
}
img.img_idalgo_content_live_blogging_content_title {
    float:left;
    margin-left: -60px;
}

/** Template Player **/
div.div-idalgo-embed-player{position:relative;display:block;width:250px;margin:0.5em auto;border-top:1px dotted #bbb6a8;border-bottom:1px dotted #bbb6a8}
    img.img-idalgo-embed-player{position:absolute;left:5px;top:50%;margin-top:-23px}
    div.div-idalgo-embed-player-line1, div.div-idalgo-embed-player-line2{position:relative;height:2em;line-height:2em;}
    img.img-idalgo-embed-player-country{position:absolute;left:50px;top:50%;margin-top:-5px}
    div.div-idalgo-embed-player-line1{border-bottom:1px solid #e4e2dd}
    div.div-idalgo-embed-player-name{float:right;padding-right:5px;font-size:0.75em;color:#645f4f;font-weight:bold}
    div.div-idalgo-embed-player-name span+span{margin-left:5px}
        span.span-idalgo-embed-player-firstname{text-transform:capitalize}
        span.span-idalgo-embed-player-name{text-transform:uppercase}
    span.span-idalgo-embed-player-shirt{
        position:absolute;display:block;
        left:50px;top:50%;
        margin-top:-5px;
        border:1px solid #bbb6a8;
        color:#645f4f;
        font-size:0.6875em;
        text-align:center;
        padding:0 2px;
        height:1.2em;line-height:1.2em
    }
    div.div-idalgo-embed-player-team{float:right;padding-right:5px;font-size:0.6875em;color:#bbb6a8}

/** Template Match **/
div.div-idalgo-embed-match{position:relative;display:block;width:100%;margin:0.5em auto;background-color:#fbfaf9;overflow:hidden;border-radius:5px}
div.div-idalgo-embed-match-line-header{position:relative;display:block;line-height:2em;text-align:center;color:#645f4f;font-size:0.75em}
img.img-idalgo-embed-match-local-team,
img.img-idalgo-embed-match-visitor-team{position:absolute;top:63px;margin-top:-33px;height:32px}
img.img-idalgo-embed-match-local-team{left:31%}
img.img-idalgo-embed-match-visitor-team{right:31%}
div.div-idalgo-embed-match-line-center{position:relative;display:block;width:33%;margin:0 auto;text-align:center;font-weight:bold;min-height:65px}
div.div-idalgo-embed-match-line-center-penaltyscore{position:relative;display:block;height:10px}
div.div-idalgo-embed-match-line-center-penaltyscore span{
    position:absolute;display:block;
    top:0;
    height:19px;width:14px;
    background-color:#ffffff;
    border:1px solid #bbb6a8;border-radius:2px;
    font-size:12px;line-height:19px;text-align:center
}
div.div-idalgo-embed-match-line-center-penaltyscore span.idalgo-template-match-penalty-hidden{display:none}
span.span-idalgo-embed-match-line-center-penaltyscore-local{right:50%;margin-right:5px}
span.span-idalgo-embed-match-line-center-penaltyscore-visitor{left:50%;margin-left:5px}
div.div-idalgo-embed-match-line-center-score, div.div-idalgo-embed-match-line-center-score span{font-size:35px;font-family:Arial,sans-serif;line-height:35px}
span.span-idalgo-embed-match-line-center-score-center{margin:0 15px}

span.span-idalgo-embed-match-line-center-status{color:#840303;line-height:2em}
div.div-idalgo-embed-match-team{position:absolute;display:block;height:40px;line-height:32px;top:30px;width:100%}
span.span-idalgo-embed-match-team-local{position:absolute;display:block;left:0;top:0;width:30%;height:100%;font-weight:bold;text-align:right;line-height:32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-indent:10px}
span.span-idalgo-embed-match-team-visitor{position:absolute;display:block;right:0;top:0;width:30%;height:100%;font-weight:bold;text-align:left;line-height:32px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-indent:10px}
div.div-idalgo-embed-match-team span.span-idalgo-embed-match-local-bonus{position:absolute;top:0;right:5px;color:#cecece;line-height:60px;font-weight: normal}
div.div-idalgo-embed-match-team span.span-idalgo-embed-match-visitor-bonus{position:absolute;top:0;left:5px;color:#cecece;line-height:60px;font-weight: normal}

/** Template Result **/
div.div-idalgo-embed-result-line-header {position:relative;display:none;text-align:center;line-height:2em;border-bottom:1px solid #645f4f;color:#bbb6a8;}
li.li-idalgo-embed-result {position:relative;display:block;height:2.625em;line-height:2.5em;border-bottom:1px solid #e4e2dd; font-size:0.888em;font-weight: bold;background-color: #ffffff}
div.div_idalgo_content_live_blogging_content_content_text div.div-idalgo-embed-result-line-header ul,
div.div_idalgo_content_live_blogging_content_content_text ul.ul-idalgo-embed-result-content{padding:0}
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-result {position:relative;display:block;height:2.625em;line-height:2.5em;border-bottom:1px solid #e4e2dd; font-size:0.888em;font-weight: bold;list-style:none}
div.div-idalgo-embed-result-team {position:relative;display:block;width:100%;}
div.div-idalgo-embed-result-team span{line-height:24px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;width:40%;color:#bbb6a8;height:30px}
div.div-idalgo-embed-result-team span.idalgo_result_team_winner {color: #3c382f}
img.img-idalgo-embed-result-local-team {position:absolute;left:0;top:5px}
span.span-idalgo-embed-result-local-team{position:absolute;left:0;padding-left:40px}
img.img-idalgo-embed-resutl-visitor-team {position:absolute;right:0;top:5px}
span.span-idalgo-embed-resutl-visitor-team{position:absolute;right:0;text-align:right;padding-right:40px}
div.div-idalgo-embed-result-score{position:absolute;right:50%;top:0;text-align:center;width:20%; color:#3c382f;font-weight:bold;margin-right:-10%}
div.div-idalgo-embed-result-score span{line-height:24px}
div.div-idalgo-embed-result-part-left{position:relative;display:block;width:100%;}
div.div-idalgo-embed-result-part-left.idalgo_split, div.div-idalgo-embed-result-part-right{position:relative;display:block;width:50%;}
div.div-idalgo-embed-result-part-left.idalgo_split {float:left;}
div.div-idalgo-embed-result-part-right {float:right;}

div.div-idalgo-embed-result-team span.span-idalgo-embed-result-local-bonus{position:absolute;top:0;left:40px;color:#cecece;line-height:47px;font-weight: normal}
div.div-idalgo-embed-result-team span.span-idalgo-embed-result-visitor-bonus{position:absolute;top:0;right:40px;color:#cecece;line-height:47px;font-weight: normal}


/** Template Classement **/
div.div-idalgo-embed-standing{position:relative;display:block;margin:0.5em auto}
div.div-idalgo-embed-standing-line-header{position:relative;display:block;line-height:2em;text-align:center;border-bottom:1px solid #645f4f;color:#bbb6a8}
div.div_idalgo_content_live_blogging_content_content_text ul.ul-idalgo-embed-standing-content{position:relative;display:block;padding:0}
ul.ul-idalgo-embed-standing-content:before, ul.ul-idalgo-embed-standing-content:after{content:' ';display:table;}
ul.ul-idalgo-embed-standing-content:after{clear:both;}
div.div-idalgo-embed-standing-part-full{position:relative;display:block}
div.div-idalgo-embed-standing-part-left{position:relative;display:block;float:left;width:48%;}
div.div-idalgo-embed-standing-part-right{position:relative;display:block;float:right;width:48%;}
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-standing{position:relative;display:block;height:31px;line-height:31px;border-bottom:1px solid #e4e2dd;font-size:11px;overflow:hidden;text-align:left;list-style:none}
li.li-idalgo-embed-standing:nth-child(even){background-color:#fbfaf9}
span.span-idalgo-embed-standing-position{position:absolute;display:block;top:0;left:0;;width:9.3%;color:#3c382f;font-weight:bold;text-indent:8px}
img.img-idalgo-embed-standing-team{position:absolute;width:15px;height:15px;top:50%;left:12.5%;margin-top:-7px}
span.span-idalgo-embed-standing-team{position:absolute;display:block;left:25%;top:0;width:50%;height:100%;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
span.span-idalgo-embed-standing-points{position:absolute;display:block;left:75%;top:0;width:21%;text-align:right;text-transform:uppercase;}
div.div-idalgo-embed-standing-more{display:none}

/* couleur num_pos */
li.li-idalgo-embed-standing_1{border-bottom-color:#003978}
li.li-idalgo-embed-standing_2{border-bottom-color:#3c382f}
li.li-idalgo-embed-standing_3{border-bottom-color:#645f4f}
li.li-idalgo-embed-standing_4{border-bottom-color:#bbb6a8}
li.li-idalgo-embed-standing_9{border-bottom-color:#3c382f}
li.li-idalgo-embed-standing_10{border-bottom-color:#003978} */

/*Social*/
div.div_idalgo_content_live_blogging_content_content_social,
div.div_idalgo_content_live_blogging_content_cards_hashtag_social{
    position:relative;
    display:block;
    height:35px;
    width:100%;
    padding-bottom: 5px;
    text-align: center;
}
div.div_idalgo_content_live_blogging_content_cards_hashtag_social{position:absolute;bottom:0}
div.div_idalgo_content_live_blogging_content_content_social_social_separate,
div.div_idalgo_content_live_blogging_content_cards_hashtag_social_social_separate{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 95%;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #e4e2dd;
}
span.span_idalgo_content_live_blogging_content_content_social_hashtag,
span.span_idalgo_content_live_blogging_content_cards_hashtag_social_close{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    margin-left: 10px;
    float:left;
    cursor:pointer;
}
span.span_idalgo_content_live_blogging_content_content_social_hashtag:after,
span.span_idalgo_content_live_blogging_content_cards_hashtag_social_close:after{
    content:' ';
    position:absolute;
    left:30px;
    top:6px;
    bottom:4px;
    width:1px;
    background-color:#e4e2dd;
}

/** Bouton Twitter **/
span.span_idalgo_content_live_blogging_content_content_social_text{position:absolute;display:block;width:100%;top:-14px;text-transform:uppercase;color:#bbb6a8;font-size:0.5em;text-align:center}
a.a_idalgo_content_live_blogging_content_content_social_twitter,
a.a_idalgo_content_live_blogging_content_cards_hashtag_social_twitter{position:relative;display:block;width:30px;height:30px;float:left;text-align:center;margin-left:10px;}
span.span_idalgo_content_live_blogging_content_content_social_twitter_button,
span.span_idalgo_content_live_blogging_content_cards_hashtag_social_twitter_button{position:relative;width:30px;height:30px;display:block;left:50%;margin-left:-15px}
span.span_idalgo_content_live_blogging_content_content_social_more{
    position:relative;
    display:block;
    float:right;
    margin-right:15px;
    height:30px;
    line-height:30px;
    font-weight:bold;
    cursor:pointer;
}

/** ADVERTISING **/
li.li_idalgo_content_live_blogging_content_advertising div.div_idalgo_content_live_blogging_content_cards {
    background-color: #fbfaf9;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    margin: 0;
    z-index: 1;
}
li.li_idalgo_content_live_blogging_content_advertising div.div_idalgo_content_live_blogging_content_content_social {display: none}

/** Alignement des img, tweet et gabarit **/
div.div_idalgo_content_live_blogging_content_content_text iframe.twitter-tweet-rendered {margin:10px auto !important;}
iframe.twitter-share-button.twitter-count-none span.label{display:none}

/** Scrool **/
div.div_idalgo_button_top_scroll{
    position:fixed;bottom:10px;right:10px;
    background-color:#000000;
    color:#ffffff;font-size:42px;line-height:42px;
    padding:5px 10px 0;
    border-radius: 10px;
    cursor:pointer;
}
div.div_idalgo_content_live_blogging_content_title_addon{position:absolute;display:block;right:0;max-width:200px;overflow:hidden;height:40px;top:20px;z-index:2;}
div.div_idalgo_content_live_blogging_content_title_addon_content
{
    position:relative;display:inline-block;float:right;width:33px;height:100%;text-align:center;z-index:1;
    overflow:hidden;background-color:#ffffff
}
div.div_idalgo_content_live_blogging_content_title_addon_content img {z-index:1}
div.div_idalgo_content_live_blogging_content_title_addon_content img.img_idalgo_content_live_blogging_content_title_addon_content_logo_team{position:absolute;top:0px;left:1px;width:31px}
div.div_idalgo_content_live_blogging_content_title_addon_content img.img_idalgo_content_live_blogging_content_title_addon_content_person   {position:absolute;top:0px;left:  0;width:100%}
div.div_idalgo_content_live_blogging_content_title_addon_content img.img_idalgo_content_live_blogging_content_title_addon_content_type     {position:absolute;top:0px;left:  0;width:100%}
div.div_idalgo_content_live_blogging_content_title_addon_content_logo_team{position:absolute;top:-5px;width:50px;height:50px;z-index:1}

/** TEMPLATE STATS **/
div.div_idalgo_content_template_addon{position:absolute;display:block;width:100%;top:0;bottom:75px}
div.div_idalgo_content_template_addon_content,
div.div_idalgo_content_template_addon_content2{
    position:absolute;display:block;
    width:210px;
    height:210px;
    top:50%;
    left:50%;
    margin-top:-105px;
    margin-left:-105px;
    font-family: "Georgia",Times New Roman,Times,serif;
    text-align:center;
    line-height:210px;

    border-width:4px;
    border-style:solid;
    border-color:#000000 transparent #000000 #000000;

    -webkit-border-radius:105px;
       -moz-border-radius:105px;
            border-radius:105px;
    -webkit-transform:rotate(45deg);
       -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);

    -webkit-box-shadow:-8px 12px 40px -40px #000000, inset 12px 12px 37px -40px #000000;
       -moz-box-shadow:-8px 12px 40px -40px #000000, inset 12px 12px 37px -40px #000000;
            box-shadow:-8px 12px 40px -40px #000000, inset 12px 12px 37px -40px #000000;
}

div.div_idalgo_content_template_addon_content_block,
div.div_idalgo_content_template_addon_content2_block{
    display:inline-block;position:relative;
    line-height:30px;vertical-align:middle;
    -webkit-transform:rotate(-45deg);
       -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
           transform:rotate(-45deg)}

span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block{
    display:block;position:relative;
    line-height:70px;font-size:3em;vertical-align:middle;color:#000000;
    text-shadow:0 1px 1px rgba(58,58,58,0.7)}

span.span_idalgo_content_template_addon_content_block + span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block + span.span_idalgo_content_template_addon_content2_block{
    font-size:1em;text-transform:uppercase;line-height:30px}

div.div_idalgo_content_template_addon_title{
    position:absolute;display:block;
    height:50px;width:100%;margin:0;bottom:-50px;
    text-align:center}
div.div_idalgo_content_template_addon_title span{line-height:50px;font-size:1.9em;text-transform:uppercase}

/***** VERSION DOUBLE ****/
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content{
    right:52%;margin-left:0;left:auto;top:45%}
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content2{
    left:52%;margin-left:0;top:55%}

div.div_idalgo_content_live_blogging_content_cards_content{position:absolute;width:100%}
img.img_idalgo_content_live_blogging_content_cards_content_person{
    width: 33px;
    height: 33px;
    position: relative;
    left: 50%;
    top: -16px;
    border-radius: 33px;
    margin-left: -16px;
}

/** MODAL **/
span.span_idalgo_content_live_blogging_modal_close {
    position: absolute;display: block;
    top: 0;
    height: 30px;width: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    right : -55px;
    opacity: 0.5;
    color: #ffffff;
}

span.span_idalgo_content_live_blogging_modal_close:hover{
    cursor: pointer;opacity: 1;
}


div.div_idalgo_content_live_blogging_modal{
    position: fixed;
    display: none;
    /*opacity: 0;*/
    z-index: 4;
    background-color: transparent;
    top:0;
    left:0;

    -webkit-animation: fadein ease-in 0.3s;
    -moz-animation: fadein ease-in 0.3s;
    -ms-animation: fadein ease-in 0.3s;
    -o-animation: fadein ease-in 0.3s;
    animation: fadein ease-in 0.3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


div.div_idalgo_common_modal_liveblogging{
    position:relative;
    display: block;
    margin: 0 auto;
    width: 640px;
    opacity: 1;
}

div.div_idalgo_content_live_blogging_background_modal{
    position: fixed;
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.7;
    width: 100%;
    background-color: black;
}

div.div_idalgo_common_modal_liveblogging_content{
    position: relative;
    display:block;
    width:640px;
    background-color: #ffffff;
    float:left;
}

div.div_idalgo_common_modal_liveblogging_previous,
div.div_idalgo_common_modal_liveblogging_next{
    position: fixed;
    display:block;
    width: 50px;
    height: 50px;
    left:50%;
    background-color: #003978;
    color: #ffffff;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2em;
    top:50%;
    margin-top:-25px;
    cursor:pointer;
}

div.div_idalgo_common_modal_liveblogging_previous{margin-left:-420px;}
div.div_idalgo_common_modal_liveblogging_next{margin-left:370px}

div.div_idalgo_common_modal_liveblogging_previous_empty,
div.div_idalgo_common_modal_liveblogging_next_empty {
    background-color:transparent;
    color:transparent;
    cursor:default;
}

div.div_idalgo_content_live_blogging_modal li.li_idalgo_content_live_blogging_content{padding:0}
div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging{padding-top:0}
div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_title,
div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_addon_mobile{display:none}

div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_cards{
    border: none;
    border-radius: inherit;
}

div.div_idalgo_content_live_blogging_modal span.span_idalgo_content_live_blogging_content_content_text {
    height:85px;
    line-height:85px;
}

div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_content > div.div_idalgo_content_live_blogging_content_content{
    display:table-cell;
    padding-left:60px;
    padding-right:60px;
}

div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_content > div.div_idalgo_content_live_blogging_content_content  span.span_idalgo_content_live_blogging_content_content_text{
    display:table-cell;line-height:20px;vertical-align:middle
}

div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_content_text{
    padding-bottom:20px;
    padding-left:60px;
    padding-right:60px;
}

div.div_idalgo_content_live_blogging_modal li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_modal div.div_idalgo_content_live_blogging_content_cards{margin-left:0}

#idalgo_div_content_card_modal{
    overflow-y:auto;
}

div.div_idalgo_content_liveblogging_modal_animate{transition: top 250ms}
div.div_idalgo_content_liveblogging_modal_animate div.div_idalgo_common_modal_liveblogging,
div.div_idalgo_content_liveblogging_modal_animate #idalgo_div_content_card_modal{
    transition: height 250ms;
}

div.div_idalgo_content_live_blogging_modal .div_idalgo_tweet_image > img{width: auto}


/* Template_Matchday_Calendar */
/* Position des block */
div.div_idalgo_content_live_blogging_content_content_text ul.ul-idalgo-embed-tennis-matchday-calendar-content {display: block;position: relative;background-color: #ffffff;border-top:1px solid #e4e2dd;padding:0}
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-tennis-matchday-calendar {display: block;position: relative;border-bottom:1px solid #e4e2dd;margin-bottom: 2px;list-style:none}
div.div_idalgo_container img.img-idalgo-embed-tennis-matchday-calendar-country {position:absolute;left:0;top:9px;border: 1px solid #e4e2dd}
div.div-idalgo-embed-tennis-matchday-calendar-feature {position:relative;padding-left:34px;display: block;clear: both;line-height: 30px;height: 30px;margin-top: 2px;}
div.div-idalgo-embed-tennis-matchday-calendar-feature-name {display: inline-block;font-size:0.8em;font-weight: bold;line-height: 30px;height: 30px}
div.div-idalgo-embed-tennis-matchday-calendar-feature-set-list {display: inline-block;width: 130px;position: absolute;right: 0;background-color:#ffffff;line-height:30px;height:30px}
div.div-idalgo-embed-tennis-matchday-calendar-feature-set {display: block;position:relative;width: 18px;line-height: 18px;height: 18px;border:1px solid #e4e2dd;text-align: center;margin: 5px 0 0 5px;box-shadow: 1px 1px 1px #fbfaf9;font-size: 0.8em;font-weight: normal;float: left}
div.div-idalgo-embed-tennis-matchday-calendar-feature-tie {display: block;position: absolute;background-color: inherit;top:13px;right:-5px;font-size: 0.7em;line-height:10px;height:10px;width:10px;text-align: center;}
div.div-idalgo-embed-tennis-matchday-calendar-feature-1 div.div-idalgo-embed-matchday-calendar-feature-tie {top:-5px;}
div.div-idalgo-embed-tennis-matchday-calendar-feature-2 div.div-idalgo-embed-matchday-calendar-feature-tie {bottom:-5px;}
div.div-idalgo-embed-tennis-matchday-calendar-match-status,
div.div-idalgo-embed-tennis-matchday-calendar-match-time-spent {display: none;position: absolute;top:50%;margin-top: -11px;border:1px solid black;left:45%;font-size: 0.8em;line-height:14px;height:14px;padding:4px;background-color: #ffffff;box-shadow: 1px 1px 1px #fbfaf9;box-sizing:content-box}
div.div-idalgo-embed-tennis-matchday-calendar-match-time-start {display: none;position: absolute;top:50%;margin-top:-15px;line-height:30px;height:30px;width:125px;right:15px;text-align:center;font-size: 1em;background-color: #fbfaf9}
ul.ul-idalgo-embed-tennis-matchday-calendar-content-bottom {display: none;border-top:none;}

/* More */
div.div-idalgo-embed-tennis-matchday-calendar-more{
    display:block;position:relative;
    height:31px;width:50%;
    margin:0 auto;
    border-bottom:1px solid #e4e2dd;
    border-bottom:1px solid #e4e2dd;
    line-height:31px;
    text-align:center;
    cursor:pointer;
    font-size: 0.8em;
    color:#3c382f;
}
span.span-idalgo-embed-tennis-matchday-calendar-more-before,
span.span-idalgo-embed-tennis-matchday-calendar-more-after{position:absolute;display:block;height:0;width:0;top:0;border:0 none;border-top:32px solid #ffffff}
span.span-idalgo-embed-tennis-matchday-calendar-more-before{left:0;border-left:20px solid #e4e2dd}
span.span-idalgo-embed-tennis-matchday-calendar-more-after{right:0;border-right:20px solid #e4e2dd}
div.div-idalgo-embed-tennis-matchday-calendar-more:before,
div.div-idalgo-embed-tennis-matchday-calendar-more:after{position:absolute;display:block;content:'';height:0;width:0;top:1px;border:0 none;border-top:32px solid transparent;z-index:1}
div.div-idalgo-embed-tennis-matchday-calendar-more:before{left:-1px;border-left:20px solid #ffffff}
div.div-idalgo-embed-tennis-matchday-calendar-more:after{right:-1px;border-right:20px solid #ffffff}

/* Etat des blocks ********************************************/
div.div-idalgo-embed-tennis-matchday-calendar-feature-set-status-lost {background-color: #ffffff;}
div.div-idalgo-embed-tennis-matchday-calendar-feature-set-status-win {background-color:#fbfaf9;}
div.div-idalgo-embed-tennis-matchday-calendar-feature-set-status-win div.div-idalgo-embed-matchday-calendar-feature-tie {display:none;}

/* 0 - Match Non commenc&eacute; */
li.li-idalgo-embed-tennis-matchday-calendar-status-0 div.div-idalgo-embed-tennis-matchday-calendar-feature-set-list,
li.li-idalgo-embed-tennis-matchday-calendar-status-0 div.div-idalgo-embed-tennis-matchday-calendar-match-status,
li.li-idalgo-embed-tennis-matchday-calendar-status-0 div.div-idalgo-embed-tennis-matchday-calendar-match-time-spent{display: none;}
li.li-idalgo-embed-tennis-matchday-calendar-status-0 div.div-idalgo-embed-tennis-matchday-calendar-match-time-start {display: block;}

/* 1 - Victoire Entit&eacute; 1 */
/* 3 - Victoire Entit&eacute; 2 */
/* 7 - Abandon Entit&eacute; 1 */
/* 8 - Abandon Entit&eacute; 2 */
li.li-idalgo-embed-tennis-matchday-calendar-status-1 div.div-idalgo-embed-tennis-matchday-calendar-feature-2 div.div-idalgo-embed-tennis-matchday-calendar-feature-name,
li.li-idalgo-embed-tennis-matchday-calendar-status-3 div.div-idalgo-embed-tennis-matchday-calendar-feature-1 div.div-idalgo-embed-tennis-matchday-calendar-feature-name,
li.li-idalgo-embed-tennis-matchday-calendar-status-7 div.div-idalgo-embed-tennis-matchday-calendar-feature-1 div.div-idalgo-embed-tennis-matchday-calendar-feature-name,
li.li-idalgo-embed-tennis-matchday-calendar-status-8 div.div-idalgo-embed-tennis-matchday-calendar-feature-2 div.div-idalgo-embed-tennis-matchday-calendar-feature-name {color:#bbb6a8;font-weight: normal;}

/* 4 - Arret&eacute; */
/* 5 - Match annul&eacute; */
/* 6 - Report&eacute; */
li.li-idalgo-embed-tennis-matchday-calendar-status-4 div.div-idalgo-embed-tennis-matchday-calendar-match-status,
li.li-idalgo-embed-tennis-matchday-calendar-status-5 div.div-idalgo-embed-tennis-matchday-calendar-match-status,
li.li-idalgo-embed-tennis-matchday-calendar-status-6 div.div-idalgo-embed-tennis-matchday-calendar-match-status,
li.li-idalgo-embed-tennis-matchday-calendar-status-7 div.div-idalgo-embed-tennis-matchday-calendar-match-status,
li.li-idalgo-embed-tennis-matchday-calendar-status-8 div.div-idalgo-embed-tennis-matchday-calendar-match-status {display: inline-block;border-color:#ff6600;color:#ff6600;}
li.li-idalgo-embed-tennis-matchday-calendar-status-4 div.div-idalgo-embed-tennis-matchday-calendar-feature-set,
li.li-idalgo-embed-tennis-matchday-calendar-status-5 div.div-idalgo-embed-tennis-matchday-calendar-feature-set,
li.li-idalgo-embed-tennis-matchday-calendar-status-6 div.div-idalgo-embed-tennis-matchday-calendar-feature-set {background-color: #ff6600;color:#ffffff;}

/* 9 - En Live */
li.li-idalgo-embed-tennis-matchday-calendar-status-9 div.div-idalgo-embed-tennis-matchday-calendar-match-time-spent {display: inline-block;border-color:#4db103;color:#4db103;}
/*li.li-idalgo-embed-tennis-matchday-calendar-status-9 div.div-idalgo-embed-tennis-matchday-calendar-feature-set:last-child {background-color: #4db103;color:#ffffff;}*/

/* Template_Match */
div.div-idalgo-embed-tennis-match {background-color:white}
/* Titre */
div.div-idalgo-embed-tennis-match-title {text-align:center}
span.span-idalgo-embed-tennis-match-title {color:#888}

/* Versus */
div.div-idalgo-embed-tennis-match-header {position:relative;margin:10px 0;height:50px}
div.div-idalgo-embed-tennis-match-person {
    position:absolute;
    top:5px;
    width:40px;height:40px;
    border-radius:50%;
    overflow:hidden
}
div.div-idalgo-embed-tennis-match-person-1 {left:15%}
div.div-idalgo-embed-tennis-match-person-2 {right:15%}
img.img-idalgo-embed-tennis-match-person {position:absolute;width:40px;top:-15px}

img.img-idalgo-embed-tennis-match-country {
    position:absolute;
    top:20px;
}
div.div_idalgo_container img.img-idalgo-embed-tennis-match-country-1 {left:30%;border: 1px solid #e4e2dd}
div.div_idalgo_container img.img-idalgo-embed-tennis-match-country-2 {right:30%;border: 1px solid #e4e2dd}

span.span-idalgo-embed-tennis-match-versus {
    position:absolute;
    top:20px;
    left:50%;margin-left:-20px;
    width:40px;
    font-size:1em;
    font-weight:bold;
}
/* Score */
div.div-idalgo-embed-tennis-match-score {
    border-top:1px solid #e4e2dd;
    border-bottom:1px solid #e4e2dd;
}
div.div-idalgo-embed-tennis-match-score div.div-idalgo-embed-tennis-matchday-calendar-feature-set-list {background-color: inherit;}

/* Vid&eacute;o en respsonsive */
div.idalgo-liveblogging-video-embed {
    display: inline-block;
    position: relative;
    padding-top: 25px;
    height: 0;
}

div.idalgo-liveblogging-video-embed-resize {
    display: none;
}

div.idalgo-liveblogging-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Module/Rugby/CSS/MainPicture.css *******************************************************/

.idalgo_sprite_rugby{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_rugby_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden;
}

    .idalgo_content_action_logo_penalty_goal_in,
    .idalgo_content_action_logo_small_penalty_goal_in{background-position:center -279px;}
    .idalgo_content_action_logo_penalty_goal_out,
    .idalgo_content_action_logo_small_penalty_goal_out{background-position:center -310px;}

    .idalgo_content_action_logo_small_try{background-position:center -620px;}
    .idalgo_content_action_logo_small_try_team{background-position:center -1488px;}
    .idalgo_content_action_logo_small_try_penalty{background-position:center -1581px;}
    .idalgo_content_action_logo_small_penalty_in{background-position:center -682px;}
    .idalgo_content_action_logo_small_penalty_out{background-position:center -775px;}
    .idalgo_content_action_logo_small_conversion_in{background-position:center -651px;}
    .idalgo_content_action_logo_small_conversion_out{background-position:center -744px;}
    .idalgo_content_action_logo_small_drop_in{background-position:center -713px;}
    .idalgo_content_action_logo_small_drop_out{background-position:center -806px;}
    .idalgo_content_action_logo_small_video{background-position:center -1395px;}
    
    .idalgo_content_action_logo_small_local_try{background-position:center -837px;}
    .idalgo_content_action_logo_small_local_try_team{background-position:center -1550px;}
    .idalgo_content_action_logo_small_local_try_penalty{background-position:center -1643px;}
    .idalgo_content_action_logo_small_local_penalty_in{background-position:center -899px;}
    .idalgo_content_action_logo_small_local_penalty_out{background-position:center -992px;}
    .idalgo_content_action_logo_small_local_conversion_in{background-position:center -868px;}
    .idalgo_content_action_logo_small_local_conversion_out{background-position:center -961px;}
    .idalgo_content_action_logo_small_local_drop_in{background-position:center -930px;}
    .idalgo_content_action_logo_small_local_drop_out{background-position:center -1023px;}
    .idalgo_content_action_logo_small_local_video{background-position:center -1426px;}
    
    .idalgo_content_action_logo_small_visitor_try{background-position:center -1054px;}
    .idalgo_content_action_logo_small_visitor_try_team{background-position:center -1519px;}
    .idalgo_content_action_logo_small_visitor_try_penalty{background-position:center -1612px;}
    .idalgo_content_action_logo_small_visitor_penalty_in{background-position:center -1116px;}
    .idalgo_content_action_logo_small_visitor_penalty_out{background-position:center -1209px;}
    .idalgo_content_action_logo_small_visitor_conversion_in{background-position:center -1085px;}
    .idalgo_content_action_logo_small_visitor_conversion_out{background-position:center -1178px;}
    .idalgo_content_action_logo_small_visitor_drop_in{background-position:center -1147px;}
    .idalgo_content_action_logo_small_visitor_drop_out{background-position:center -1240px;}
    .idalgo_content_action_logo_small_visitor_video{background-position:center -1457px;}

    .idalgo_content_action_logo_small_yellow{background-position:center -1271px;}
    .idalgo_content_action_logo_small_yellowred{background-position:center -1333px;}
    .idalgo_content_action_logo_small_red{background-position:center -1302px;}
    .idalgo_content_action_logo_small_substitute{background-position:center -1364px;}

    .idalgo_content_action_logo_try{background-position:center 0px;}
    .idalgo_content_action_logo_essai{background-position:center -341px;}
    .idalgo_content_action_logo_point{background-position:center 0px;}
    .idalgo_content_action_logo_try_collective{background-position:center -1488px;}
    .idalgo_content_action_logo_try_penalty{background-position:center -1581px;}
    .idalgo_content_action_logo_conversion_in{background-position:center -372px;}
    .idalgo_content_action_logo_penalite_in{background-position:center -403px;}
    .idalgo_content_action_logo_penalite_out{background-position:center -496px;}
    .idalgo_content_action_logo_yellow{background-position:center -124px;}
    .idalgo_content_action_logo_yellowred{background-position:center -186px;}
    .idalgo_content_action_logo_red{background-position:center -155px;}
    .idalgo_content_action_logo_drop_in{background-position:center -434px;}
    .idalgo_content_action_logo_drop_out{background-position:center -527px;}
    .idalgo_content_action_logo_substitute{background-position:center -217px;}
    .idalgo_content_action_logo_substitute_local{background-position:center -217px;}
    .idalgo_content_action_logo_substitute_visitor{background-position:center -248px;}
    
    .idalgo_content_action_logo_transformation_in {background-position: center -285px}
    .idalgo_content_action_logo_transformation_out {background-position: center -317px}

    .idalgo_bonus_try{background-position:center -1674px;}
    .idalgo_bonus_defense{background-position:center -1705px;}
    
    .idalgo_icon_rugby_sport{background-position:center -8px}

    .idalgo_icon_rugby_sport_on {background-position:center -1867px}
    .idalgo_icon_rugby_sport_off{background-position:center -1927px}

/* Module/Common/CSS/MainDomAScore.css ****************************************************/

/*a.a_idalgo_content_match_score span{
  float:left;
}

span.span_idalgo_score_part_left{
  margin-left:20%;
  margin-right:10%;
}
span.span_idalgo_score_part_center{
  margin-right:10%;
}
span.span_idalgo_score_part_right{

}*/

span.span_idalgo_score_part_left{
    position:absolute;
    right:50%;top:0;
    margin-right:6px;
}
span.span_idalgo_score_part_center{
    display:block;
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
}
span.span_idalgo_score_part_right{
    position:absolute;
    left:50%;top:0;
    margin-left:6px;
}
span.span_idalgo_background_score_head_to_head{
    position:absolute;
    width:30px;height:28px;
    background-position:center -807px;
    z-index:1;
    top:50%;left:50%;
    margin-left:-15px;
    margin-top:-14px;
    overflow:hidden;
}
span.span_idalgo_score_time {
    font-weight: normal;
    display:block;
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    text-align:center;
    overflow:hidden;
    margin:0;
}

div.div_idalgo_score_penalty_part{
    position:absolute;display:block;
    width:100%;height:1.35em;line-height:1.35em;
    left:0;
    top:2.25em;
}

/* 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 #e4e2dd
}
li.li_idalgo_content_standing:last-child{border-bottom-width:0}
li.li_idalgo_content_standing:nth-child(even){background-color:#fbfaf9}
li.li_idalgo_content_standing:hover,
li.li_idalgo_content_standing.idalgo_team_hover{background-color:#d66000}
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:#3c382f}

    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: #3d3e41}
    span.span_idalgo_content_standing_lost_txt{background-color: #bd362f}

    span.span_idalgo_content_standing_position{left:0;width:30px;color:#bbb6a8}
    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:#003978}

    span.span_idalgo_content_standing_points,
    span.span_idalgo_content_standing_percent{left:70px;margin-left:100%;width:35px;color:#840303}
    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 #e4e2dd;
    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:#003978;
}
div.div_idalgo_content_standing_pos_10,
div.div_idalgo_content_standing_pos_9{
    background-color:#3c382f;
}
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 #840303;
}

/** 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 #e4e2dd;
    border-top: 2px solid #840303;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #e4e2dd;
}

ul.ul_idalgo_content_standing_form_detail li {
    display:block;
    position: relative;
    width:100%;height:25px;
    line-height:25px;
    border-bottom: 1px solid #e4e2dd;
    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 #e4e2dd;
}

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/Football/CSS/Standing.css *******************************************************/
div.div_idalgo_content_football_standing{
    position:relative;
}

/* Module/Common/CSS/MainTwitter.css ******************************************************/
/*** Custom Template Twitter ***/
div.div_idalgo_twitter_content {overflow:hidden;background-color:#ffffff;
    border: 1px solid #e4e2dd;
    border-width: 1px;
    border-radius: 4px;
    max-width: 538px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.div_idalgo_tweet_image,
.div_idalgo_tweet_media {text-align:center}

.div_idalgo_tweet_image > img {max-width:100%;}
.div_idalgo_twitter_video,
.div_idalgo_tweet_video,
.div_idalgo_tweet_vine{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.div_idalgo_tweet_vine iframe,
.div_idalgo_tweet_video iframe,
.div_idalgo_twitter_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none;
}

div.div_idalgo_twitter_infos {position:relative;display: block;margin: 20px 14px 10px}
img.img_idalgo_tweet_picture_profil {position: absolute;left: 0; max-width: 36px; margin: 0;border-radius: 5px}
div.div_idalgo_twitter_infos a.a_idalgo_tweet_username{
    position:relative;display:block;font-weight:bold;margin-left:45px;text-decoration:none}
div.div_idalgo_twitter_infos a.a_idalgo_tweet_username:hover {text-decoration: none; color:#2b7bb9}
span.span_idalgo_tweet_username {display: inline-block;font-weight: bold;font-size:16px;margin-left:0;color:#333333;height: 20px;line-height: 20px;margin-right:10px}
span.span_idalgo_tweet_login {font-weight: normal;color:#bbb6a8;position:relative;display: block;font-size:14px;}
span.span_idalgo_twitter_account_verified {position: absolute;display: inline-block;top:-1px;height: 20px;width: 17px;}
div.div_idalgo_twitter_infos p.p_idalgo_tweet_comment {
    position:relative;display:block;margin:10px 0;width:auto;font-size:16px;text-align: left;line-height: 22px}
p.p_idalgo_tweet_comment a{color:#840303}
div.div_idalgo_tweet_date,
div.div_idalgo_tweet_button {position:relative;display:block;margin:10px 0;width:100%;height:15px;line-height: 15px;color : #697882;font-size: 14px}
div.div_idalgo_tweet_button {margin:10px 20px 20px}
div.div_idalgo_tweet_button span {position:relative;display:block;height:20px;cursor:pointer;float: left;margin-right: 15px}
div.div_idalgo_tweet_button span svg        {fill:#697882;height: 100%}
span.span_idalgo_tweet_reply:hover svg      {fill:#1DA1F2}
span.span_idalgo_tweet_retweet:hover svg    {fill:#19CF86}
span.span_idalgo_tweet_favorite:hover svg   {fill:#E81C4F}


/** Gestion photos **/
div.div_idalgo_tweet_image:hover {cursor: pointer}

div.div_idalgo_twitter_1,
div.div_idalgo_twitter_2{
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* DEUX */
div.div_idalgo_twitter_2 {
    width: calc(50% - 3px);
}
div.div_idalgo_twitter_1 img,
div.div_idalgo_twitter_2 img,
div.div_idalgo_twitter_3 img,
div.div_idalgo_twitter_4 img,
div.div_idalgo_twitter_halfthird img,
div.div_idalgo_twitter_thirdother_content img{width: 100%}


/* > 2 */
div.div_idalgo_twitter_mosaic {
    height: 255px;
}

div.div_idalgo_twitter_halfthird {
    display: block;
    height: 100%;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 75%;
    float: left;
}

div.div_idalgo_twitter_3,
div.div_idalgo_twitter_4{
    display: block;
    height: 100%;
    vertical-align: top;
    width: calc(100% / 4 - 1px);
    float: left;
}

div.div_idalgo_twitter_thirdother_content {
    height: calc(100% / 2 - 1px);
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

div.div_idalgo_twitter_4 div.div_idalgo_twitter_thirdother_content {
    height: calc(100% / 3 - 1px/2);
}


/** MODAL FOR LB **/
div.div_carousel_slide_tweet {
    position: relative;
    width: 540px;
    min-height: 355px;
}

div.div_carousel_inner_tweet {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

ul.ul_carousel_img_list {
    position: absolute;
    display: block;
    height: 100%;
    top:0;
    transition: .6s ease-in-out left;
}

ul.ul_carousel_img_list li.li_carousel_item {
    position: relative;
    display: block;
    height: 100%;
    width: 540px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
}

div.div_carousel_inner_tweet li.li_carousel_item img {
    position: relative;
    display: block;
    margin: 0 auto;
}

div.div_carousel_control_box {
    position: absolute;
    display: block;
    top:0;
    height: 100%;
    width: 100%;
}

span.span_carousel_control_left,
span.span_carousel_control_right {
    position: absolute;
    left: -55px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    font-size: 60px;
    font-weight: 100;
    line-height: 35px;
    text-align: center;
    opacity: .5;
    color: #ffffff;
}

span.span_carousel_control_left:hover,
span.span_carousel_control_right:hover {cursor:pointer;opacity: 1}

span.span_carousel_control_right {
    left: auto;
    right: -55px;
}

/* Module/Football/CSS/DomMatch.css *******************************************************/
div.div_idalgo_dom_match_football{position:relative;display:block}

/* Module/Football/CSS/MainSquadField.css *************************************************/
div.div_idalgo_match_squad_field{position:absolute;top:0;width:100%;height:100%}

div.div_idalgo_match_squad_field_action_list_svg {display:none}

/*** GESTION EQUIPE + ENTRAINEURS ***/

div.div_idalgo_match_squad_field_team {
    position:relative;display:block;
    width:470px;margin:0 auto;
    height:33px;line-height:33px;
}

div.div_idalgo_match_squad_field_team span {
    position:relative;display:block;
    height:100%;width:50%;
    float:left;
    text-align: left;
}

div.div_idalgo_match_squad_field_team span.span_idalgo_match_squad_field_team_coach {
    text-align:right;
    direction: rtl;
}

/*** GESTION DU TERRAIN ***/
div.div_idalgo_match_squad_field_content {position:relative;display:block;height:733px}

div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_field {
    position:relative;display:block;
    margin:0 auto;height:100%;
}

/*** GESTION DES LOGOS DES EQUIPES ***/
div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_logo_team {
    position:absolute;display:block;
    height:150px;width:auto;opacity:0.1;
    top:25%;left:50%;
    margin-left:-75px;
    margin-top:-75px;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_logo_team.idalgo_match_squad_field_visitor{
    top:75%;
}

/*** GESTION DES JOUEURS ***/
div.div_idalgo_match_squad_field_content ul.ul_idalgo_match_squad_field_content_list {
    position:absolute;display:block;float:left;
    height:50%;width:470px;
    top:0;left:50%;
    margin-left:-235px
}

div.div_idalgo_match_squad_field_content ul.ul_idalgo_match_squad_field_content_list.idalgo_squad_field_list_visitor {
    top:50%}

ul.ul_idalgo_match_squad_field_content_list li.li_idalgo_match_squad_field_content_list_player {
    height: 22.54%;width: 17.02%;
    margin-left:-8.51%;
    margin-top:-9%
}

li.li_idalgo_match_squad_field_content_list_player span svg{
    position:relative;display:block;
    width: 100%;
    margin:0 auto;
}

span.span_idalgo_match_squad_field_content_list_player_shirt {
    position:relative;display:block;
    width: 30px;
    margin:10px auto;
    z-index: 1;
}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_num {
    position:absolute;display:block;
    top:10px;height:58px;width:100%;
    line-height:58px;
    font-size: 0.75em;
    text-align: center;
    z-index: 1;
}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_name {
    position:absolute;display:block;
    bottom:5px;height:20px;width:100%;
    line-height:13px;
    font-size:0.7em;
    text-align:center;
    color:#ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*** Gestion des actions ***/
span.span_idalgo_match_squad_field_content_list_player_card {
    position: absolute;
    display: block;
    top: 20px;
    width:100%;
    left:-10px;
    transform: rotate3d(1,0,0, 90deg)
}

span.span_idalgo_match_squad_field_content_list_player_sub {
    position: absolute;
    display: block;
    width: 12px;
    top: 35px;
    left:15px
}

span.span_idalgo_match_squad_field_content_list_player_goal {
    position: absolute;
    display: block;
    width: 60%;
    height:100%;
    left:20%;
    top: -25px;
}

span.span_idalgo_match_squad_field_content_list_player_goal svg{height:100%}

/*** GESTION POPUP BUT LIVE ***/
@keyframes idalgo-in-top {
    from {transform: rotate3d(-1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}
}

@keyframes idalgo-in-bottom {
    from {transform: rotate3d(1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}
}

@keyframes idalgo-out-bottom {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(1,0,0, 90deg)}}

div.div_idalgo_match_squad_field_popup_action_opacity{
    position:absolute;display:block;
    width:480px;
    top:0;bottom:0;
    left:50%;
    margin-left: -240px;
    background-color: #bbb6a8;
    opacity:0;
    z-index: 10;
}

div.div_idalgo_match_squad_field_popup_action_content {
    position:absolute;display:block;
    width:430px;height:94px;
    background-color: #ffffff;
    top:50%;margin-top:-80px;
    left:50%;margin-left:-215px;
    border-radius:5px;
    transform: rotate3d(-1,0,0, 90deg);
    opacity: 1;
    z-index: 15;
}

div.div_idalgo_match_squad_field_popup_action_content img {
    position:absolute;display:block;
    height:60px;width:60px;
    top:50%;margin-top:-30px;
    margin-left:15%;
}

div.div_idalgo_match_squad_field_popup_action_content_infos {
    position:relative;display:block;
    height:100%;width:65%;
    top:0;left:35%
}
div.div_idalgo_match_squad_field_popup_action_content_infos span{
    position: relative;display:block;
    width:100%;height:50%;
    text-align:left;
}

span.span_idalgo_match_squad_field_popup_action_content_infos_title {font-weight:bold;text-transform:uppercase;font-size:1.125em;line-height:65px}
span.span_idalgo_match_squad_field_popup_action_content_infos_txt {font-size:0.875em;line-height:20px}

div.div_idalgo_match_squad_field_popup_action_content.idalgo_match_squad_animate_in {
    transform-origin: 50% 0%;
    animation: idalgo-in-top 750ms ease 0ms 1 forwards;
}

div.div_idalgo_match_squad_field_popup_action_content.idalgo_match_squad_animate_out{
    transform-origin: 50% 0%;
    animation: idalgo-out-bottom 750ms ease 0ms 1 forwards;
}

span.span_idalgo_match_squad_field_content_list_player_card.idalgo_match_squad_animate_in {
    transform-origin: 50% 100%;
    animation: idalgo-in-bottom 750ms ease 0ms 1 forwards;
}

/* Module/Sport/CSS/Sprite.css ************************************************************/
.idalgo_sprite_sport_gender_man  {background-position-y:-179px}
.idalgo_sprite_sport_gender_woman{background-position-y:-126px}
.idalgo_sprite_sport_gender_mixed{background-position-y:-232px}

.idalgo_sprite_sport_look_on{background-position-y:-274px}
.idalgo_sprite_sport_mask_look_on{mask-position:50% -289px;-webkit-mask-position:50% -289px}

.idalgo_sprite_sport{
    background-position-x:50%;background-repeat:no-repeat;
    width:53px;height:30px;overflow:hidden;
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_sport_left.svg')
}
.idalgo_sprite_sport_mask{
    width:53px;height:30px;overflow:hidden;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
    -webkit-mask-image:url('//sports.lesoir.be/sport/cache/media/sprite_sport_left.svg');
            mask-image:url('//sports.lesoir.be/sport/cache/media/sprite_sport_left.svg')
}

/* Module/Motor/CSS/MainPicture.css *******************************************************/
.idalgo_sprite_motor{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_motor_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden
}

.idalgo_icon_motor_sport{background-position:center -8px}

.idalgo_icon_motor_sport_on {background-position:center -36px}
.idalgo_icon_motor_sport_off{background-position:center -97px}

/* Module/Hand/CSS/MainPicture.css ********************************************************/
.idalgo_sprite_hand{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_hand_left.png');background-repeat:no-repeat;
    width:30px;height:30px;overflow:hidden}

.idalgo_icon_hand_sport_on {background-position:center -36px}
.idalgo_icon_hand_sport_off{background-position:center -97px}

.idalgo_icon_hand_sport{background-position:center -8px}

/* Module/Basket/CSS/MainPicture.css ******************************************************/
.idalgo_sprite_basket{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_basket_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden
}

.idalgo_icon_basket_sport{background-position:center -8px}

.idalgo_icon_basket_sport_on {background-position:center -36px}
.idalgo_icon_basket_sport_off{background-position:center -97px}

/* Module/Football/CSS/MainPicture.css ****************************************************/
.idalgo_sprite_football{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_football_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden
}

.idalgo_icon_football_sport{background-position:center -8px}

.idalgo_icon_football_sport_on {background-position:center -36px}
.idalgo_icon_football_sport_off{background-position:center -97px}

.idalgo_sprite_svg_foot {
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_football_left.svg');
    background-repeat:no-repeat;
    width:30px;height:30px;overflow:hidden;
}

.idalgo_match_substitution {background-position:-10px -266px}
.idalgo_match_goal {background-position:-15px -10px}
.idalgo_match_goal_big {background-position:-15px -825px}
.idalgo_match_red {background-position:-15px -571px}
.idalgo_match_yellow {background-position:-15px -521px}
.idalgo_match_second_yellow {background-position:-15px -623px}

.idalgo_match_owngoal {background-position:-15px -725px}
.idalgo_match_owngoal_big {background-position:-15px -775px}

.idalgo_match_yellow_big {background-position:-10px -315px}
.idalgo_match_second_yellow_big {background-position:-5px -460px}
.idalgo_match_yellow_red_big {background-position:-5px -415px}
.idalgo_match_red_big {background-position:-10px -365px}

.idalgo_match_goal_1{background-position:0 -10px}
.idalgo_match_goal_2{background-position:0 -60px}
.idalgo_match_goal_3{background-position:0 -110px}
.idalgo_match_goal_4{background-position:0 -170px}

/* Module/Volley/CSS/MainPicture.css ******************************************************/
.idalgo_sprite_volley{
    background-image:url('//sports.lesoir.be/sport/cache/media/sprite_volley_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden
}

.idalgo_icon_volley_sport{background-position:center -8px}

.idalgo_icon_volley_sport_on {background-position:center -36px}
.idalgo_icon_volley_sport_off{background-position:center -97px}

/* Module/Common/CSS/LinkFoot.css *********************************************************/
.idalgo .widget.foot{
    display:flex;
    justify-content:center;
    align-items:center;
    align-self:center;
    text-align:center;
    padding:0 20px;
    border:1px solid var(--color-grey-02);
    background-color:var(--color-light);
    height:40px;
    border-radius:4px;
    color:var(--color-01);
    font-size:.75em;
    width:fit-content;
    width:-moz-fit-content;
    transition:all .5s ease-in-out;
    cursor:pointer
}
.idalgo .widget.foot:hover{
    background-color:var(--color-01);
    color:var(--color-white)
}

/* Module/Sport/CSS/MainPicture.css *******************************************************/

.idalgo_sport_sprite,
.idalgo_sprite_jo{
    background:url('//sports.lesoir.be/sport/cache/media/sprite_sport_left.png');
    background-repeat:no-repeat;
    width:30px;
    height:30px;
    overflow:hidden;
}

.idalgo_sport_medal_1{
    background-position:center -8px;
    height:43px;
}
.idalgo_sport_medal_2{
    background-position:center -75px;
    height:35px;
}
.idalgo_sport_medal_3{
    background-position:center -139px;
    height:35px;
}

.idalgo_picture_medal{
    position:absolute;display:block;
    height:15px;width:15px;
    border:2px solid #ffffff;
    border-radius: 50%;
    top:50%;left:50%;
    margin-top:-9px;margin-left:-9px;
}

.idalgo_picture_medal_triple .idalgo_color_gold_bk {margin-left:-21px;z-index:2}
.idalgo_picture_medal_triple .idalgo_color_silver_bk {z-index:1}
.idalgo_picture_medal_triple .idalgo_color_bronze_bk {margin-left:2px;z-index:0}

.idalgo_sport_participant {background-position:center -210px;height:35px;
}

.idalgo_sport_men_big {background-position:center -255px;height:35px;
}

.idalgo_sport_women_big {background-position:center -295px;height:35px;
}

.idalgo_sport_men_big {background-position:center -255px;height:35px;}

.idalgo_sport_women_big {background-position:center -295px;height:35px;}

.idalgo_sport_men_small{background-position:center -337px;height:35px;}

.idalgo_sport_women_small{background-position:center -380px;height:35px;}

.idalgo_sport_medal{background-position:center -540px}
.idalgo_sport_medal_on{background-position:center -590px}
.idalgo_sport_medal.idalgo_active{background-position:center -590px}

.idalgo_sprite_jo{background-position:center -8px}
.idalgo_icon_jo_sport_on,
.idalgo_icon_sport_sport_on{background-position:center -37px}
.idalgo_icon_jo_sport_off,
.idalgo_icon_sport_sport_off{background-position:center -98px}
.idalgo_sprite_sport.idalgo_icon_sport_sport_off{background-position:center -52px}
.idalgo_sprite_sport.idalgo_icon_sport_sport_on{background-position:center 1px}

.idalgo_sport_filter_all{background-position:center -470px;}
.idalgo_active .idalgo_sport_filter_all{background-position:center -5px;}

.idalgo_svg_arrow_left {
    -webkit-mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/left.svg');
    mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/left.svg');
}
.idalgo_svg_arrow_right {
    -webkit-mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/right.svg');
    mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/right.svg');
}

.idalgo_svg_trophy {
    -webkit-mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/trophy.svg');
    mask-image:url('//sports.lesoir.be/sport/cache/media/Sport/trophy.svg');
}

/* Module/Common/CSS/Title.css ************************************************************/
/* || Title Widget */
.idalgo h2.title.widget{
    position:relative;
    margin:0;
    padding:0;
    padding-left:10px;
    padding-right:70px;
    height:50px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    box-sizing:border-box
}
.idalgo h2.title.widget > time,
.idalgo h2.title.widget > span{
    text-transform:uppercase;
    font-size:.625em;
    font-weight:bold;
    font-family:var(--font-02);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:normal
}
.idalgo h2.title.widget > span + time,
.idalgo h2.title.widget > time + time,
.idalgo h2.title.widget > span + span{
    font-size:.5em;
    color:var(--color-grey-04)
}

/* || SVG Widget */
.idalgo h2.title.widget > img,
.idalgo h2.title.widget > svg{
    position:absolute;
    top:10px;
    right:10px;
    bottom:10px;
    max-height:30px;
    max-width:40px
}
.idalgo h2.title.widget > svg .c1{
    fill:var(--color-01)
}
.idalgo h2.title.widget > svg .c2{
    fill:var(--color-02)
}
.idalgo h2.title.widget > svg .g1{
    fill:var(--color-grey-01)
}

/* || Title Module */
.idalgo h2.title.module{
    position:relative;
    display:flex;
    margin:0 0 20px 0;
    padding:0;
    height:50px;
    width:100%;
    justify-content:start;
    align-items:center;
    box-sizing:border-box
}
.idalgo h2.title.module > span{
    text-transform:uppercase;
    font-size:1em;
    font-weight:bold;
    font-family:var(--font-02)
}

/* || SVG Modul (Hide/Show) */
.idalgo h2.title.module > button{
    position:relative;
    display:flex;
    border:1px solid var(--color-grey-01);
    background-color:transparent;
    border-radius:2px;
    justify-content:center;
    align-items:center;
    width:50px;
    height:30px;
    margin:0 5px;
    padding:0;
    cursor:pointer;
    transition:all .5s ease-in-out
}
.idalgo h2.title.module > button > svg{
    height:16px;
    stroke:var(--color-01);
    transition:all .5s ease-in-out
}
.idalgo h2.title.module > button:hover{
    background-color:var(--color-01)
}
.idalgo h2.title.module > button:hover > svg{
    stroke:var(--color-white)
}
.idalgo h2.title.module[data-hide="1"] > button > svg{
    transform:rotate(0.5turn)
}
.idalgo h2.title.module ~ *[data-hide="1"]{
    display:none
}

/* Module/Football/CSS/MainSquadList.css **************************************************/
div.div_idalgo_match_squad_list{
    position:absolute;top:0;
    width:100%;height:100%;
}

div.div_idalgo_match_squad_list.idalgo_fade{z-index:0}
div.div_idalgo_match_squad_list.idalgo_tab_fade_in{z-index:1}

/*** ENTETE EQUIPE ***/
div.div_idalgo_match_squad_list_head {
    position:relative;display:block;
    height:77px;line-height:77px;
    width: 100%;
}

div.div_idalgo_match_squad_list_head div {position:relative;display:block;height:100%;width:50%;float:left}

div.div_idalgo_widget[dir="rtl"] div.div_idalgo_match_squad_list_head div img,
div.div_idalgo_container[lang="AR"] div.div_idalgo_match_squad_list_head div img,
div.div_idalgo_aside[lang="AR"] div.div_idalgo_match_squad_list_head div img,
div.div_idalgo_match_squad_list_head div img {position:absolute;display:block;left:20px;top:50%;margin-top:-20px;width: 40px}

div.div_idalgo_widget[dir="rtl"] div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo,
div.div_idalgo_container[lang="AR"] div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo,
div.div_idalgo_aside[lang="AR"] div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo,
div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo {
    right:20px;left:auto;
}
div.div_idalgo_match_squad_list_head div span {
    position:relative;display:block;
    height:100%;font-size:1.125em;
    text-align: left;margin-left:70px;
}
div.div_idalgo_match_squad_list_head div span.span_idalgo_match_squad_list_head_visitor_txt {
    text-align: right;margin-left:auto;margin-right:70px;
}

/*** ENTETE COACH ***/
div.div_idalgo_match_squad_list_coach {
    position:relative;display:block;
    height:60px;line-height:60px;
    width: 100%;
}

div.div_idalgo_match_squad_list_coach div {position:relative;display:block;height:100%;width:50%;float:left}
div.div_idalgo_match_squad_list_coach div span {
    position:relative;display:block;
    height:30px;line-height:30px;
    margin:0 20px;font-size:0.875em;
    text-align: left;
    font-weight:bold;
}

div.div_idalgo_match_squad_list_coach div span.span_idalgo_match_squad_list_coach_visitor_txt,
div.div_idalgo_match_squad_list_coach div span.span_idalgo_match_squad_list_coach_visitor_career {text-align: right}

div.div_idalgo_match_squad_list_coach div span.span_idalgo_match_squad_list_coach_local_career,
div.div_idalgo_match_squad_list_coach div span.span_idalgo_match_squad_list_coach_visitor_career{
    font-style:italic;font-weight:normal;color:#bbb6a8;line-height:0
}

/*** LISTE DES JOUEURS ***/
ul.ul_idalgo_match_squad_list {
    position: relative;display: block;
    float:left;width:49%;
    margin-right:3px
}

ul.ul_idalgo_match_squad_list_visitor {margin-left:3px;margin-right:0}

li.li_idalgo_match_squad_list_player {
    position: relative;display:block;
    width: 100%;height:58px;
    background-color: #ffffff;
    border-radius:2px;
}

li.li_idalgo_match_squad_list_player:nth-child(odd) {background-color: #fbfaf9}
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos {
    position:relative;display:block;float:left;width:100%;
    height:58px;line-height:48px;
    font-weight:bold;font-size:0.875em;
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player span{
    position:relative;display:block;
    float:left;
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player span.span_idalgo_match_squad_list_player_infos_player_name{
    text-overflow:ellipsis;white-space: nowrap;overflow:hidden;
}


li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details {
    position:absolute;display:block;
    height:30px;min-width:30px;line-height:30px;
    bottom:0;width:100%;
}
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span {
    position:relative;display:block;
    float: left;
    margin-left:60px;
    color:#bbb6a8;font-style:italic;font-size:0.75em;
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt {
    margin-left:10px;
}

li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_shirt {width:20px;text-align:right;margin:0 20px}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_shirt {text-align:left}


ul.ul_idalgo_match_squad_list_visitor li div span{float: right;text-align:right}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player,
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player span {float:right}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details {
    right:0
}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span {
    float: right;margin-right:60px;margin-left:0
}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt {
    margin-right:10px
}

/** GESTION DES ACTIONS **/
div.div_idalgo_match_squad_list_action_list_svg {display:none}


div.div_idalgo_match_squad_list_player_infos_list_goal {
    position:absolute;display:block;right:5px;height:100%;width:50%;
}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_list_goal{right:auto;left:5px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos div.div_idalgo_match_squad_list_player_infos_list_goal span{width:12px;height:30px;margin-top:8px;margin-left:5px;float:right}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos div.div_idalgo_match_squad_list_player_infos_list_goal span{float:left}

ul li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card {
    width:10px;height:30px;margin:0 5px;position: relative;float: right;top:0;
}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card {
    float:left
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action {
    height: 16px;width:16px;top:50%;margin-top:-8px;
}
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action svg,
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos div.div_idalgo_match_squad_list_player_infos_list_goal span svg,
ul li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card svg {
    height: 100%;width:100%;
}

/** Pas de remplacant **/
span.span_idalgo_match_squad_list_no_player {
    position: relative;display:block;
    height:58px;line-height:58px;
    width:100%;
    text-align:center;
}

/* Module/Common/CSS/MainInstagram.css ****************************************************/
/******* TEMPLATE INSTAGRAM *******/
div.div_idalgo_instagram_content {
    max-width: 600px;
    margin: 0 auto 10px;
    border-radius: 3px 3px 0 3px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 2px #e7e7e7;
    background: #fff;
}
div.div_idalgo_instagram_content img{width:100%;display:block;border-radius: 3px 3px 0}
div.div_idalgo_instagram_content *{line-height:18px;font-size:16px}
div.div_idalgo_instagram_detail:before {
    position: absolute;display: block;
    top:-40px;left:50%;margin-left:-30px;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #ffffff transparent
}
div.div_idalgo_instagram_detail {
    position: relative;display: block;
    width: 100%;
}
span.span_idalgo_instagram_user {
    position: relative;display: block;
    height: 40px;width:40px;border-radius: 50%;
    margin:10px auto
}
span.span_idalgo_instagram_user img {width:100%;border-radius: 5px}
span.span_idalgo_instagram_user_name {
    position: relative;display: block;
    width: 100%;text-align: center;
}
span.span_idalgo_instagram_user_comment {
    position: relative;display: block;
    margin:10px;text-align: left;
}
div.div_idalgo_instagram_link {
    position: relative;
    display: block;
    margin-top:10px;
    width: 100%;
    height: 30px;
}
div.div_idalgo_instagram_link div {position: relative;display: block;width: 50%;margin:0 auto;text-align: center;cursor: pointer}
div.div_idalgo_instagram_link span {position:relative;display:block;margin:0 auto}

a.a_idalgo_instagram_link {color:#125688}

button.button-instagram-add {position:relative;display:block;margin:5px auto}

/*** SPRITE INSTAGRAM ***/
.idalgo_sprite_instagram {
    background-image: url("//instagramstatic-a.akamaihd.net/bluebar/0a851cc/cache/sprites/core-sprites-175663.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 40px;
}

.instagram-heart {
    background-position: -395px -100px;
}

/* Module/Pattern/CSS/Statistic.css *******************************************************/
/* Statistiques joueur */

/** Colonne de gauche **/
div.div_idalgo_content_statistic_average_left {
    width: 25%;
    float: left;
    color: #645f4f;
}
div.div_idalgo_content_statistic_average_left .div_idalgo_content_statistic_average_left_season {
    text-align:center;
    font-size: 0.625em;
    font-weight:bold;
}
div.div_idalgo_content_statistic_average_left .div_idalgo_content_statistic_average_left_num_played {
    text-align:center;
    font-size: 3em;
    margin: 20px 0;
}
div.div_idalgo_content_statistic_average_left .div_idalgo_content_statistic_average_left_num_played_title {
    text-align:center;
    font-size: 0.8125em;
}
div.div_idalgo_content_statistic_average_left_block {
    text-align:center;
    height:90px;
}
div.div_idalgo_content_statistic_average_left_block_num_played {
    text-align:center;
    font-size: 3em;
    margin: 20px 0;
}
div.div_idalgo_content_statistic_average_left_block_num_played_title {
    text-align:center;
    font-size: 0.8125em;
}
/** Colonne de droite **/
div.div_idalgo_content_statistic_average_right {
    width: 75%;
    margin-left: 25%;
    color: #645f4f;
    border-left:1px solid #e4e2dd;
    min-height: 340px;
}
.ul_idalgo_content_statistic_average_right li {
    position:relative;
    height:30px;
    font-size: 0.8125em;
    line-height:30px;
    margin:0;
    margin-left:10px;
    margin-right:20px
}
ul.ul_idalgo_content_statistic_average_right li:hover {
    color:#003978;
    background-color: #d66000;
}
/** titre de la stat **/
div.div_idalgo_content_statistic_average_right_title span {
    position:relative;
    display:block;
    width:auto;
    padding-right:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
    line-height: 30px;
}
/** donn&eacute;e de la stat **/
div.div_idalgo_content_statistic_average_right_result span {
    display:block;
    height:30px;
    width:100%;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:right;
    white-space:nowrap;
}

div.div_idalgo_content_statistic_average_right_title span.idalgo_sprite,
div.div_idalgo_content_statistic_average_right_title span.idalgo_sprite_rugby {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    padding:0;
}
div.div_idalgo_content_statistic_average_right_title span.idalgo_sprite_rugby {
    top:0;
}
li.li_idalgo_content_statistic_average_right_win {
    color: #4db103;
    font-size: 1.1em;
}
div.div_idalgo_content_statistic_average_right_win_title {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 120px;
    line-height: 10px;
}

div.div_idalgo_content_statistic_average_right_win_result
 {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 15px;
}
div.div_idalgo_content_statistic_average_right_win_result div {
    width: 40px;
    height: 100%;
    float: right;
    text-align: right;
}
div.div_idalgo_content_statistic_average_right_win_result_2,
div.div_idalgo_content_statistic_average_right_win_result_3 {
    font-size: 1em;
}

span.span_idalgo_content_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_statistic_average_right_win_result_3_percent {
    margin-top: -5px;
    line-height: 10px;
    font-size: 0.685em;
    display: block;
    margin: 0 auto;
    clear: both;
}

div.div_idalgo_content_statistic_average_right_title
{
    position: absolute;
    height: 100%;
    left:5px;
    right:120px;
    line-height: 10px;
}

div.div_idalgo_content_statistic_average_right_result
 {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: 5px;
    font-size: 1.4em;
    line-height: 25px;
}

div.div_idalgo_content_statistic_average_right_result_1,
div.div_idalgo_content_statistic_average_right_result_2,
div.div_idalgo_content_statistic_average_right_result_3 {
    width: 40px;
    height: 100%;
    float: right;
    text-align: right;
}
div.div_idalgo_content_statistic_average_right_result_1,
div.div_idalgo_content_statistic_average_right_result_2 {
    font-size: 0.6875em;
    line-height: 30px;
}


/* || V2 */
.idalgo.statistic{
    position:relative;
    display:flex;
    flex-direction:column
}
.idalgo.statistic a[href]:hover{
    text-decoration:none
}
div.div_idalgo_content .idalgo.statistic{
    margin-bottom:40px
}

/* || Empty */
.idalgo.statistic > h2{
    align-self:center;
    color:var(--color-01)
}

/* || Standing - List */
.idalgo.statistic > .list{
    display:flex;
    flex-direction:column
}
.idalgo.statistic > .list > ul > li{
    display:none;
    grid-template-columns:30px 40px 1fr 12% 12% 12%;
    grid-template-rows:1fr 1fr;
    min-height:40px;
    padding:10px 0;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:var(--color-grey-01)
}
.idalgo.statistic > .list > ul > li[data-column="4"]{
    grid-template-columns:30px 40px 1fr 12% 12% 12% 12%;
}
.idalgo.statistic > .list > ul > li[data-column="5"]{
    grid-template-columns:30px 40px 1fr 12% 12% 12% 12% 12%;
}
.idalgo.statistic > .list > ul > li.head,
.idalgo.statistic > .list > ul > li[data-default="1"],
.idalgo.statistic > .list > ul > li[data-visible="1"]{
    display:grid
}
.idalgo.statistic > .list > ul > li > *{
    display:flex;
    justify-content:center;
    align-items:center
}
.idalgo.statistic > .list > ul > li > .position{
    order:1;
    grid-column:1/2;
    grid-row:1/3;
    font-weight:bold;
    color:var(--color-grey-04)
}
.idalgo.statistic > .list > ul > li > .photo{
    order:2;
    grid-column:2/3;
    grid-row:1/3;
    font-weight:bold;
    justify-self:center;
    align-self:center;
    border-radius:3px;
    border:1px solid var(--color-grey-01);
    height:40px;
    box-sizing:border-box
}
.idalgo.statistic > .list > ul > li > .player{
    order:3;
    grid-column:3/4;
    grid-row:1/2;
    font-weight:700;
    font-size:.875em;
    justify-self:start;
    text-transform:uppercase
}
.idalgo.statistic > .list > ul > li > .player-team{
    order:4;
    grid-column:3/4;
    grid-row:2/3;
    justify-self:start;
    font-size:.8125em;
    font-weight:500;
    color:var(--color-grey-04)
}
.idalgo.statistic > .list > ul > li > .player-team > img{
    height:16px
}
.idalgo.statistic > .list > ul > li > .player-team > span{
    margin-left:6px
}
.idalgo.statistic > .list > ul > li > .team{
    order:3;
    grid-column:2/4;
    grid-row:1/3;
    font-weight:700;
    font-size:.875em;
    justify-self:start;
    text-transform:uppercase
}
.idalgo.statistic > .list > ul > li > .team > img{
    height:32px
}
.idalgo.statistic > .list > ul > li > .team > span{
    margin-left:6px;
    font-weight:700;
    font-size:.875em;
}
.idalgo.statistic > .list > ul > li > .value5{
    order:6;
    grid-column:-6/-5;
    grid-row:1/3;
    font-size:.875em;
    text-align:center
}
.idalgo.statistic > .list > ul > li > .value4{
    order:7;
    grid-column:-5/-4;
    grid-row:1/3;
    font-size:.875em;
    text-align:center
}
.idalgo.statistic > .list > ul > li > .value3{
    order:8;
    grid-column:-4/-3;
    grid-row:1/3;
    font-size:.875em;
    text-align:center
}
.idalgo.statistic > .list > ul > li > .value2{
    order:9;
    grid-column:-3/-2;
    grid-row:1/3;
    font-size:.875em;
    text-align:center
}
.idalgo.statistic > .list > ul > li > .value1{
    order:10;
    grid-column:-2/-1;
    grid-row:1/3;
    color:var(--color-01);
    font-weight:bold;
    text-align:center
}

/* || Standing - buttons */
.idalgo.statistic > .list > .widget.foot{
    margin-top:20px
}
.idalgo.statistic > .list > button[data-hide]{
    display:none
}


/* || Standing - Cards*/
.idalgo.statistic > .card{
    display:flex;
    flex-direction:column
}
.idalgo.statistic > .card > ul{
    padding:0 10px
}
.idalgo.statistic > .card > ul > li{
    display:grid;
    grid-template-columns:30px 32px 1fr 12%;
    grid-template-rows:1fr 1fr;
    min-height:34px;
    padding:10px 5px 10px 0;
    border-radius:2px;
    background-color:var(--color-light);
    margin-bottom:10px
}
.idalgo.statistic > .card > ul > li > *{
    display:flex;
    justify-content:center;
    align-items:center
}
.idalgo.statistic > .card > ul > li > .position{
    order:1;
    grid-column:1/2;
    grid-row:1/3;
    font-weight:700;
    color:var(--color-grey-04)
}
.idalgo.statistic > .card > ul > li > .photo{
    order:2;
    grid-column:2/3;
    grid-row:1/3;
    font-weight:bold;
    justify-self:center;
    align-self:center;
    border-radius:2px;
    border:1px solid var(--color-grey-01);
    height:34px;
    box-sizing:border-box
}
.idalgo.statistic > .card > ul > li > .player{
    order:3;
    grid-column:3/4;
    grid-row:1/2;
    font-weight:700;
    font-size:.875em;
    justify-self:start;
    text-transform:uppercase
}
.idalgo.statistic > .card > ul > li > .player-team{
    order:4;
    grid-column:3/4;
    grid-row:2/3;
    justify-self:start;
    font-size:.8125em;
    font-weight:500;
    color:var(--color-grey-04)
}
.idalgo.statistic > .card > ul > li > .player-team > img{
    height:16px
}
.idalgo.statistic > .card > ul > li > .player-team > span{
    margin-left:5px
}
.idalgo.statistic > .card > ul > li > .team{
    order:3;
    grid-column:2/4;
    grid-row:1/3;
    justify-self:start
}
.idalgo.statistic > .card > ul > li > .team > img{
    height:32px
}
.idalgo.statistic > .card > ul > li > .team > span{
    margin-left:5px;
    font-weight:700;
    font-size:.875em;
    text-transform:uppercase
}
.idalgo.statistic > .card > ul > li > .value1{
    order:8;
    grid-column:4/5;
    grid-row:1/2;
    color:var(--color-01);
    font-weight:bold
}
.idalgo.statistic > .card > ul > li > .legend{
    order:9;
    grid-column:4/5;
    grid-row:2/3;
    font-size:.75em;
    color:var(--color-grey-04)
}
.idalgo.statistic.widget .widget.foot{
    margin-bottom:10px
}

/* Module/Football/CSS/Statistic.css ******************************************************/

div.div_idalgo_content_football_statistic_team{
    position:relative;
    padding:5px;
}

div.div_idalgo_content_football_statistic_team_for,
div.div_idalgo_content_football_statistic_team_against,
div.div_idalgo_content_football_statistic_team_home_for,
div.div_idalgo_content_football_statistic_team_home_against,
div.div_idalgo_content_football_statistic_team_away_for,
div.div_idalgo_content_football_statistic_team_away_against{margin-bottom:40px}

/* NAVIGATION */
div.div_idalgo_content_football_statistic_navigation{
    margin-bottom:0;
}

/* Statistiques joueur, club , pr&eacute;sident, coach, referee */
div.div_idalgo_content_football_statistic_average_left {
    width: 25%;
    float: left;
    color: #645f4f;
}
div.div_idalgo_content_football_statistic_average_right {
    width: 75%;
    margin-left: 25%;
    color: #645f4f;
    border-left:1px solid #e4e2dd;
    min-height: 340px;
}
div.div_idalgo_content_football_statistic_average_left .div_idalgo_content_football_statistic_average_left_season {
    text-align:center;
    font-size: 0.625em;
    font-weight:bold;
}
div.div_idalgo_content_football_statistic_average_left .div_idalgo_content_football_statistic_average_left_num_played {
    text-align:center;
    font-size: 3em;
    margin: 20px 0;
}
div.div_idalgo_content_football_statistic_average_left .div_idalgo_content_football_statistic_average_left_num_played_title {
    text-align:center;
    font-size: 0.8125em;
}
div.div_idalgo_content_football_statistic_average_left_block{
    text-align:center;
    height:90px;
}
div.div_idalgo_content_football_statistic_average_left_block_num_played{
    text-align:center;
    font-size: 3em;
    margin: 20px 0;
}
div.div_idalgo_content_football_statistic_average_left_block_num_played_title {
    text-align:center;
    font-size: 0.8125em;
}
.ul_idalgo_content_football_statistic_average_right li {
    position:relative;
    height:30px;
    font-size: 0.8125em;
    line-height:30px;
    margin:0;
    margin-left:10px;
    margin-right:20px;
}
ul.ul_idalgo_content_football_statistic_average_right li:hover {
    color:#003978;
    background-color: #d66000;
}

div.div_idalgo_content_football_statistic_average_right_title span {
    position:relative;
    display:block;
    width:auto;
    padding-right:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
    line-height: 30px;
}

div.div_idalgo_content_football_statistic_average_right_result span {
    display:block;
    height:30px;
    width:100%;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:right;
    white-space:nowrap;
}

div.div_idalgo_content_football_statistic_average_right_title span.idalgo_sprite {
    display: block;
    position: absolute;
    margin: 0;
    right: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    padding:0;
}

span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_goal {
    background-position:-16px -375px;
}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_goalagainst {
    background-position:-16px -375px;
}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_penaltyfor,
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_penalty {
    background-position:-16px -1275px;
}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_assists {
    background-position:center -1643px;
}
div.div_idalgo_content_football_statistic_average_right_title span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_assists{height:30px}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_yellow {
    background-position:-16px -407px;
}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_red {
    background-position:-16px -438px;
}

li.li_idalgo_content_football_statistic_average_right_icones {
    height:30px;
    line-height:30px;
}
li.li_idalgo_content_football_statistic_average_right_icones span{
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
span.span_idalgo_content_football_statistic_average_right_icones_home {
    background-position:-13px -1305px;
    position:absolute;
    right:40px;
    display: block;
}
span.span_idalgo_content_football_statistic_average_right_icones_away {
    background-position:-13px -1335px;
    position:absolute;
    right:0;
    display: block;
}
li.li_idalgo_content_football_statistic_average_right_win {
    color: #4db103;
    font-size: 1.1em;
}
div.div_idalgo_content_football_statistic_average_right_win_title {
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 120px;
    line-height: 10px;
}

div.div_idalgo_content_football_statistic_average_right_win_result
 {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 15px;
}
div.div_idalgo_content_football_statistic_average_right_win_result div {
    width: 40px;
    height: 100%;
    float: right;
    text-align: right;
}
div.div_idalgo_content_football_statistic_average_right_win_result_2,
div.div_idalgo_content_football_statistic_average_right_win_result_3 {
    font-size: 1em;
}


span.span_idalgo_content_football_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_3_percent {
    margin-top: -5px;
    line-height: 10px;
    font-size: 0.685em;
    display: block;
    margin: 0 auto;
    clear: both;
}

div.div_idalgo_content_football_statistic_average_right_title
{
    position: absolute;
    height: 100%;
    left:0;
    right:120px;
    line-height: 10px;
}

div.div_idalgo_content_football_statistic_average_right_result
 {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 1.4em;
    line-height: 25px;
}

div.div_idalgo_content_football_statistic_average_right_result_1,
div.div_idalgo_content_football_statistic_average_right_result_2,
div.div_idalgo_content_football_statistic_average_right_result_3 {
    width: 40px;
    height: 100%;
    float: right;
    text-align: right;
}
div.div_idalgo_content_football_statistic_average_right_result_1,
div.div_idalgo_content_football_statistic_average_right_result_2 {
    font-size: 0.6875em;
    line-height: 30px;
}

/* Module/Sport/CSS/DomStanding.css *******************************************************/
ul.ul_idalgo_dom_sport_standing{position:relative;display:block}
li.li_idalgo_dom_sport_standing{
    position:relative;display:block;
    width:100%;height:2.5em;line-height:2.5em;
    border-bottom:1px solid #e4e2dd
}
li.li_idalgo_dom_sport_standing:last-child{border-bottom-width:0}
li.li_idalgo_dom_sport_standing:nth-child(even){background-color:#fbfaf9}
li.li_idalgo_dom_sport_standing:hover,
li.li_idalgo_dom_sport_standing.idalgo_team_hover{background-color:#d66000}
li.li_idalgo_dom_sport_standing_head:hover{background-color:transparent}

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

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

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: #3d3e41}
span.span_idalgo_content_standing_lost_txt{background-color: #bd362f}

span.span_idalgo_dom_sport_standing_position{left:0;width:30px;color:#bbb6a8}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_name{
    width:100%;
    left:30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:normal
}

span.span_idalgo_dom_sport_standing_points,
span.span_idalgo_dom_sport_standing_percent{left:70px;margin-left:100%;width:35px;color:#840303}
span.span_idalgo_dom_sport_standing_played{left:105px;margin-left:100%;width:30px}

span.span_idalgo_dom_sport_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 #e4e2dd;
    text-align:center;
    border-radius:50%;
}

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

span.span_idalgo_content_standing_form{height:40px;left:100%;margin-left:368px;width:78px}
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 #840303;
}

/** 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 #e4e2dd;
    border-top: 2px solid #840303;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #e4e2dd;
}

ul.ul_idalgo_content_standing_form_detail li {
    display:block;
    position: relative;
    width:100%;height:25px;
    line-height:25px;
    border-bottom: 1px solid #e4e2dd;
    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 #e4e2dd;
}

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;
}

/* Module/Rugby/CSS/DomMatch.css **********************************************************/
div.div_idalgo_dom_match_rugby{position:relative;display:block}

span.span_idalgo_dom_match_rugby_match_subinfo_bonus_try{width:15px;height:15px;background-position:center -1774px}
span.span_idalgo_dom_match_rugby_match_subinfo_bonus_defense{width:15px;height:15px;background-position:center -1805px}

div.div_idalgo_dom_match_match_localteam_subinfo span.span_idalgo_dom_match_match_subinfo_red + span.idalgo_sprite_rugby{margin-right:10px}
div.div_idalgo_dom_match_match_visitorteam_subinfo span.span_idalgo_dom_match_match_subinfo_red + span.idalgo_sprite_rugby{margin-left:10px}
div.div_idalgo_dom_match_match_localteam_subinfo span.idalgo_sprite_rugby+span.idalgo_sprite_rugby {margin-right:5px}
div.div_idalgo_dom_match_match_visitorteam_subinfo span.idalgo_sprite_rugby+span.idalgo_sprite_rugby {margin-left:5px}

span.span_idalgo_score_square_score_try{
    position:absolute;
    bottom:0;margin-bottom:-8px;
    width:15px;height:15px;
    font-size:10px;line-height:15px;
    background-color:inherit;
    color:inherit;
}
span.span_idalgo_score_square_score_local span.span_idalgo_score_square_score_try{left:0;margin-left:-5px}
span.span_idalgo_score_square_score_visitor span.span_idalgo_score_square_score_try{right:0;margin-right:-5px}

/* Module/Rugby/CSS/Standing.css **********************************************************/
div.div_idalgo_content_rugby_standing{
    position:relative;
    z-index:0
}
div.div_idalgo_content_standing_content_content_button {
    display:block;
    height:30px;
    line-height:30px;
}

button.button_idalgo_content_standing_content_content {
    position:relative;
    float:right;
    width:25%;
    max-width:25%;
    height:25px;
    border-collapse: collapse;
    border:1px solid #e4e2dd;
    background-repeat: no-repeat;
    background-color: #fbfaf9;
    cursor:pointer;
}
button.button_idalgo_content_standing_content_content:hover{border-color: #d66000}

span.span_idalgo_content_standing_content_content_vnd,
span.span_idalgo_content_standing_content_content_goal{
    vertical-align:top;line-height:23px
}

span.span_idalgo_content_standing_content_content_picto {
    background-position:center -778px;
    display:block;
    width:20px;
    height:25px;
    position:absolute;
    right:0;
    top:0;
}

span.span_idalgo_content_standing_bd > span.idalgo_sprite_rugby {
    position:absolute;display:block;
    width:30px;height:30px;
    left:50%;margin-left:-15px;
    top:50%;margin-top:-15px;
    background-position: center -1705px;
}
span.span_idalgo_content_standing_bo > span.idalgo_sprite_rugby {
    position:absolute;display:block;
    width:30px;height:30px;
    left:50%;margin-left:-15px;
    top:50%;margin-top:-15px;
    background-position: center -1674px;
}

div.div_idalgo_content_standing_vnd span.span_idalgo_content_standing_content_content_vnd{display:none}
div.div_idalgo_content_standing_goal span.span_idalgo_content_standing_content_content_goal{display:none}
div.div_idalgo_content_standing_vnd span.span_idalgo_content_standing_for,
div.div_idalgo_content_standing_vnd span.span_idalgo_content_standing_against,
div.div_idalgo_content_standing_vnd span.span_idalgo_content_standing_dif{display:none}

div.div_idalgo_content_standing_goal span.span_idalgo_content_standing_win,
div.div_idalgo_content_standing_goal span.span_idalgo_content_standing_draw,
div.div_idalgo_content_standing_goal span.span_idalgo_content_standing_lost{display:none}

    span.span_idalgo_content_standing_bo{left:135px;margin-left:100%;width:40px}
    span.span_idalgo_content_standing_bd{left:175px;margin-left:100%;width:40px}

div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_win,
div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_for{left:215px;margin-left:100%;width:40px}
div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_draw,
div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_against{left:255px;margin-left:100%;width:40px}
div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_lost,
div.div_idalgo_content_rugby_standing ul.ul_idalgo_content_standing_bonus span.span_idalgo_content_standing_dif{left:295px;margin-left:100%;width:40px}

li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_win{left:215px;margin-left:100%;width:40px}
li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_draw{left:255px;margin-left:100%;width:40px}
li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_lost{left:295px;margin-left:100%;width:40px}
li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_for{left:335px;margin-left:100%;width:40px}
li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_against{left:375px;margin-left:100%;width:40px}
li.li_idalgo_content_result_group ul.ul_idalgo_content_standing_bonus[data-sport="rugby"] span.span_idalgo_content_standing_dif{left:415px;margin-left:100%;width:40px}

/* Module/Motor/CSS/Standing.css **********************************************************/
li.li_idalgo_content_motor_standing {
    display:       block;
    position:      relative;
    height:        64px;
    line-height:   64px;
    border:        0;
    border-bottom: 1px solid #e4e2dd;
    clear:         both;
    *margin-top:   -5px; /* Hack IE7 */
}

/*HEAD*/
li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_vehicle > span {
    position: relative;
    display: block;
    text-align: center;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_race {
    position: relative;
    display: block;
    border-top: 1px solid transparent;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_race_over {
    border-top: 1px solid #e4e2dd;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_race img {
    position:relative;
    display:inline-block;vertical-align:middle;
    width:90%;max-width:25px;height:auto
}

div.div_idalgo_content_motor_standing_race span {
    display:            none;
    position:           absolute;
    top:                50%;
    left:           50%;
    margin-top:         -15px;
    margin-left:    -15px;
    max-width:          30px;
    width:              100%;
    height:             30px;
    line-height:        30px;
    font-size:          0.75em;
    border-radius:      50%}

/**/
div.div_idalgo_content_motor_standing_vehicle {
    border-right: 1px solid #e4e2dd;
    width:             20%;
}

div.div_idalgo_content_motor_standing_vehicle span {
    display: inline-block;
    vertical-align:top
}

span.span_idalgo_content_motor_standing_vehicle_country > img {
    display:block;
    position:relative;
    left:13px;
    top:26px
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position {
    width:       28px;
    text-align:  center;
    font-weight: bold;
    height:65px;
    background-color:#ffffff
}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position[data-position="1"],
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position[data-position="2"],
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position[data-position="3"] {
    background-color: #840303;
    color:#ffffff;
    height:65px
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_country {
    width:      43px;
    text-align: center;
}

div.div_idalgo_content_motor_standing_total,
div.div_idalgo_content_motor_standing_constructor_total{
    border-right: 1px solid #e4e2dd;
    width:           5%;
    height:          64px;
    line-height:     64px;
    text-align:      center;
}

div.div_idalgo_content_motor_standing_total span,
div.div_idalgo_content_motor_standing_constructor_total span{
    color:   #840303;
    font-size: 0.8em;
    font-weight:bold;
    width: 100%;
}


div.div_idalgo_content_motor_standing_race {
    text-align:   center;
    border-left:  1px solid transparent;
    border-right: 1px solid transparent;
}

div.div_idalgo_content_motor_standing_race[data-status="14"] {
    background-color: #fbfaf9;
    border-bottom: 1px solid transparent;
}

div.div_idalgo_content_motor_standing_race_over {
    border-left:      1px solid #e4e2dd;
    border-right:     1px solid #e4e2dd;
    background-color: #fbfaf9;
}


li.li_idalgo_content_motor_standing > div {
    display:     block;
    position:    relative;
    height:      64px;
    line-height: 64px;
    float:       left;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    box-sizing:border-box
}

li.li_idalgo_content_motor_standing > div.div_idalgo_content_motor_standing_race_first {
    border-left: none;
}

/* POINTS */
div.div_idalgo_content_motor_standing_points ul li div span.span_idalgo_content_motor_standing_points,
    /* VICTOIRES */
div.div_idalgo_content_motor_standing_victories ul li div span.span_idalgo_content_motor_standing_victories,
    /* ABANDONS */
div.div_idalgo_content_motor_standing_quit ul li div span.span_idalgo_content_motor_standing_quit,
    /* POSITIONS */
div.div_idalgo_content_motor_standing_positions ul li div span.span_idalgo_content_motor_standing_positions,
    /* CONSTRUCTEURS */
div.div_idalgo_content_motor_standing_constructors ul li div span.span_idalgo_content_motor_standing_constructors,
    /* POLES */
div.div_idalgo_content_motor_standing_poles ul li div span.span_idalgo_content_motor_standing_poles,
    /* PODIUM*/
div.div_idalgo_content_motor_standing_podium ul li div span.span_idalgo_content_motor_standing_podium,
    /* Dans tous les cas ... si ... */
div.div_idalgo_content_motor_standing span.span_idalgo_content_motor_standing_notset
{
    display: inline-block;
}

span.span_idalgo_content_motor_standing_points_empty {color:#e4e2dd}

/* Module/Pattern/CSS/TeamCalendar.css ****************************************************/

/* Mise en page du bouton de s&eacute;l&eacute;ction d'une comp&eacute;tition. */
div.div_idalgo_content_calendar_part_listbox{
    display:block;
    position:relative;
    width:100%;
    height:42px;
    margin-bottom:10px;
}

div.div_idalgo_content_calendar_part_listbox div.div_idalgo_listbox {
    display:block;
    float:left;
    width:46%;
    margin:0 2%;
}

div.div_idalgo_content_calendar_part_listbox .li_idalgo_dropdown_menu{
    font-size:1em;
}

div..div_idalgo_content_football_calendar .div_idalgo_blockcontent_main_h3_cnt{
    position:relative;
    padding:0 5px;
}

/* Mise en page des statistics */
ul.ul_idalgo_content_calendar_list_statistic {
    padding:1px;
    margin:20px 0;
    /*
    border:1px solid #e4e2dd;
    margin:0 2%;
    */
}

ul.ul_idalgo_content_calendar_list_statistic li.hidden {
    display:none;
}

ul.ul_idalgo_content_calendar_list_statistic li {
    text-align: center;
}

ul.ul_idalgo_content_calendar_list_statistic li span {
    display:inline;
    font-size:0.8em
}

ul.ul_idalgo_content_calendar_list_statistic li span.label {
    margin-left: 5px;
    color: #3c382f;
}

ul.ul_idalgo_content_calendar_list_statistic li span.value {
    margin-right: 5px;
    font-weight: bold;
}

ul.ul_idalgo_content_calendar_list_statistic li span.win.value {
    color:#4db103;
}

ul.ul_idalgo_content_calendar_list_statistic li span.draw.value {
    color:#3d3e41;
}

ul.ul_idalgo_content_calendar_list_statistic li span.lost.value {
    color:#bd362f;
}

/* Mise en page des cellules. */
li.li_idalgo_content_calendar_competition{
    clear:both;
    display:block;
    padding:2px 0;
    border-top:1px solid #e4e2dd;
    height:2em;
    line-height:2em;
    font-size:0.6875em;
}
li.li_idalgo_content_calendar_competition:first-child {
    border-top:0;
}

span.span_idalgo_content_calendar_date_match{
    display:block;
    float:left;
    width:8%;
    text-transform:capitalize;
    text-align:left;
    white-space: nowrap;
    margin-left:3px;
}

span.span_idalgo_content_calendar_date_match_day{
    display:block;
    float:left;
    width:10%;
    text-transform:capitalize;
    text-align:right;
    white-space: nowrap;
}
span.span_idalgo_content_calendar_date_match_num_day{
    display:block;
    float:left;
    width:4%;
    text-transform:capitalize;
    text-align:left;
    white-space: nowrap;
    margin-left:3px;
}
span.span_idalgo_content_calendar_competition{
    display:block;
    float:left;
    width:21%;
    white-space:nowrap;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
}
a.a_idalgo_content_calendar_local_team{
    display:block;
    float:left;
    width:25%;
    text-align:right;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
}
span.span_idalgo_content_calendar_score{
    display:block;position:relative;
    float:left;
    width:10%;height:100%;
    text-align:center;
}
a.a_idalgo_content_calendar_visitor_team{
    display:block;
    float:left;
    width:25%;
    text-align:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
}


li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_status_1 a bdo{
    color:#4db103;
}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_status_2 a bdo{
    color:#3d3e41;
}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_status_3 a bdo{
    color:#bd362f;
}

a.a_idalgo_content_calendar_team_current{
    font-weight:bold;
}

div.div_idalgo_content_team_calendar_content{
    padding:0 5px;
    width:auto;
}

ul.ul_idalgo_content_calendar_list span.span_idalgo_content_calendar_icone_home{
    width:20px;
    height:20px;
    float:left;
    background-position: -16px -1306px;
}
ul.ul_idalgo_content_calendar_list span.span_idalgo_content_calendar_icone_away{
    width:20px;
    height:20px;
    float:left;
    background-position: -16px -1336px;
}
span.span_idalgo_content_calendar_competition_away {width:20px;height:20px;float:left;background-position: -16px -1336px}
span.span_idalgo_content_calendar_competition_home {width:20px;height:20px;float:left;background-position: -16px -1306px}
span.span_idalgo_content_calendar_competition_time {font-weight:bold;width:25px;float:right;text-align:center}
li.li_idalgo_content_calendar_competition_old_team {text-align:center;padding-right: 0}
li.li_idalgo_content_calendar_competition_old_team img {vertical-align:top;margin:0 5px}
li.li_idalgo_content_calendar_competition a.a_idalgo_content_calendar_visitor_team,
li.li_idalgo_content_calendar_competition a.a_idalgo_content_calendar_local_team  {font-weight:bold}

span.span_idalgo_content_calendar_score {
    position:relative;
    font-weight:bold;
}
span.span_idalgo_content_calendar_status_1 a {
    color: #4db103;
}
span.span_idalgo_content_calendar_status_2 a {
    color: #3d3e41;
}
span.span_idalgo_content_calendar_status_3 a {
    color: #bd362f;
}

div.div_idalgo_content_calendar span.span_idalgo_content_calendar_competition {
    width:18%;
    }
span.span_idalgo_content_calendar_score a {
    display: block;
    min-width:20px;
    height: 20px;
}

span.span_idalgo_content_calendar_score.span_idalgo_content_calendar_status_0.idalgo_sprite {
    background-position: 50% -812px;
    display: block;
    height: 20px;
}

/* Module/Football/CSS/TeamCalendar.css ***************************************************/


/* Module/Sport/CSS/DomMatchPeriod.css ****************************************************/
div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match{
    height:80px;line-height:80px}

/* SCORE */
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score {
    position:relative;display:block;height:100%;width:auto;left:auto;top:0;margin:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{
    position:absolute;display:block;height:30px;top:0;width:38px;
    font-size:1.25em;line-height:30px;font-family:"Georgia",Times New Roman,Times,serif;font-weight:normal}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square{
    position:absolute;display:block;height:100%;width:40px;top:0;left:50%;margin-left:-20px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span {
    border-color: transparent}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local{
    top:5px;bottom:auto}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor{
    top:auto;bottom:5px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_score_square_score_local:after{
    position:absolute;display:block;content:'';width:80px;height:1px;bottom:-5px;left:-20px;
    background-color:#3c382f}

div.div_idalgo_sport_dom_match_period span.span_idalgo_score_square_score_txt{
    position:absolute;display:block;width:100%;height:100%;top:0}

div.div_idalgo_sport_dom_match_period ul.ul_idalgo_dom_match_match_period{
    position:absolute;display:block;height:100%;right:0;width:180px}

div.div_idalgo_sport_dom_match_period[data-status="0"] ul.ul_idalgo_dom_match_match_period,
div.div_idalgo_sport_dom_match_period[data-status="5"] ul.ul_idalgo_dom_match_match_period,
div.div_idalgo_sport_dom_match_period[data-status="6"] ul.ul_idalgo_dom_match_match_period{display:none}

div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period{
    position:relative;display:block;float:left;height:100%;width:28px;box-sizing: border-box}
div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period + li.li_idalgo_dom_match_match_period{
    margin-left:5px}
div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period div.div_idalgo_score_square_score_opacity{
    opacity: .1}
div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period span.span_idalgo_score_square_score{
    height:25px;width:25px;left:0;
    background-color:#ffffff;border-color:#e4e2dd;
    color:#3c382f;font-weight:normal;text-align:center;line-height:25px;font-size:12px;
    animation-fill-mode:both;animation-name:idalgoZoomIn;animation-duration:.75s}

div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period span.span_idalgo_score_square_score.span_idalgo_dom_match_match_period_localteam{
    top:8px;bottom:auto}
div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period span.span_idalgo_score_square_score.span_idalgo_dom_match_match_period_visitorteam{
    top:auto;bottom:8px}

div.div_idalgo_sport_dom_match_period li.li_idalgo_dom_match_match_period div.div_idalgo_score_square_score_opacity + span.span_idalgo_score_square_score_txt{
    font-weight:bold}

/* TEAMS */
div.div_idalgo_sport_dom_match_period div.idalgo_dom_match_winner,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score.idalgo_team_winner{
    font-weight:bold}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{
    position:absolute;height:50%;width:50%;left:0;right:auto;text-align: left;margin:0;line-height:50%}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{
    top:0}
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{
    top:50%}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam > span,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam > span{
    padding-left:52px;padding-right:55px;text-align:left}

div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match_localteam[data-prefered="1"] span,
div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match_visitorteam[data-prefered="1"] span{
    color:#003978}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam > span > span,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam > span > span,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam > span > span,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam > span > span{
    padding:0}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam img{
    height:auto;width:32px;margin-top:-17px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam img{
    left:10px;right:auto}

/************************* GESTION DU LIVE *************************/
div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match_status{display:none}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_7 span.span_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_8 span.span_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_9 span.span_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_10 span.span_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_11 span.span_idalgo_score_square_score,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_end span.span_idalgo_score_square_score{
    background-color: transparent}

/** EN COURS **/
div.div_idalgo_sport_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score_local:after{
    background-color: #4db103}
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span{
    color:#4db103}
div.div_idalgo_sport_dom_match_period[data-code-status="1"] li.li_idalgo_dom_match_match_period:nth-last-child(1) span.span_idalgo_score_square_score{
    border-color:#4db103;color: #4db103}

/** MI TEMPS **/
div.div_idalgo_sport_dom_match_period[data-status="9"] span.span_idalgo_score_square_score_local:after{
    background-color: #ff6600}
div.div_idalgo_sport_dom_match_period[data-status="9"] div.div_idalgo_score_square_score span{
    color:#ff6600}
div.div_idalgo_sport_dom_match_period[data-status="9"] li.li_idalgo_dom_match_match_period:nth-last-child(1) span.span_idalgo_score_square_score{
    border-color:#e4e2dd;color:#3c382f}

/** TERMINE **/
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_end div.div_idalgo_score_square_score span{
    color:#840303}
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_end span.span_idalgo_score_square_score_local:after{
    background-color:#840303}

/************************* ANIMATIONS *************************/
div.div_idalgo_sport_dom_match_period span.span_idalgo_dom_match_match_period_visitorteam div.div_idalgo_score_square_score_opacity-in-go{
    transform-origin:50% 0%;animation:idalgo-in-top 750ms ease 0ms 1 forwards}
div.div_idalgo_sport_dom_match_period span.span_idalgo_dom_match_match_period_localteam div.div_idalgo_score_square_score_opacity-in-go{
    transform-origin:50% 100%;animation:idalgo-in-bottom 750ms ease 0ms 1 forwards}
div.div_idalgo_sport_dom_match_period span.span_idalgo_dom_match_match_period_visitorteam div.div_idalgo_score_square_score_opacity-out-go{
    transform-origin:50% 0%;animation:idalgo-out-top 750ms ease 0ms 1 forwards}
div.div_idalgo_sport_dom_match_period span.span_idalgo_dom_match_match_period_localteam div.div_idalgo_score_square_score_opacity-out-go{
    transform-origin:50% 100%;animation:idalgo-out-bottom 750ms ease 0ms 1 forwards}

@keyframes idalgo-in-top {
    from {transform: rotate3d(-1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-in-bottom {
    from {transform: rotate3d(1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-out-top {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(-1,0,0, 90deg)}}
@keyframes idalgo-out-bottom {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(1,0,0, 90deg)}}

@keyframes idalgoZoomIn {
    from {opacity:0;transform:scale3d(.3, .3, .3)}
    50% {opacity: 1}}

@keyframes idalgoZoomOut {
    from {opacity:1;transform:scale3d(.3, .3, .3)}
    50% {opacity:0}}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score.pulse {
    display:block;width:38px;height:30px;border-radius:50%;font-weight:bold;cursor:pointer;
    box-shadow:0 0 0 #4db103;
    animation:pulse 2s infinite}

.pulse:hover{animation:none}

@-webkit-keyframes pulse {
    0% {-webkit-box-shadow:0 0 0 0 #4db103}
    70% {-webkit-box-shadow:0 0 0 10px rgba(204,169,44, 0)}
    100% {-webkit-box-shadow:0 0 0 0 rgba(204,169,44, 0)}}
@keyframes pulse {
    0% {-moz-box-shadow:0 0 0 0 #4db103;box-shadow: 0 0 0 0 #4db103}
    70% {-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);box-shadow: 0 0 0 10px rgba(204,169,44, 0)}
    100% {-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);box-shadow: 0 0 0 0 rgba(204,169,44, 0)}}

/* Module/Tennis/CSS/Color.css ************************************************************/
/* Surface  */
.idalgo_sport_tennis_surface_0{background-color:#e4e2dd} /* Surface par d&eacute;faut */
.idalgo_sport_tennis_surface_1{background-color:#E96D3D} /* Surface - Terre battue */
.idalgo_sport_tennis_surface_2{background-color:#8CAC61} /* Surface - Gazon */
.idalgo_sport_tennis_surface_4{background-color:#4378AE} /* Surface - Dur */
.idalgo_sport_tennis_surface_3{background-color:#BC4644} /* Surface - Synth&eacute;tique */

/* Tournois */
.idalgo_sport_tennis_tournament_1  {background-color:#0B9877} /* Tournois - Coupe Davis */
.idalgo_sport_tennis_tournament_130{background-color:#CB1D83} /* Tournois - Fed Cup */

/* Module/Sport/CSS/DomMatchVersus.css ****************************************************/
/* Line */
div.div_idalgo_sport_dom_match_versus_content{position:relative;display:block;width:auto;height:72px}

/* Status */
div.div_idalgo_dom_match_versus_status{position:absolute;display:none;bottom:5px;width:100%;height:16px;text-align:center}
div.div_idalgo_dom_match_versus_status span{position:relative;top:0;padding:0 5px;z-index:1;
    border:1px solid transparent;background-color:#ffffff;
    font-size:0.6875em;line-height:16px;vertical-align:top}

div.div_idalgo_sport_dom_match_versus[data-state="1"] div.div_idalgo_dom_match_versus_status,
div.div_idalgo_sport_dom_match_versus[data-status="1"] div.div_idalgo_dom_match_versus_status,
div.div_idalgo_sport_dom_match_versus[data-status="2"] div.div_idalgo_dom_match_versus_status{display:block}

div.div_idalgo_sport_dom_match_versus[data-status="2"] div.div_idalgo_dom_match_versus_status{
    bottom:50%;margin-bottom:-8px}

div.div_idalgo_sport_dom_match_versus[data-state="1"] div.div_idalgo_dom_match_versus_status span,
div.div_idalgo_sport_dom_match_versus[data-status="2"] div.div_idalgo_dom_match_versus_status span{border-color:#ff6600;color:#ff6600}
div.div_idalgo_sport_dom_match_versus[data-status="1"] div.div_idalgo_dom_match_versus_status span{border-color:#4db103;color:#4db103}

div.div_idalgo_sport_dom_match_versus div.div_idalgo_dom_match_versus_status span.short{display:none}

/* Time */
span.span_idalgo_dom_match_versus_time{position:absolute;display:none;top:0;left:50%;margin-left:-45px;width:90px;height:100%;
    line-height:72px;text-align:center;font-weight:bold;font-size:1.3em}
div.div_idalgo_sport_dom_match_versus[data-state="0"] span.span_idalgo_dom_match_versus_time{display:block}

/* Team - Logo */
img.img_idalgo_dom_match_versus_team{position:absolute;display:block;width:32px;height:32px;top:20px}
img.img_idalgo_dom_match_versus_team[data-type="home"]{left:10px}
img.img_idalgo_dom_match_versus_team[data-type="away"]{right:10px}

/* Team */
div.div_idalgo_dom_match_versus_team{position:absolute;display:table;height:100%;width:50%;top:0}
div.div_idalgo_dom_match_versus_team[data-type="home"]{right:50%}
div.div_idalgo_dom_match_versus_team[data-type="away"]{left:50%}

div.div_idalgo_dom_match_versus_team span{position:relative;display:table-cell;line-height:20px;vertical-align:middle;font-size:1.125em}
div.div_idalgo_dom_match_versus_team[data-type="home"] span{text-align:right;padding-left:52px;padding-right:50px}
div.div_idalgo_dom_match_versus_team[data-type="away"] span{text-align:left;padding-right:52px;padding-left:50px}

div.div_idalgo_dom_match_versus_team[data-prefered="1"] span{color:#003978}

/* Score */
div.div_idalgo_dom_match_versus_score{position:absolute;display:block;top:16px;left:50%;margin-left:-45px;width:90px;height:40px}
div.div_idalgo_sport_dom_match_versus[data-state="0"] div.div_idalgo_dom_match_versus_score,
div.div_idalgo_sport_dom_match_versus[data-status="2"] div.div_idalgo_dom_match_versus_score{display:none}

span.span_idalgo_dom_match_versus_score{position:absolute;display:block;top:0;width:40px;height:100%;
    border:1px solid #e4e2dd;box-sizing:border-box;background-color:#ffffff;
    font-size:1.5em;font-weight:bold;font-family:"Georgia",Times New Roman,Times,serif;line-height:38px}
span.span_idalgo_dom_match_versus_score[data-type="home"]{left:0}
span.span_idalgo_dom_match_versus_score[data-type="away"]{right:0}

div.div_idalgo_sport_dom_match_versus[data-winner="home"] span.span_idalgo_dom_match_versus_score[data-type="home"],
div.div_idalgo_sport_dom_match_versus[data-winner="away"] span.span_idalgo_dom_match_versus_score[data-type="away"]{
    background-color:#fbfaf9}

div.div_idalgo_sport_dom_match_versus[data-penalty="1"] span.span_idalgo_dom_match_versus_score[data-type="home"],
div.div_idalgo_sport_dom_match_versus[data-penalty="1"] span.span_idalgo_dom_match_versus_score[data-type="away"]{
    background-color:transparent}

/* Score - Penalty*/
span.span_idalgo_dom_match_versus_score_penalty{position:absolute;display:none;top:-5px;width:15px;height:15px;
    box-sizing:border-box;background-color:#ffffff;
    font-size:0.625em;font-weight:bold;font-family:"Georgia",Times New Roman,Times,serif;line-height:15px}
span.span_idalgo_dom_match_versus_score_penalty[data-type="home"]{left:30px}
span.span_idalgo_dom_match_versus_score_penalty[data-type="away"]{right:30px}

div.div_idalgo_sport_dom_match_versus[data-winner="home"] span.span_idalgo_dom_match_versus_score_penalty[data-type="home"],
div.div_idalgo_sport_dom_match_versus[data-winner="away"] span.span_idalgo_dom_match_versus_score_penalty[data-type="away"]{
    background-color:#fbfaf9}

div.div_idalgo_sport_dom_match_versus[data-penalty="1"] span.span_idalgo_dom_match_versus_score_penalty{
    display:block}

/* Module/Sport/CSS/Standing.css **********************************************************/
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_percent{white-space:nowrap}
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_played{left:135px}
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_win{left:165px}

div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_percent{left:75px}
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_played{left:105px}
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_win{left:135px}

/* GROUP STAGE - MODULE RESULT */
div.div_idalgo_content_sport_result div.div_idalgo_content_standing_line{margin-right:70px}

div.div_idalgo_content_sport_result div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{
    width:50%}

div.div_idalgo_content_sport_result span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_dif{width:9%}

div.div_idalgo_content_sport_result span.span_idalgo_content_standing_for,
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_against{width:8%}

div.div_idalgo_content_sport_result span.span_idalgo_content_standing_played,
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_win,
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_draw,
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_lost{width:5%}

div.div_idalgo_content_sport_result span.span_idalgo_content_standing_points{left:70px;margin-left:50%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_played{left:70px;margin-left:59%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_win{left:70px;margin-left:64%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_draw{left:70px;margin-left:64%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_lost{left:70px;margin-left:69%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_for{left:70px;margin-left:74%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_against{left:70px;margin-left:82%}
div.div_idalgo_content_sport_result span.span_idalgo_content_standing_dif{left:70px;margin-left:90%}

div.div_idalgo_content_sport_result ul.ul_idalgo_content_standing[data-draw="1"] div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{
    width:45%}
div.div_idalgo_content_sport_result ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_points{margin-left:45%}
div.div_idalgo_content_sport_result ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_played{margin-left:54%}
div.div_idalgo_content_sport_result ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_win{margin-left:59%}

/* Team List */
ul.ul_idalgo_content_standing_group_list_team{
    display:block;position:relative;width:100%;height:60px;overflow:hidden;margin-bottom:20px}
ul.ul_idalgo_content_standing_group_list_team:after{content:'';display:block;position:relative;clear:both;width:100%}

ul.ul_idalgo_content_standing_group_list_team li{display:block;position:relative;float:left}
ul.ul_idalgo_content_standing_group_list_team[data-count="3"] li{width:33.3333%}
ul.ul_idalgo_content_standing_group_list_team[data-count="4"] li{width:25%}
ul.ul_idalgo_content_standing_group_list_team[data-count="5"] li{width:20%}
ul.ul_idalgo_content_standing_group_list_team[data-count="6"] li{width:16.6667%}
ul.ul_idalgo_content_standing_group_list_team[data-count="7"] li{width:14.5857%}
ul.ul_idalgo_content_standing_group_list_team[data-count="8"] li{width:12.5%}
ul.ul_idalgo_content_standing_group_list_team[data-count="9"] li{width:11.1111%}
ul.ul_idalgo_content_standing_group_list_team[data-count="10"] li{width:10%}

ul.ul_idalgo_content_standing_group_list_team img{display:block;position:relative;height:40px;margin:0 auto;}
ul.ul_idalgo_content_standing_group_list_team span{
    display:block;position:relative;height:20px;width:100%;overflow:hidden;
    text-align:center;line-height:20px;color:#3c382f;text-overflow:ellipsis;white-space:nowrap}

div.div_idalgo_content_standing_line[data-prefered="1"] span.span_idalgo_content_standing_name{
    color:#003978}

/* Module/Pattern/CSS/FinalLegPopup.css ***************************************************/

/** Popup Final Leg **/
div.div_idalgo_content_finalleg{display:none;top:3em;z-index:10}
li.li_idalgo_content_sport_score_center_competition_group > div.div_idalgo_content_finalleg{
    top:2em;margin-top:1px}
div.div_idalgo_content_finalleg.idalgo_active{position:absolute;display:block;width:100%;}

/** Le contenant **/
div.div_idalgo_finalleg_popup { position:relative;display:block;margin:24px auto 0 auto;max-width:540px;overflow:hidden; padding-bottom: 150px;}
div.div_idalgo_finalleg_popup_wrapper { display: block;position: relative;background-color:#ffffff;border:1px solid #e4e2dd; border-top:0;}
div.div_idalgo_finalleg_popup_wrapper_content { display: block; position: relative; }

/* Les titres des listes */
div.div_idalgo_finalleg_popup_round:after {content:' ';clear: both;margin-bottom: 2px;display: block;}
div.div_idalgo_finalleg_popup_round_list_title {clear: both;display: block;height: 40px;}
div.div_idalgo_finalleg_popup_round_list_title:after {content:' ';clear: both;}
div.div_idalgo_finalleg_popup_round_list_title_content {height: 40px;line-height: 40px;text-align: center;letter-spacing: 0.2em;font-size: 0.6em;background-color: #fbfaf9;display: block;float: left;}

div.div_idalgo_container[lang="AR"] div.div_idalgo_finalleg_popup_round_list_title_content,
div.div_idalgo_container[dir="rtl"] div.div_idalgo_finalleg_popup_round_list_title_content{letter-spacing:normal}

div.div_idalgo_finalleg_popup_round_list_title_top {border-bottom: 2px solid #e4e2dd;}
div.div_idalgo_finalleg_popup_round_list_title_bottom {border-top: 2px solid #e4e2dd;margin-top:2px;}
div.div_idalgo_finalleg_popup_round_list_begin,
div.div_idalgo_finalleg_popup_round_list_end {height:10px;}
div.div_idalgo_finalleg_popup_round_list_title_content_hidden {display: none;}

/* Une liste de matchs */
div.div_idalgo_finalleg_popup_round_list {float: left;position:relative;}
div.div_idalgo_finalleg_popup_round_list_match {position: relative;margin:0 4px;border:1px solid #e4e2dd;display: block;padding-top:4px;font-size: 0.7em;cursor: pointer;}
div.div_idalgo_finalleg_popup_round_list_match_team,
div.div_idalgo_finalleg_popup_round_list_match_feature {position: relative;display: block;height: 17px;line-height: 17px;background-repeat: no-repeat;background-position: left center;margin-left:2px;}
div.div_idalgo_finalleg_popup_round_list_match_team_local,
div.div_idalgo_finalleg_popup_round_list_match_feature_2 {}
div.div_idalgo_finalleg_popup_round_list_match_team_visitor,
div.div_idalgo_finalleg_popup_round_list_match_feature_2 {margin-bottom:4px;}
span.span_idalgo_finalleg_popup_round_list_match_team_name,
span.span_idalgo_finalleg_popup_round_list_match_feature_name {display:block;height: 17px;line-height: 17px;float:left;overflow: hidden;text-overflow:ellipsis;text-indent: 23px;white-space: nowrap}
span.span_idalgo_finalleg_popup_round_list_match_team_score,
span.span_idalgo_finalleg_popup_round_list_match_feature_score{display:block;height: 17px;line-height: 17px;position: relative;float:left}
span.span_idalgo_finalleg_popup_round_list_match_team_score_num_winner,
span.span_idalgo_finalleg_popup_round_list_match_feature_score_num_winner {display:block;position:absolute;right:10px}
span.span_idalgo_finalleg_popup_round_list_match_team_score_penalty {display:block;height: 8px;line-height: 8px;width:10px;text-align: center;position: absolute;right:-8px;font-size: 0.6em;}
div.div_idalgo_finalleg_popup_round_list_match_team_local span.span_idalgo_finalleg_popup_round_list_match_team_score_penalty {top:0;}
div.div_idalgo_finalleg_popup_round_list_match_team_visitor span.span_idalgo_finalleg_popup_round_list_match_team_score_penalty {bottom:0;}

/* Pour agrandir le nom d'une &eacute;quipe s'il y a moins de match et coller le score &agrave; droite */
div.div_idalgo_finalleg_popup_round_list_match_nb_0 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:99%;}
div.div_idalgo_finalleg_popup_round_list_match_nb_1 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:91%;}
div.div_idalgo_finalleg_popup_round_list_match_nb_2 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:78%;}

/* En gras le gagnant en gris le perdant */
div.div_idalgo_finalleg_popup_round_list_match_win span.span_idalgo_finalleg_popup_round_list_match_team_name,
div.div_idalgo_finalleg_popup_round_list_match_win span.span_idalgo_finalleg_popup_round_list_match_feature_name {font-weight: bold;}
div.div_idalgo_finalleg_popup_round_list_match_lost span.span_idalgo_finalleg_popup_round_list_match_team_name {color:#645f4f;}

/* Premier tour ... */
div.div_idalgo_finalleg_popup_round_display_1 div.div_idalgo_finalleg_popup_round_list_match {margin-top:2px;}

/* Deuxi&egrave;me tour ... */
div.div_idalgo_finalleg_popup_round_display_2 {margin-top:-23px;} /* = 48 / 2 - 1 */
div.div_idalgo_finalleg_popup_round_display_2 div.div_idalgo_finalleg_popup_round_list_match {margin-top:48px;} /* = 2 + 44 + 2 */

/* Troisi&egrave;me tour ... */
div.div_idalgo_finalleg_popup_round_display_3 {margin-top:-69px;} /* = 140 / 2 - 1 */
div.div_idalgo_finalleg_popup_round_display_3 div.div_idalgo_finalleg_popup_round_list_match {margin-top:140px;} /* = 48+48+44 */

/* On cache ... */
div.div_idalgo_finalleg_popup_round_display_none,
div.div_idalgo_finalleg_popup_round_list_match_hidden {display: none;}

/* Affichage des liens entre boites */
div.div_idalgo_finalleg_popup_round_list_match_link {position:absolute;display: block;width:4px;height:60%;}

div.div_idalgo_finalleg_popup_round_list_match_link_left_top {top:-10%;left:-4px;border-bottom: 1px solid #e4e2dd;}
div.div_idalgo_finalleg_popup_round_list_match_top_1 div.div_idalgo_finalleg_popup_round_list_match_link_right_bottom {top:50%;right:-6px;border-top: 1px solid #e4e2dd;border-right: 1px solid #e4e2dd;}
div.div_idalgo_finalleg_popup_round_list_match_top_0 div.div_idalgo_finalleg_popup_round_list_match_link_right_top {bottom:50%;right:-6px;border-bottom: 1px solid #e4e2dd;border-right: 1px solid #e4e2dd;}

div.div_idalgo_finalleg_popup_round_display_2 div.div_idalgo_finalleg_popup_round_list_match_link_right_bottom,
div.div_idalgo_finalleg_popup_round_display_2 div.div_idalgo_finalleg_popup_round_list_match_link_right_top {height: 120%;}

div.div_idalgo_finalleg_popup_round_display_3 div.div_idalgo_finalleg_popup_round_list_match_link_right_bottom,
div.div_idalgo_finalleg_popup_round_display_3 div.div_idalgo_finalleg_popup_round_list_match_link_right_top {height: 240%;}

/* On n'affiche pas de lien &agrave; la finale */
div.div_idalgo_finalleg_popup_round_last div.div_idalgo_finalleg_popup_round_list_match_link_right_bottom,
div.div_idalgo_finalleg_popup_round_last div.div_idalgo_finalleg_popup_round_list_match_link_right_top {display: none;}

/* On place la petite finale en dessous de la finale */
div.div_idalgo_finalleg_popup_round_last div.div_idalgo_finalleg_popup_round_list_content_little_finale {height: 25px;line-height: 25px;text-align: center;letter-spacing: 0.5em;font-size: 0.6em;background-color: #fbfaf9;display: block;border-bottom: 2px solid #e4e2dd;width: 175px!important;position: absolute;bottom:48px;left: 3px;}
div.div_idalgo_finalleg_popup_round_last div.div_idalgo_finalleg_popup_round_list_match_little_final {margin-top:115px;}

/* On colori un arbre de match d'&eacute;quipes */
div.div_idalgo_finalleg_popup_round_list_match.div_idalgo_finalleg_popup_round_list_match_selected {background-color: #d66000;}

/* On ouvre un match */
div.div_idalgo_finalleg_popup_round_list_match_open {border-color:#003978;z-index: 2;}
div.div_idalgo_finalleg_popup_round_list_match_more {padding:4px 0;background-color: #003978;border:1px solid #003978;color:#ffffff;position: absolute;z-index: 40;width:100%;left:-1px;}
div.div_idalgo_finalleg_popup_round_list_match_more a.a_idalgo_finalleg_popup_round_list_match_more_link{display: block;position:relative;height: 17px;line-height: 17px;width: 100%;}
div.div_idalgo_finalleg_popup_round_list_match_more a.a_idalgo_finalleg_popup_round_list_match_more_link:hover span {text-decoration: underline;}
div.div_idalgo_finalleg_popup_round_list_match_more a.a_idalgo_finalleg_popup_round_list_match_more_link span,
div.div_idalgo_finalleg_popup_round_list_match_more div.div_idalgo_finalleg_popup_round_list_match_more_link span  {display:inline-block;color:white;font-size: 0.85em;}
div.div_idalgo_finalleg_popup_round_list_match_more span.span_idalgo_finalleg_popup_round_list_match_more_link_date {width: 48px;text-indent:8px;}

div.div_idalgo_finalleg_popup_round_list_match_more span.span_idalgo_finalleg_popup_round_list_match_more_link_local_score {position:absolute;width:8%;text-align: center;right:12%;}
div.div_idalgo_finalleg_popup_round_list_match_more span.span_idalgo_finalleg_popup_round_list_match_more_link_visitor_score {position:absolute;width:8%;text-align: center;right:2%;}
div.div_idalgo_finalleg_popup_round_list_match_more span.span_idalgo_finalleg_popup_round_list_match_more_link_separator_score {position:absolute;width:2%;text-align: center;right:10%;}

div.div_idalgo_finalleg_popup_round_list_match_more_link_popup {position:absolute;display: block;width: 100%;height: 100%;cursor: pointer;}

/* Mise en place de bouton de navigation */
div.div_idalgo_finalleg_popup_nav {position: absolute;background-position: center center;cursor: pointer}
div.div_idalgo_finalleg_popup_nav_top {top:0;margin-top:4px;}
div.div_idalgo_finalleg_popup_nav_bottom {bottom:150px;margin-bottom:4px;}
div.div_idalgo_finalleg_popup_nav_button_previous {left:0;background-position: center -2139px;}
div.div_idalgo_finalleg_popup_nav_button_next {right:0;background-position: center -2108px;}
div.div_idalgo_finalleg_popup_nav_button_top {top:22px;background-position: center -3565px;}
div.div_idalgo_finalleg_popup_nav_button_bottom {bottom:172px;background-position: center -3534px;}
div.div_idalgo_finalleg_popup_nav_hidden {display: none}
div.div_idalgo_finalleg_popup_nav_button_top,
div.div_idalgo_finalleg_popup_nav_button_bottom {left: 50%;margin-left: -15px;background-color: #ffffff;border: 2px solid #e4e2dd;border-radius: 15px;}


div.div_idalgo_basket_finalleg_popup div.div_idalgo_finalleg_popup_round_list_match_nb_1 span.span_idalgo_finalleg_popup_round_list_match_team_name{width:85%}

/* Module/Pattern/CSS/StandingPopup.css ***************************************************/

/** Popup classement */
div.div_idalgo_sport_standing_popup_list_elem_container > span,
div.div_idalgo_sport_standing_popup_list_elem_container > div{position:absolute;display:block;top:0}
div.div_idalgo_sport_standing_popup_list_elem_container{position:relative;margin-right:115px;height:100%;left:45px}

div.div_idalgo_content_score_center_standing,
div.div_idalgo_content_football_live_standing{position:absolute;display:none;top:3em;left:50%;margin-left:-200px;width:400px;max-width:100%;z-index:10;padding:0 10px 10px 10px}

/* Cas score center en colonne de droite d'une page */
div.div_idalgo_aside div.div_idalgo_content_score_center_standing{left:0;margin-left:0;width:100%;padding:0}

li.li_idalgo_content_sport_score_center_competition_group > div.div_idalgo_content_score_center_standing{
    top:2em;margin-top:1px}
div.div_idalgo_content_score_center_standing.idalgo_active,
div.div_idalgo_content_football_live_standing.idalgo_active{display:block;background-color:#fbfaf9}
div.div_idalgo_sport_standing_popup{
    position:relative;display:block;
    background-color:#fff;
    border:1px solid #e4e2dd;border-top:0;
    padding:15px 20px;
}
div.div_idalgo_sport_standing_popup_head,
li.li_idalgo_sport_standing_popup_list_elem{height:30px}

li.li_idalgo_sport_standing_popup_list_elem{border-top:1px solid #e4e2dd}
li.li_idalgo_sport_standing_popup_list_elem:nth-child(2n+1){background-color:#fbfaf9}

span.span_idalgo_sport_standing_popup_head_label {
    font-size:0.75em;
    width:35px;
    font-weight:bold;
    line-height:30px;
    float:right;
    text-align:center;
    color:rgb(0,0,0);
}

span.span_idalgo_sport_standing_popup_list_elem_container_position{
    width:30px;
    text-align:center;
    line-height:30px;
    color:#bbb6a8;
    font-size:0.75em;
    font-weight:bold;
    right:100%;
    margin-right:15px
}
div.div_idalgo_sport_standing_popup_list_elem_container_pos {
    height: 30px;
    width: 15px;
    right:100%;
}

span.span_idalgo_sport_standing_popup_list_elem_container_content{position:relative;display:inline-block;width:243px}
span.span_idalgo_sport_standing_popup_list_elem_container_content_img_content{display: block;position:relative;float:left;width:17%;height:30px}
span.span_idalgo_sport_standing_popup_list_elem_container_content_name{
    position: relative;
    display: block;
    float: left;
    top:0;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    width:83%;
    height:100%;line-height:30px;
    text-transform:uppercase;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    color:rgb(0,0,0);
}
div.div_idalgo_sport_standing_popup_list_elem_container_content_match{
    position:absolute;
    right:5px;top:50%;
    height:20px;line-height:20px;
    width:40px;
    margin-top:-10px;
    background-color:#4db103;
    color:#ffffff;
    text-align:center;
    text-indent:0;
    font-size:0.75em
}
div.div_idalgo_rugby_standing_popup div.div_idalgo_sport_standing_popup_list_elem_container_content_match{
    width:50px;
}
img.img_idalgo_sport_standing_popup_list_elem_container_content_img_content{
    display:block;
    position:absolute;
    top:5px;
    left:10px
}

div.div_idalgo_content_standing_pos_background{
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    width: 15px;
    top: 0;
}

span.span_idalgo_sport_standing_popup_list_elem_container_value{
    font-weight:bold;
    font-size:0.75em;
    float:right;
    width:35px;
    line-height:30px;
    text-align:center;
    color:rgb(0,0,0);
}

span.span_idalgo_sport_standing_popup_list_elem_container_value{font-size:0.75em;left:100%}
span.span_idalgo_sport_standing_popup_list_elem_container_played{font-size:0.6875em;left:100%;margin-left:35px}
div.div_idalgo_content_score_center_standing li:hover{background-color:#d66000}



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

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

div.div_idalgo_sport_standing_popup div.div_idalgo_content_standing_conference ul.ul_idalgo_nav{
    display:block;margin-bottom:20px}
div.div_idalgo_sport_standing_popup div.div_idalgo_content_standing_conference li.li_idalgo_left{
    width:50%}
div.div_idalgo_sport_standing_popup div.div_idalgo_content_standing_conference li.li_idalgo_left a{
    font-size:0.75em}

/* Module/Football/CSS/StandingPopup.css **************************************************/
div.div_idalgo_sport_standing_popup div.div_idalgo_content_standing_line{margin-right:145px;}

/* Module/Motor/CSS/StandingPopup.css *****************************************************/
div.div_idalgo_display_popup_rank_motor_stage{
    position:relative;
    border:1px solid #e4e2dd;
    border-top:none;
    z-index:100;
    background-color:#ffffff;
    width:358px;
    padding:15px 20px;
}

ul.ul_idalgo_display_popup_rank_motor_stage_list_rank_team,
div.div_idalgo_display_popup_rank_motor_stage_title_team{display:none}

div.div_idalgo_display_popup_rank_motor_stage_head_popup{
    position:relative;
    display:block;
    height:32px;
    text-align:center
}
div.div_idalgo_display_popup_rank_motor_stage_head_popup span{
    position:relative;
    display:inline-block;
    line-height:20px;
    font-size:0.78125em;
    font-weight:bold;
    color:#e4e2dd;
    border:1px solid #bbb6a8;
    border-right: none;
    padding:0 7px;
    top:3px
}

div.div_idalgo_display_popup_rank_motor_stage_head_popup span:last-child{border-right:1px solid #bbb6a8}

span.span_idalgo_display_popup_rank_motor_stage_head_popup_pilot[data-active="1"],
span.span_idalgo_display_popup_rank_motor_stage_head_popup_team[data-active="1"]{
    color:#003978;
    background-color:#fbfaf9
}

span.span_idalgo_display_popup_rank_motor_stage_head_popup_team:hover,
span.span_idalgo_display_popup_rank_motor_stage_head_popup_pilot:hover{
    color:#003978;
    background-color:#fbfaf9;
    cursor:pointer
}

li.li_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem,
li.li_idalgo_display_popup_rank_motor_stage_list_rank_team_elem{
    position:relative;
    display:block;
    height:32px;
    width: 100%;
    border-top:1px solid #e4e2dd
}

li.li_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem:nth-child(2n+1),
li.li_idalgo_display_popup_rank_motor_stage_list_rank_team_elem:nth-child(2n+1){background-color:#fbfaf9}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_position,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_position{
    line-height:32px;
    text-align: right;
    display:inline-block;
    left:8px;
    font-weight:bold;
    color:#bbb6a8;
    width:10%;
    font-size: 0.75em
}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_name,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_constructor{
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 32px;
}
span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_constructor {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 32px;
}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_name{
    width: 40%;
}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_point,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_point{
    position: absolute;
    display: inline-block;
    width: 9%;
    text-align: right;
    line-height:32px;
    font-size:0.75em;
    font-weight:bold;
    color:#645f4f;
    right: 5px
}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_name,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_constructor,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_constructor,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_point,
span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_point{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    vertical-align: top;
}

/** PILOTES **/
span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_img_content{
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 15%
}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_img_content_country{
    position: relative;
    display: block;
    left: 26px;
    top: 11px;
}
span.span_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_constructor{
    width:25%;
    text-align: left;
}


/** ECURIES **/
span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_content{
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 100%;
    width: 16%;
}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_content_constructor{
    position: relative;
    display: block;
    top: 6px;
    left: 14px;
}

span.span_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_constructor{
  width: 60%;
}


/*** ENTETE CLASSEMENT ***/
div.div_idalgo_display_popup_rank_motor_stage_title_pilot span,
div.div_idalgo_display_popup_rank_motor_stage_title_team span {
    display:inline-block;
    font-size:0.75em;
    font-weight:bold;
    line-height:26px
}

span.span_idalgo_display_popup_rank_motor_stage_title_pilot_pilot{
    position:relative;
    width:40%;
    margin-left:25%
}

span.span_idalgo_display_popup_rank_motor_stage_title_pilot_team{
    position:absolute;
    width:25%;
}

span.span_idalgo_display_popup_rank_motor_stage_title_team_team{
    position:relative;
    width:65%;
    margin-left:26%
}
span.span_idalgo_display_popup_rank_motor_stage_title_team_point{width:9%}
span.span_idalgo_display_popup_rank_motor_stage_title_pilot_point{width:10%}
span.span_idalgo_display_popup_rank_motor_stage_title_pilot_point,
span.span_idalgo_display_popup_rank_motor_stage_title_team_point{
    position:relative;
    float:right;
    right:5px;
    text-align:right;
    color:#645f4f
}

/* Module/Sport/CSS/StandingPopup.css *****************************************************/

div.div_idalgo_sport_games_standing_popup li.li_idalgo_sport_standing_popup {
    position: relative;
    display: block;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    border-bottom: 1px solid #e4e2dd;
}
div.div_idalgo_sport_games_standing_popup li.li_idalgo_sport_standing_popup:nth-child(2n+1){background-color:#fbfaf9}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_position {
    position: relative;display: block;
    float: left;
    height: 100%;width: 30px;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
}
div.div_idalgo_sport_games_standing_popup img.img_idalgo_sport_standing_popup_country{
    display:block;
    position:absolute;
    margin-top:15px;
    left:30px
}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_txt {
    position: relative;display: block;
    float: left;
    height: 100%;width: 60%;
    font-size: 0.75em;
    overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;
    margin-left:20px;
    text-align: left;
}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_txt span {margin-left:10px}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_result{
    position: absolute;display: block;
    right:25px;font-size: 0.75em;
    height: 100%;width: 70px;
    text-align: center;
}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_value,
div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_value2 {
    position: absolute;display: block;
    right:35px;font-size: 0.75em;
    height: 100%;width: 35px;
    text-align: center;
    color: #003978;
}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_value2 {right:0;color: #3c382f;}

/** header **/
div.div_idalgo_sport_standing_popup_line{
    position:relative;display:block;
    height:100%;left:0;
    margin-right:455px;
}

div.div_idalgo_sport_games_standing_popup div.div_idalgo_sport_standing_popup_line {margin-right:145px}

div.div_idalgo_sport_standing_popup_line>span,
div.div_idalgo_sport_standing_popup_line>div{position:absolute;display:block;top:0;height:100%;text-align:center;font-size:0.75em;font-weight:bold}
li.li_idalgo_sport_standing_popup div.div_idalgo_sport_standing_popup_line>span{font-size:0.6875em;color:#3c382f;width: 35px}

/*** TENNIS ***/
td.td_idalgo_sport_standing_popup_line_position,
td.td_idalgo_sport_standing_popup_line_pos{width:10px}
td.td_idalgo_sport_standing_popup_line_value{width:30px}
div.div_idalgo_container table tr td.td_idalgo_sport_standing_popup_line_content{text-align:left}

div.div_idalgo_container table tr td img.img_idalgo_sport_standing_popup_line_content_country {position:relative}
div.div_idalgo_container table tr td a.a_idalgo_sport_standing_popup_line_content{position:relative;text-align:left;padding-left:5px;font-size: 0.875em}
div.div_idalgo_container table tr td span.span_idalgo_sport_standing_popup_line_position{font-size: 0.875em}

/* Module/Motor/CSS/ScoreCenter.css *******************************************************/
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live,
div.div_idalgo_content_sport_score_center_competition_title_mobile_live{display:none}
div.div_idalgo_dom_result_motor {position:relative;display:block}
div.div_idalgo_dom_match_title {position:relative;display:block;height:64px;width:100%;}
div.div_idalgo_dom_match_title img {position:absolute;left:5px;top:25px}
span.span_idalgo_dom_match_title_circuit_name {position:absolute;display: block;left:0;line-height: 64px;right:50%;margin-left:60px;text-align: left}
span.span_idalgo_dom_match_title_date_session {position:absolute;left:45%;font-weight: bold;font-size: 1.3em;line-height: 64px}

div.div_idalgo_dom_match_title_live_field {
    position:absolute;
    top:12px;left:50%;
    margin-left:-40px;
    width:80px;
    height:30px;
    border:1px solid #e4e2dd;
    color:#3c382f;
    padding:5px 10px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 20px;
    box-sizing:border-box
}
span.span_idalgo_dom_match_title_live_field_lap{position:relative;display:block;}
span.span_idalgo_dom_match_title_live_field_lap > span{display: inline-block; height: 30px;overflow: hidden;line-height:30px;transform: translate(0,0)}


span.span_idalgo_dom_match_title_live_field_live_transform {position:relative;display:block;transform: translate(0,-30px)}
span.span_idalgo_dom_match_title_live_field_live_transform_transition{transition:transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;}
span.span_idalgo_dom_match_title_live_field_live_transform_top{transform: translate(0,0);}
span.span_idalgo_dom_match_title_live_field_live_transform  > span{display: block;position: relative; height: 30px; line-height: 30px}

div.div_idalgo_dom_match_title_live_field_status_live{ background-color:#4db103}
div.div_idalgo_dom_match_title_live_field_status_live span{color:#ffffff}
div.div_idalgo_dom_match_title_live_field_status_end{ background-color: #840303}
div.div_idalgo_dom_match_title_live_field_status_end span{color:#ffffff}
div.div_idalgo_dom_match_title_live_field_status_stop{ background-color: #ff6600}
div.div_idalgo_dom_match_title_live_field_status_stop span{color:#ffffff}

div.div_idalgo_dom_match_title_live_field > div.div_idalgo_dom_match_title_live_field_stopwatch {
    position:relative;
    text-align: center;
}

span.span_idalgo_dom_match_title_live_field_lap div.div_idalgo_dom_match_title_live_field_stopwatch {
    position:absolute;display:block;
    top:26px;
    left:0;right:0;
    height:16px;line-height:16px;
    text-align: center;
}

span.span_idalgo_dom_match_title_live_field_lap span.span_idalgo_dom_match_title_live_field_stopwatch {
    position: relative;display: inline-block;
    font-size:0.5em;padding:0 5px;
    border:1px solid #e4e2dd
}
div.div_idalgo_dom_match_title_live_field_status_live span.span_idalgo_dom_match_title_live_field_lap span.span_idalgo_dom_match_title_live_field_stopwatch {
    background-color:#ffffff;
    color:#4db103
}
div.div_idalgo_dom_match_title_live_field_status_stop span.span_idalgo_dom_match_title_live_field_lap span.span_idalgo_dom_match_title_live_field_stopwatch {
    background-color:#ffffff;
    color:#ff6600
}

span.span_idalgo_dom_match_title_txt_time,
span.span_idalgo_dom_match_title_txt_diff,
span.span_idalgo_dom_match_title_txt_lap,
span.span_idalgo_dom_match_title_txt_pts,
span.span_idalgo_dom_match_title_txt_time_course,
span.span_idalgo_dom_match_title_txt_lap_course,
span.span_idalgo_dom_match_title_txt_qualif_1,
span.span_idalgo_dom_match_title_txt_qualif_2,
span.span_idalgo_dom_match_title_txt_qualif_3{position:relative;display: block;float:right;text-align: right;line-height: 64px;letter-spacing: 0.4em;font-size: 0.6em}

ul.ul_idalgo_dom_match_pilot_list {position:relative;display: block;width:100%;height:210px}
li.li_idalgo_dom_match_pilot_list_content {
    position:absolute;display:block;height:64px;left:5px;right:5px;width:auto;line-height:64px;
    background-color: #ffffff;border-top: 1px solid #e4e2dd}
    li.li_idalgo_dom_match_pilot_list_content.idalgo_result_motor_1 {top:0}
    li.li_idalgo_dom_match_pilot_list_content.idalgo_result_motor_2 {top:64px}
    li.li_idalgo_dom_match_pilot_list_content.idalgo_result_motor_3 {top:130px}
li.li_idalgo_dom_match_pilot_list_content span {position:relative;display:block;float:left}
span.span_idalgo_dom_match_pilot_list_content_position
{  position: absolute;
    dispaly: block;
    top: 15px;
    left:0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    border: 1px solid #e4e2dd;
    color: #3c382f;
    font-family: "Georgia",Times New Roman,Times,serif;
    font-weight: bold;}

ul.ul_idalgo_dom_match_pilot_list_live_status_live span.span_idalgo_dom_match_pilot_list_content_position {background-color: #4db103;color:#ffffff}
ul.ul_idalgo_dom_match_pilot_list_live_status_end span.span_idalgo_dom_match_pilot_list_content_position {background-color: #840303;color:#ffffff}

span.span_idalgo_dom_match_pilot_list_content_position div {opacity:0.1}
img.img_idalgo_dom_match_pilot_list_content_country    {position:absolute;display:block;left:50px;top:26px}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_name     {margin-left:40px;margin-right:10px;font-weight: bold}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_constructor {position:absolute;display: block;margin-left:80px;line-height:15px;bottom:5px;text-transform: uppercase;font-size:0.7em}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_constructor a {color:#bbb6a8;}



li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_point,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif {position:relative;display: block;float:right;text-align: right;font-size: 0.825em}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_lap,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_pts,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_point {width:8%}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time_course,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_diff,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_1,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_2,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_3,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif{width:12%}

span.span_idalgo_dom_match_pilot_list_content_num_lap{padding-right:6px}

span.span_idalgo_dom_match_content_popup_motor_span,
span#idalgo_motor_score_center_display_popup_result{
    cursor:pointer;
    width: 177px;
    color:#003978;
    position:relative;
    display:inline-block;
    text-transform:uppercase;
    font-size:0.6875em;
    line-height:2em;
    font-weight:bold;
    padding:0 40px;
    border-top:1px solid #e4e2dd
}

span#idalgo_motor_score_center_display_popup_result[data-border="1"] {
    border-right: 1px #d4d4d4 solid;
}

div.div_idalgo_dom_result_motor[data-status="14"] span.span_idalgo_dom_match_title_date_session,
div.div_idalgo_dom_result_motor[data-status="15"] span.span_idalgo_dom_match_title_date_session{color:#840303}
div.div_idalgo_dom_result_motor[data-status="16"] span.span_idalgo_dom_match_title_date_session{color:#ff6600}

/* Module/Sport/CSS/Event.css *************************************************************/
div.div_idalgo_dom_event{
    position:relative;display:block;
    padding:0 75px;
    padding-bottom:10px;
    background-position:-16px -20px;
    background-repeat: no-repeat;
}

/* Titre */
div.div_idalgo_dom_event_title{
    position:relative;display:block;
    overflow: hidden;
    height:3em;line-height:3em;
    border-bottom:2px solid #e4e2dd;
    text-align:center
}

div.div_idalgo_dom_event_title_tournament,
div.div_idalgo_dom_event_title_name{
    position:relative;
    display:inline-block;
}
div.div_idalgo_dom_event_title_tournament:after{
    position:absolute;display:block;content:'';
    width:2px;height:12px;
    left:100%;margin-left:13px;
    top:50%;margin-top:-6px;
    background-color:#645f4f
}
div.div_idalgo_dom_event_title_tournament span,
div.div_idalgo_dom_event_title_name span{
    text-transform: uppercase;font-size:0.75em;
    font-weight:bold;
    letter-spacing:0.2em;
}

div.div_idalgo_container[dir="rtl"] div.div_idalgo_dom_event_title_tournament span,
div.div_idalgo_container[dir="rtl"] div.div_idalgo_dom_event_title_name span,
div.div_idalgo_container[lang="AR"] div.div_idalgo_dom_event_title_tournament span,
div.div_idalgo_container[lang="AR"] div.div_idalgo_dom_event_title_name span{letter-spacing:normal}

div.div_idalgo_dom_event_title_name span{font-size:0.6875em}
span.span_idalgo_dom_event_title_name_name + span.span_idalgo_dom_event_title_name_name{margin-left:5px}
div.div_idalgo_dom_event_title_name{margin-left:24px}

/* Match */
div.div_idalgo_dom_event_match{position:relative;display:block;border-bottom:2px solid #e4e2dd}
img.img_idalgo_dom_event_match_channel{position:absolute;display:block;height:40px;width:40px;top:-45px;right:-60px}

/* Match - header */
div.div_idalgo_dom_event_match_header{position:relative;display:block;height:60px;line-height:60px;text-align:center}

div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event_match_header_visitor{
    position:absolute;display:block;
    left:0;
    width:50px;
    text-align: center;
    font-family:"Georgia",Times New Roman,Times,serif;
    font-size:1.5em;font-weight:bold;
    color:#4db103
}
div.div_idalgo_dom_event_match_header_local{top:53px}
div.div_idalgo_dom_event_match_header_visitor{top:105px}

div.div_idalgo_dom_event[data-state="0"] div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event[data-state="0"] div.div_idalgo_dom_event_match_header_visitor,
div.div_idalgo_dom_event[data-state="2"] div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event[data-state="2"] div.div_idalgo_dom_event_match_header_visitor {
    display: none;
}
div.div_idalgo_dom_event_match_header_center{
    position:absolute;display:block;
    height:26px;top:50%;margin-top:-12px;
    line-height:24px;
    left:50%;margin-left:-100px;
    width:200px;
}
div.div_idalgo_dom_event_match_header_center span{
    position:relative;display:inline-block;
    padding:0 10px;
    height:2em;line-height:2em;
    font-size:0.75em;
    text-transform: uppercase;
    min-width:68px;
    background-color:#fbfaf9;color:#645f4f
}

div.div_idalgo_dom_event[data-state="1"] div.div_idalgo_dom_event_match_header_center span{
    background-color:#ffffff;color:#4db103;
    border:1px solid #4db103;
}


/* Match - center */
div.div_idalgo_dom_event_match_center{position:relative;display:block;padding-bottom:1em}

div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_match_center_visitor{position:relative;display:block;height:45px}
div.div_idalgo_dom_event_match_center_local{margin-bottom:0.4em}

/* Affichage score */
div.div_idalgo_dom_event_match_center_score {
    position:absolute;display:block;
    width:88px;
    height:40px;
    top:0;left:50%;margin-left:-44px;
}
div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_match_center_score_center_visitor{
    position:absolute;display:block;
    height:38px;width:38px;
    line-height:38px;text-align:center;
    background-color:#ffffff;
    border:1px solid #bbb6a8;
}

div.div_idalgo_dom_event_match_center_score_center_local{left:0}
div.div_idalgo_dom_event_match_center_score_center_visitor{right:0}
span.span_idalgo_dom_event_match_center_score_center_local,
span.span_idalgo_dom_event_match_center_score_center_visitor{
    position:relative;
    font-size:20px;
    color:#ffffff;
    font-family:"Georgia",Times New Roman,Times,serif;
    font-weight:bold;
}
div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_visitor{
    color:#ffffff;
    border:1px solid #4db103;
    background-color:#4db103
}


div.div_idalgo_dom_event_match_status_2 span.span_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_match_status_2 span.span_idalgo_dom_event_match_center_score_center_visitor{
    color:#3c382f;
}
div.div_idalgo_dom_event_match_center_score_center_hour {
    position: absolute;display: block;
    height:26px;line-height:26px;width:52px;
    top:24px;
    left:50%;
    margin-left:-27px;
    font-size:.75em;
    text-align:center;
    font-weight:bold;
    color: #645f4f;
    border: 1px solid #bbb6a8;
    background-color: #ffffff;
    z-index:1
}

/** scenario live pause **/
div.div_idalgo_dom_event_pause[data-state] div.div_idalgo_dom_event_match_header_center span {
    background-color: #ff6600;
    color: #ffffff;
    border: 1px solid #ff6600;
}

div.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_header_visitor{color:#ff6600}
div.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_center_score_center_visitor{
    background-color:#ff6600;
    border-color:#ff6600;
    color:#ffffff
}

/** Scenario live end **/
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_header_center span {
    background-color: #840303!important;
    color: #ffffff!important;
    border: 1px solid #840303!important;
}

div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_header_visitor{color:#840303}
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_center_score_center_visitor{
    background-color:#840303;
    border-color:#840303;
    color:#ffffff
}
div.div_idalgo_dom_event_end span.span_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_end span.span_idalgo_dom_event_match_center_score_center_visitor{
    color:#ffffff
}
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_center_center_local:after{display: none!important}

/** Lien Score center **/
div.div_idalgo_dom_event_match_bottom{
    position:relative;display:block;
    border-top:2px solid #e4e2dd;
    height:2em;line-height:2em;
    text-align: center
}

a.a_idalgo_dom_event_match_bottom_link{color:#003978;font-weight: bold;text-transform: uppercase;font-size:0.6875em}

/* Module/Sport/CSS/EventFootball.css *****************************************************/
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center{min-height:100px;padding-bottom:0}

/* ZONING TEAM */
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor{
    position:relative;display:block;
    top:0;left:0;width:40%;height:auto;float:left
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor{
    right:0;left:auto;float:right
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team{
    position:relative;display:block;
    height:auto;width:100%
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture{
    position:absolute;display:block;
    height:66px;width:66px;top:-10px
}
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture{left:0}
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture{right:0}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_name,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_name{
    position:relative;display:block;
    padding-top:10px;
    line-height:20px
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_name span,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_name span{
    font-size:.6875em;text-transform: uppercase;
    font-weight:bold
}
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_name{
    padding-left:70px;text-align:left;
}
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_name{
    padding-right:70px;text-align:right
}

/** LISTE BUTEURS **/
ul.ul_idalgo_dom_event_match_center_team_list_goal{
    position:relative;display:block;
    font-size:0.675em
}
div.div_idalgo_dom_event_football ul.ul_idalgo_dom_event_match_center_team_list_goal:empty{display:none}

div.div_idalgo_dom_event_match_center_local_team ul{padding-left:70px}
div.div_idalgo_dom_event_match_center_local_team span{margin-left:5px}

div.div_idalgo_dom_event_match_center_visitor_team ul{padding-right:70px}
div.div_idalgo_dom_event_match_center_visitor_team ul li{text-align:right}
div.div_idalgo_dom_event_match_center_visitor_team span{margin-right:5px}

/**** GESTION STATUS ****/
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_status_2 div.div_idalgo_score_square_score_opacity{
    background-color:#bbb6a8;display:block;left:0;opacity:0.1;position:absolute;top:0}

/* SCORES */
span.span_idalgo_dom_event_match_center_score_center_local_penalty,
span.span_idalgo_dom_event_match_center_score_center_visitor_penalty{
    position:absolute;
    top:0;margin-top:-5px;
    width:15px;height:15px;
    font-size:10px;line-height:15px;
    background-color:inherit;
    color:inherit;
}
span.span_idalgo_dom_event_match_center_score_center_local_penalty_txt,
span.span_idalgo_dom_event_match_center_score_center_visitor_penalty_txt{position:relative}
span.span_idalgo_dom_event_match_center_score_center_local_penalty{right:0;margin-right:-4px}
span.span_idalgo_dom_event_match_center_score_center_visitor_penalty{left:0;margin-left:-4px}

/* Module/Sport/CSS/EventMotor.css ********************************************************/
div.div_idalgo_dom_event_motor div.div_idalgo_dom_event_match_status_0{
    position:relative;display:block;
}
div.div_idalgo_dom_event_motor[data-state="0"] div.div_idalgo_dom_event_match_header{
    height:1em
}
div.div_idalgo_dom_event_motor[data-state="0"] div.div_idalgo_dom_event_match_header_center{
    display:none
}
div.div_idalgo_dom_event_match_header_center[data-error="1"] span{color:#840303}
div.div_idalgo_dom_event_match_header_center[data-stop="1"] span{color:#ff6600}
div.div_idalgo_dom_event_motor div.div_idalgo_dom_event_match_center_center {
    position:relative;display:block;
}
div.div_idalgo_dom_event_match_center_center_photo {
    position:relative;display:block;
    width:100%;height:300px;
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
}

div.div_idalgo_dom_event_match_center_center_photo_hour{
    position:absolute;display:block;
    bottom:0;left:0;width: 100%;
    text-align:center;
    height:3em;line-height:3em;
    background-color: #000000;opacity:0.8;
}
div.div_idalgo_dom_event_match_center_center_photo_hour>span{
    position:relative;
    color:#ffffff;
    font-weight:bold;
    font-size:1.25em;
}
ul.ul_idalgo_dom_event_match_center_center_result {
    position:relative;display:block;
    margin-left:120px;
}

li.li_idalgo_dom_event_match_center_center_result {
    position:relative;display:block;
    height:2.25em;line-height:2.25em;
}

li.li_idalgo_dom_event_match_center_center_result +
li.li_idalgo_dom_event_match_center_center_result{
    border-top:1px solid #e4e2dd
}

img.img_idalgo_dom_event_match_center_center_result_country{
    position:absolute;display:block;
    width:16px;height:11px;
    border:1px solid #e4e2dd;
    top:50%;left:1px;
    margin-top:-6px;
}
img.img_idalgo_dom_event_match_center_center_result_pilot{
    position:absolute;display:none;
    height:100px;width:100px;
    top:-32px;left:-110px;
    border-radius:50%;
}

li.li_idalgo_dom_event_match_center_center_result:first-child img.img_idalgo_dom_event_match_center_center_result_pilot{
    top:5px;
}
li.li_idalgo_dom_event_match_center_center_result:last-child img.img_idalgo_dom_event_match_center_center_result_pilot{
    top:-69px;
}

ul.ul_idalgo_dom_event_match_center_center_result:hover
    li.li_idalgo_dom_event_match_center_center_result:first-child
        img.img_idalgo_dom_event_match_center_center_result_pilot{
            display:none
}
ul.ul_idalgo_dom_event_match_center_center_result:hover
    li.li_idalgo_dom_event_match_center_center_result:first-child:hover
        img.img_idalgo_dom_event_match_center_center_result_pilot{
            display:block
}
li.li_idalgo_dom_event_match_center_center_result:first-child img.img_idalgo_dom_event_match_center_center_result_pilot{
     display:block
}

li.li_idalgo_dom_event_match_center_center_result:hover{
    background-color:#d66000;
}
li.li_idalgo_dom_event_match_center_center_result:hover img.img_idalgo_dom_event_match_center_center_result_pilot{
    display:block;
}
div.div_idalgo_dom_event_match_center_center_result_pilot,
div.div_idalgo_dom_event_match_center_center_result_constructor,
div.div_idalgo_dom_event_match_center_center_result_point,
div.div_idalgo_dom_event_match_center_center_result_time {
    position:absolute;display:block;
    height:100%;
    line-height:2.25em;
    overflow:hidden;
}

div.div_idalgo_dom_event_match_center_center_result_pilot {
    left:0;width:35%;
    text-indent:30px;
}
    a.a_idalgo_dom_event_match_center_center_result_pilot {
        text-transform:uppercase;
        font-size:0.75em;
        color:#3c382f;
    }
div.div_idalgo_dom_event_match_center_center_result_constructor {
    left:35%;width:28%;
}
    a.a_idalgo_dom_event_match_center_center_result_constructor {
        text-transform:capitalize;
        font-size:0.75em;
        color:#bbb6a8;
    }
div.div_idalgo_dom_event_match_center_center_result_point {
    left:63%;width:17%
}
    span.span_idalgo_dom_event_match_center_center_result_point {
        font-size:0.75em;
        color:#3c382f;
    }

div.div_idalgo_dom_event_match_center_center_result_time {
    left:80%;width:20%;
    text-align:right
}
span.span_idalgo_dom_event_match_center_center_result_time {
    font-size:0.75em;
    color:#3c382f;
}

/** Libre/qualif on cache les points */
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_pilot {
    width:40%
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_constructor {
    left:40%;width:40%;
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_point {
    display:none
}

/* Module/Sport/CSS/EventTennis.css *******************************************************/
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center {margin-left:70px}

div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_match_center_visitor_player{position:relative;display:block;overflow:hidden;height:100%;width:100%}

div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_center_visitor_player_picture{position:relative;display:block;height:45px;width:45px;border-radius:50%;overflow:hidden}
    img.img_idalgo_dom_event_match_center_local_player_picture,
    img.img_idalgo_dom_event_match_center_visitor_player_picture{position:absolute;display:block;left:0;top:-18px;width: 100%}

div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_match_center_visitor_player_name,
img.img_idalgo_dom_event_match_center_local_player_country,
img.img_idalgo_dom_event_match_center_visitor_player_country{
    position:absolute;display:block;
    line-height:20px;
    white-space:nowrap;
    overflow:hidden;
}
    div.div_idalgo_dom_event_match_center_local_player_firstname,
    div.div_idalgo_dom_event_match_center_local_player_name,
    img.img_idalgo_dom_event_match_center_local_player_country{left:70px}
    div.div_idalgo_dom_event_match_center_visitor_player_firstname,
    div.div_idalgo_dom_event_match_center_visitor_player_name,
    img.img_idalgo_dom_event_match_center_visitor_player_country{right:70px;text-align:right}

div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_match_center_visitor_player_name{
    font-size: 0.6875em;
    font-weight: bold;
    text-transform: uppercase;
    height:20px;overflow:hidden
}
div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_match_center_visitor_player_firstname{top:0}
div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_match_center_visitor_player_name{top:20px}
img.img_idalgo_dom_event_match_center_local_player_country,
img.img_idalgo_dom_event_match_center_visitor_player_country{
    top:44px;
    width:16px;height:11px
}
div img.img_idalgo_dom_event_match_center_local_player_country,
div img.img_idalgo_dom_event_match_center_visitor_player_country {
    border:1px solid #e4e2dd
}

/** A venir **/
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_center {
    height:100px;padding-bottom:0;
}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_center_local{
    position:absolute;
    top:0;left:0;
    width:40%;
    height:100%;
}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_center_visitor{
    position:absolute;
    top:0;right:0;
    width:40%;
    height:100%;
}
div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_center_visitor_player_picture{
    height:60px;width:60px;
}

div.div_idalgo_dom_event_match_center_visitor_player_picture{
    position:absolute;
    right:0;top:0;
}
/*Live, fin: aff sur 2 ligne */
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_visitor_player,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_visitor_player{height:100%;width:44%}

div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_visitor_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_visitor_player_picture{
    right:auto;left:0;
    height:45px;width:45px
}

div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state="1"] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="1"] img.img_idalgo_dom_event_match_center_visitor_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] img.img_idalgo_dom_event_match_center_visitor_player_country{
    left:55px;right:auto;
    height:16px;line-height:16px;
    text-align:left
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center_visitor_player_name{top:15px}

div.div_idalgo_dom_event_tennis[data-state="1"] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="1"] img.img_idalgo_dom_event_match_center_visitor_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] img.img_idalgo_dom_event_match_center_visitor_player_country{
    top:32px;height:11px
}

/** Gestion du set courant ou score final **/
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_1,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2{
    position:absolute;display:block;
    height:98px;width:40px;
    top:5px;left:50%;margin-left:-20px;
}

div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local{
    top:0
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_visitor,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_visitor{
    top:49px
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_visitor{
    font-size:20px;
    border-color:transparent
}

div.div_idalgo_dom_event_tennis
    div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local:after{
    position:absolute;display:block;content:'';
    width:40px;height:2px;
    bottom:-6px;left:0;
    background-color:#bbb6a8
}

/** GESTION DES POINTS **/
div.div_idalgo_dom_event_match_center_score_center_point_local,
div.div_idalgo_dom_event_match_center_score_center_point_visitor {
    position: absolute;display: none;
    background-color: #fbfaf9;
    color:#4db103;
    left:50%;width: 20px;height: 20px;
    margin-left:10px;
    border-radius: 50%;
    line-height:20px;
    text-align:center;
    font-size:11px;font-weight:bold
}
div.div_idalgo_dom_event_match_center_score_center_point_local{top:25px}
div.div_idalgo_dom_event_match_center_score_center_point_visitor{top:73px}

/** GESTION DU SERVICE **/
span.span_idalgo_dom_event_match_service{
    position:absolute;display:none;
    height:20px;width:20px;
    left:-12px;
    border-radius:50%;
    background-color:#FDEF10;
    border:2px solid #ffffff;
    color:#3c382f;
    font-size:11px;
    text-align:center;line-height:20px;
}
span.span_idalgo_dom_event_match_center_service_1{top:25px}
span.span_idalgo_dom_event_match_center_service_2{top:79px}

span.span_idalgo_dom_event_match_service_current{display:block}
div.div_idalgo_dom_event_tennis[data-state='0'] span.span_idalgo_dom_event_match_service,
div.div_idalgo_dom_event_tennis[data-state='2'] span.span_idalgo_dom_event_match_service,
div.div_idalgo_dom_event_tennis.div_idalgo_dom_event_pause span.span_idalgo_dom_event_match_service{display:none}

/** GESTION DES SETS **/
ul.ul_idalgo_dom_event_match_set{
    position:absolute;display:block;
    height:64px;right:0;
    width:160px;
    top:77px
}

div.div_idalgo_dom_event_tennis[data-state="0"] ul.ul_idalgo_dom_event_match_set{display:none}

li.li_idalgo_dom_event_match_set{position:relative;display:block;float:left;height:100%;width:28px;}
li.li_idalgo_dom_event_match_set + li.li_idalgo_dom_event_match_set{margin-left:5px}
    li.li_idalgo_dom_event_match_set div.div_idalgo_score_square_score_opacity{opacity: .1}
    li.li_idalgo_dom_event_match_set span.span_idalgo_score_square_score{
        height:25px;width:25px;line-height:25px;font-size:12px;
        top:0;left:0;text-align:center;
        background-color:#ffffff;
        border-color:#e4e2dd;
        color:#3c382f
    }
    li.li_idalgo_dom_event_match_set span.span_idalgo_score_square_score.span_idalgo_dom_event_match_set_feature2{bottom:0;top:auto}

    div.div_idalgo_dom_event_tennis[data-state='1'] li.li_idalgo_dom_event_match_set:last-child > span{
        background-color:#4db103;
        color:#ffffff
    }
    div.div_idalgo_dom_event_tennis.div_idalgo_dom_event_pause li.li_idalgo_dom_event_match_set:last-child > span{
        background-color:#ff6600;
    }
    div.div_idalgo_dom_event_tennis.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_center_score_center_point_local,
    div.div_idalgo_dom_event_tennis.div_idalgo_dom_event_pause div.div_idalgo_dom_event_match_center_score_center_point_visitor{
        background-color:#ff6600
    }
    div.div_idalgo_dom_event_tennis[data-state='1'] li.li_idalgo_dom_event_match_set:last-child div{
        opacity:.5
    }

/** Scenario live end **/
div.div_idalgo_dom_event_end li.li_idalgo_dom_event_match_set:last-child > span{
    background-color:#840303!important;
    color:#ffffff!important
}
div.div_idalgo_dom_event_end span.span_idalgo_dom_event_match_service{display:none}
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_center_score_center_point_local,
div.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_center_score_center_point_visitor{display:none!important;}
div.div_idalgo_dom_event_tennis.div_idalgo_dom_event_end div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local:after {
    display:none
}


/* Gestion des doubles */
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor {width:30%;top:-16px}
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player {height:33px}

div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player +
div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player +
div.div_idalgo_dom_event_match_center_visitor_player{margin-top:7px}

div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name{
    top:0;
    height:33px;line-height:33px
}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name{
    text-align:right;
    left:0;right:74px
}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name{
    text-align:left;
    right:0;left:74px
}

div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture{
    position:absolute;display:block;
    width:33px;height:33px;
}
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture{right:30px}
div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture{left:30px}

div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_picture{top:-10px}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_country{
    position:absolute;
    left:auto;right:0;
    top:50%;margin-top:-8px
}
div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_country{
    position:absolute;
    left:0;right:auto;
    top:50%;margin-top:-8px
}

/** Double live termine **/
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player
{
    position:absolute;
    top:50%;margin-top:-17px;
    left:0;height:33px
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_country {
    position:absolute;
    left:82px;right:auto;
    top:25%;margin-top:-6px
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    img.img_idalgo_dom_event_match_center_visitor_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    img.img_idalgo_dom_event_match_center_visitor_player_country {top:75%}

div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture {
    height:33px;width:33px
}

div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    div.div_idalgo_dom_event_match_center_visitor_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    div.div_idalgo_dom_event_match_center_visitor_player_picture {
    left:40px
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name {top:0;left:105px}

div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
    div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
    div.div_idalgo_dom_event_match_center_visitor_player_name {top:17px}

/* 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:#003978;
    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/RaceIdentity.css ****************************************************/
div.div_idalgo_content_cycling_race_identity{position:relative;display:block;margin-bottom:20px}
div.div_idalgo_content_cycling_race_identity_left{position:relative;display:block;float:left;width:140px}
    img.img_idalgo_content_cycling_race_identity_left{position:relative;display:block;width:100%;margin:5px auto}

div.div_idalgo_content_cycling_race_identity_content{position:relative;display:block;width:auto;margin-left:140px;margin-right:70px}
    ul.ul_idalgo_content_cycling_race_identity_content{position:relative;display:block}
        li.li_idalgo_content_cycling_race_identity_content{position:relative;display:block;height:2em;line-height:2em;border-bottom:1px solid #bbb6a8}
            span.span_idalgo_content_cycling_race_identity_content_label{
                position:relative;display:block;
                float:left;
                width:30%;
                color:#645f4f;
                font-size: 0.685em;
                font-weight:bold;
                text-indent:5px;
            }
            span.span_idalgo_content_cycling_race_identity_content_value{
                position:relative;display:block;
                width:70%;height:100%;
                margin-left:30%;
                font-size:0.75em;
                font-weight:bold;
                color:#3c382f;
                overflow:hidden;
                text-overflow:ellipsis;
                white-space:nowrap;
            }

div.div_idalgo_content_cycling_race_identity_right{position:absolute;display:block;top:0;right:0;width:70px}
    img.img_idalgo_content_cycling_race_identity_right{position:relative;display:block;width:50px;margin:10px auto}

/* Module/Pattern/CSS/Menu.css ************************************************************/
div.div_idalgo_menu nav.nav_idalgo_menu_submenu,
div.div_idalgo_menu button{
    z-index:10;
}

div.div_idalgo_menu:after {
    content:'';
    position:relative;
    display:block;
    clear:both
}

/* TYPE DE MENU PRINCIPAL (RUBRIQUE) */
nav.nav_idalgo_menu {
    position:relative;
    width:100%;
    padding:0;
    margin:0;
    clear:both
}
ul.ul_idalgo_menu {
    position:relative;
    width:100%;
    height:37px;
    float:left;
    background-color:#003978
}
button.button_idalgo_menu{
    display:none
}
li.li_idalgo_menu {
    display:block;
    float:left;
    padding:0;
    margin:0;
}
nav.nav_idalgo_menu_submenu{
    position:absolute;
    display:none;
    clear:both;
    left:0;
    right:0;
    border-style:solid;
    border-width:0 1px 1px 1px;
    border-color:#e4e2dd;
    background-color:#ffffff
}
ul.ul_idalgo_menu_submenu{
    position:relative;
    display:block;
    top:0;
    width:100%;
    list-style:none;
    padding:0
}
nav.nav_idalgo_menu a{
    position:relative;
    display:block;
    width:auto;
    padding:0 20px;
    color:#ffffff;
}
nav.nav_idalgo_menu a span{
    color:#ffffff;
    font-weight:bold;
    font-size:0.688em;
    line-height:37px;
    white-space:nowrap
}
nav.nav_idalgo_menu a:hover{
    cursor:pointer;
    text-decoration:underline;
}
button.button_idalgo_submenu_close{
    position:absolute;
    margin:0;
    padding:0 10px;
    height:20px;
    bottom:0;
    right:0;
    border-style:solid;
    border-width:1px 0 0 0;
    border-color:#e4e2dd;
    background-color:transparent;
    color:#bbb6a8;
    font-weight:bold;
    font-size:0.688em;
    line-height:20px;
    cursor:pointer;
}
button.button_idalgo_submenu_close:hover{
    color:#645f4f;
}




/** PERSONNALISATION DES MENUS **/
div.div_idalgo_menu_type_1 nav.nav_idalgo_menu{
    background-color:#3c382f;
}
div.div_idalgo_menu_type_1 li.li_idalgo_menu_selected{
    color:#d66000;
}
div.div_idalgo_menu_type_3,
div.div_idalgo_menu_type_31,
div.div_idalgo_menu_type_20,
div.div_idalgo_menu_type_27,
div.div_idalgo_menu_type_34,
div.div_idalgo_menu_type_37,
div.div_idalgo_menu_type_41,
div.div_idalgo_menu_type_43,
div.div_idalgo_menu_type_45,
div.div_idalgo_menu_type_47,
div.div_idalgo_menu_type_50,
div.div_idalgo_menu_type_51,
div.div_idalgo_menu_type_52,
div.div_idalgo_menu_type_60{
    background-color:#ffffff;
}
div.div_idalgo_menu_type_3 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_31 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_20 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_27 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_34 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_37 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_41 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_43 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_45 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_47 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_50 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_51 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_52 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_60 ul.ul_idalgo_menu{
    background-color:#e4e2dd;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_31 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_20 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_27 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_34 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_37 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_41 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_43 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_45 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_47 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_50 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_51 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_52 li.li_idalgo_menu:hover,
div.div_idalgo_menu_type_60 li.li_idalgo_menu:hover{
    background-color:#ffffff;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_selected{
    background-color:#ffffff;
}
div.div_idalgo_menu_type_3 a,
div.div_idalgo_menu_type_3 a span,
div.div_idalgo_menu_type_31 a,
div.div_idalgo_menu_type_31 a span,
div.div_idalgo_menu_type_20 a,
div.div_idalgo_menu_type_20 a span,
div.div_idalgo_menu_type_27 a,
div.div_idalgo_menu_type_27 a span,
div.div_idalgo_menu_type_34 a,
div.div_idalgo_menu_type_34 a span,
div.div_idalgo_menu_type_37 a,
div.div_idalgo_menu_type_37 a span,
div.div_idalgo_menu_type_41 a,
div.div_idalgo_menu_type_41 a span,
div.div_idalgo_menu_type_43 a,
div.div_idalgo_menu_type_43 a span,
div.div_idalgo_menu_type_45 a,
div.div_idalgo_menu_type_45 a span,
div.div_idalgo_menu_type_47 a,
div.div_idalgo_menu_type_47 a span,
div.div_idalgo_menu_type_50 a,
div.div_idalgo_menu_type_50 a span,
div.div_idalgo_menu_type_51 a,
div.div_idalgo_menu_type_51 a span,
div.div_idalgo_menu_type_52 a,
div.div_idalgo_menu_type_52 a span,
div.div_idalgo_menu_type_60 a,
div.div_idalgo_menu_type_60 a span{
    color:#3c382f;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_3 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_submenu a span,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_submenu a,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_submenu a span{
    color:#645f4f;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_3 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_submenu_selected a.a_idalgo_menu_submenu span{
    color:#840303;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_3 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_selected a.a_idalgo_menu,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_selected a.a_idalgo_menu span.span_idalgo_menu{
    color:#003978;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_31 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_41 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_43 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_45 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_47 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_50 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_51 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_52 li.li_idalgo_menu_submenu,
div.div_idalgo_menu_type_60 li.li_idalgo_menu_submenu{
    position:relative;
    display:block;
    height:37px;
    margin:10px 0;
    float:left;
    text-align:center;
}

div.div_idalgo_menu_type_4 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_7 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_21 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_28 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_30 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_36 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_42 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_46 nav.nav_idalgo_menu{
    background-color:#003978;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:   -moz-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:    -ms-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:     -o-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:        linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0000000, endColorstr=#40000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0000000, endColorstr=#40000000)";
}
div.div_idalgo_menu_type_4 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_6 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_7 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_21 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_28 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_30 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_36 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_42 a.a_idalgo_menu:after,
div.div_idalgo_menu_type_46 a.a_idalgo_menu:after{
    content:'';
    position:absolute;
    display:block;
    top:0;
    right:0;
    width:1px;
    height:37px;
    background-color:transparent;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), to(transparent));
    background-image:-webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    background-image:   -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    background-image:    -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    background-image:     -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    background-image:        linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0.5), transparent);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFFFFF, endColorstr=#00000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFFFFF, endColorstr=#00000000)";
}
div.div_idalgo_menu_type_4 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_7 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_21 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_28 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_30 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_36 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_42 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_46 li.li_idalgo_menu_selected{
    background-color:#dddddd;
    background-repeat:no-repeat;
    background-position:top center;
}
div.div_idalgo_menu_type_4 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_7 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_21 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_28 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_30 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_36 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_42 li.li_idalgo_menu_selected  a,
div.div_idalgo_menu_type_4 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_7 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_21 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_28 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_30 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_36 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_42 li.li_idalgo_menu_selected  a span,
div.div_idalgo_menu_type_46 li.li_idalgo_menu_selected  a span{
    color:#003978;
    height:37px;
}
div.div_idalgo_menu_type_4 li.li_idalgo_menu a,
div.div_idalgo_menu_type_6 li.li_idalgo_menu a,
div.div_idalgo_menu_type_7 li.li_idalgo_menu a,
div.div_idalgo_menu_type_21 li.li_idalgo_menu a,
div.div_idalgo_menu_type_28 li.li_idalgo_menu a,
div.div_idalgo_menu_type_30 li.li_idalgo_menu a,
div.div_idalgo_menu_type_36 li.li_idalgo_menu a,
div.div_idalgo_menu_type_42 li.li_idalgo_menu a,
div.div_idalgo_menu_type_4 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_6 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_7 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_21 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_28 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_30 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_36 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_42 li.li_idalgo_menu a span,
div.div_idalgo_menu_type_46 li.li_idalgo_menu a span{
    line-height:37px;
}

/* Module/Cycling/CSS/RaceMap.css *********************************************************/
div.div_idalgo_content_cycling_race_map{
    display:flex;
    flex-direction:column;
    position:relative;
    align-items:center;
    margin-bottom:20px
}
img.img_idalgo_content_cycling_race_map {
    width:fit-content;
    max-width:100%
}
div.div_idalgo_content_cycling_race_map .idalgo_title1{
    width:100%;
    box-sizing:border-box
}

/* 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:#3c382f;
    font-size:0.7em;
}
.div_idalgo_content_cycling_list_frieze img{
    width:100%
}

.div_idalgo_content_cycling_list_frieze span{
    font-family:Arial,sans-serif;
}

/* Module/Cycling/CSS/RaceTrip.css ********************************************************/
div.div_idalgo_content_cycling_race_trip{position:relative;display:block;margin-bottom:20px}
div.div_idalgo_content_cycling_race_trip_content{position:relative;display:block}
ul.ul_idalgo_content_cycling_race_trip_content{position:relative;display:block}
li.li_idalgo_content_cycling_race_trip_content{position:relative;display:block;line-height:1.3em;text-align:center}

span.span_idalgo_content_cycling_race_trip_content_label {
    position:relative;display:block;
    color:#e4e2dd;
    font-size: 0.75em;
    font-weight:bold;
    text-transform:uppercase;
}
div.div_idalgo_content_cycling_race_trip_content_value, span.span_idalgo_content_cycling_race_trip_content_value {
    position:relative;display:block;
    min-height:2em;
    line-height:2em;
    font-weight:bold;
    color:#3c382f;
    font-size: 0.75em;
    background-color:#fbfaf9;
    border-top:1px solid #e4e2dd;
}
img.img_idalgo_content_cycling_race_trip_content_value_country {margin-right:10px;display:inline}

/* Module/Cycling/CSS/WidgetRaceStanding.css **********************************************/

div.div_idalgo_cycling_widget_race_standing {position:relative;display:block}

div.div_idalgo_cycling_widget_race_standing ul.ul_idalgo_nav{margin-top:10px}
div.div_idalgo_cycling_widget_race_standing ul.ul_idalgo_nav li{width:50%;list-style:none}
div.div_idalgo_cycling_widget_race_standing ul.ul_idalgo_nav li a{line-height:3em}

.div_idalgo_cycling_widget_race_standing_list_close {        display:none;}
div.div_idalgo_cycling_widget_race_standing_list {           position:relative;}

img.img_idalgo_cycling_widget_race_standing_winner_shirt_picture {       top:55px;}
span.span_idalgo_cycling_widget_race_standing_winner_num_shirt {         top:99px;}
div.div_idalgo_cycling_widget_race_standing_list_close_progress_winner{  top:133px;}

div.div_idalgo_cycling_widget_race_standing_content_standing_menu {
    position: relative;
    height: 50px;
    padding-top: 10px;
    width: 250px;
    margin: 0 auto;
    box-sizing:border-box;
}
a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square {
    position:relative;display:inline-block;
    height:2.5em;line-height:2.5em;
    width:20%;cursor:pointer;
    border-bottom:2px solid transparent
}
a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square span{
/*span.span_idalgo_cycling_widget_race_standing_content_standing_menu_square{*/
    position:absolute;display:block;
    width:100%;
    height:23px;
    background-repeat:no-repeat;
    background-position:center center
}
a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square_active{border-color : #840303;}
div.div_idalgo_cycling_widget_race_standing_content_standing_text{
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-align:center;
}
span.span_idalgo_cycling_widget_race_standing_content_standing_text{color:#645f4f;font-size:.75em;font-weight:bold}
div.div_idalgo_cycling_widget_race_standing_content{position:relative}
div.div_idalgo_cycling_widget_race_standing_content_standing{position:relative}
div.div_idalgo_cycling_widget_race_standing_content_standing_list{position:relative}
div.div_idalgo_cycling_widget_race_standing_content_standing_list_panel{position:relative;display:none;margin-bottom:5px}
div.div_idalgo_cycling_widget_race_standing_content_standing_list_panel_open{display:block}

/* LIST COUREUR/EQUIPE */
div.div_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing{position:relative;display:block}
ul.ul_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing{position:relative;display:block}
li.li_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing               {position:relative;display:block;height:2.5em;line-height:2.5em;border-top:1px solid #e4e2dd;}
li.li_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing:last-child    {border-bottom:1px solid #e4e2dd;}
li.li_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing:nth-child(even){background-color:#fbfaf9;}

span.span_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_position  {font-size:1.5em;margin-left:16px;color:#bbb6a8}
img.img_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_country     {position:absolute;display:block;overflow:hidden;top:50%;left: 15%;width:16px;height:10px;margin-top:-5px;}
a.a_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_name            {position:absolute;display:block;overflow:hidden;top:  0;left: 25%;width: 35%;height:100%;font-size:0.75em;text-overflow:ellipsis;text-overflow:'.'}
div.div_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_name_picture{
    position:absolute;
    display: block;
    height:30px;width:30px;
    left:0;top:50%;margin-top:-15px;
    overflow:hidden;border-radius:50%;
}
div.div_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_name_picture +
    span.span_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_name{margin-left:40px;white-space:nowrap}
img.img_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_name_picture{width:100%;margin-top:-10px}
a.a_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_team            {position:absolute;display:block;overflow:hidden;top:  0;left: 60%;width: 15%;height:100%;font-size:0.625em;text-align:center;color:#bbb6a8}
span.span_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_time      {position:absolute;display:block;overflow:hidden;top:  0;left: 75%;width: 20%;height:100%;font-size:0.75em;text-align:right;color:#645f4f}

li.li_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing:first-child span.span_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_time{color:#003978;font-weight:bold}

span.span_idalgo_cycling_widget_race_standing_empty{position:relative;display:block;margin:10%;text-align:center;color:#e4e2dd}

/* Module/Cycling/CSS/RacePodium.css ******************************************************/

div.div_idalgo_content_cycling_podium{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center
}
div.div_idalgo_content_cycling_podium div.div_idalgo_content_cycling_podium{
    position:relative;
    display:flex;
    align-items:center
}
.div_idalgo_content_cycling_podium .div_idalgo_blockcontent_main {
    text-align: center;
    position:relative;
}
.img_idalgo_content_cycling_podium_winner_country{
    position:relative;
    display:inline
}
.div_idalgo_content_cycling_podium_winner{
    display:flex;
    position:relative;
    flex-direction:row;
    justify-content:center;
    align-items:center
}
.span_idalgo_content_cycling_podium_winner_name{
    font-size: 1.5em;
    font-weight:bold;
    color: #3c382f;
    display: inline-block;
    margin-left: 10px;
    position:relative;
}
.span_idalgo_content_cycling_podium_winner_team{
    font-size: 1em;
    font-weight:bold;
    color: #bbb6a8;
    display: inline-block;
    margin-left: 10px;
    text-transform : uppercase;
    display: inline-block;
    margin-left: 10px;
    position:relative;
}
.span_idalgo_content_cycling_podium_winner_competition_name{
    display: block;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    color: #b40605;
    margin-top:10px;
    margin-bottom: 10px;
    padding-top: 5px;
    position:relative;
}

div.div_idalgo_content_cycling_podium .idalgo_title1,
div.div_idalgo_content_cycling_podium .idalgo_title2{
    width:100%;
    box-sizing:border-box
}

/* || podium list */
div.div_idalgo_content_cycling_podium > .div_idalgo_content_cycling_podium_podium_list{
    position:relative;
    margin-top:20px;
    max-width:440px;
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
div.div_idalgo_content_cycling_podium > .div_idalgo_content_cycling_podium_podium_list a[href]{
    transition:all .5s ease-in-out
}
div.div_idalgo_content_cycling_podium > .div_idalgo_content_cycling_podium_podium_list a[href]:hover{
    text-decoration:none;
    color:#003978
}
.div_idalgo_content_cycling_podium_podium_list > div{
    display:grid;
    grid-template-columns:16px 1fr;
    column-gap:10px
}
.div_idalgo_content_cycling_podium_podium_list > div.podium1{
    margin:0 20px
}
.div_idalgo_content_cycling_podium_podium_list img.person {
    grid-column:1/3;
    grid-row:1;
    justify-self:center
}
.div_idalgo_content_cycling_podium_podium_list .position {
    grid-column:1/3;
    grid-row:2;
    text-align:center;

    font-size:1.125em;
    font-size:weight;
    color:#bbb6a8
}
.div_idalgo_content_cycling_podium_podium_list .position:before {
    content:'#'
}
.div_idalgo_content_cycling_podium_podium_list .country {
    grid-column:1/2;
    grid-row:3
}
.div_idalgo_content_cycling_podium_podium_list .name {
    grid-column:2/3;
    grid-row:3;

    font-size:.75em
}
.div_idalgo_content_cycling_podium_podium_list .team {
    grid-column:2/3;
    grid-row:4;

    font-size:.75em;
    color:#bbb6a8
}
.div_idalgo_content_cycling_podium_podium_list .time {
    grid-column:1/3;
    grid-row:5;

    font-size:.875em;
    text-align:center;
    font-weight:700
}
.div_idalgo_content_cycling_podium_podium_list .podium1 .time {
    font-size:1.5em
}

/* || shirts list */
.div_idalgo_content_cycling_podium_list_point{
    position:relative;
    display:grid;
    gap:10px 10px;
    grid-template-columns:repeat(2, 1fr);
}
.div_idalgo_content_cycling_podium_list_point > *{
    position:relative;
    display:grid;
    column-gap:5px;
    grid-template-columns:33px 16px 1fr 80px;
    grid-template-rows:30px 10px repeat(3, 17px);
    align-items:center
}
.div_idalgo_content_cycling_podium_list_point > * > .title{
    grid-column:1/5;
    grid-row:1;
    align-self:end;

    color:#003978;
    line-height:20px;
    border-color:#e4e2dd;
    border-width:0 0 1px 0;
    border-style:solid
}
.div_idalgo_content_cycling_podium_list_point > * > .photo{
    grid-column:1;
    grid-row:3/6;
    align-self:start
}
.div_idalgo_content_cycling_podium_list_point > * > .country{
    grid-column:2;
    grid-row:3
}
.div_idalgo_content_cycling_podium_list_point > * > .name{
    grid-column:3/5;
    grid-row:3;

    font-size:.875em
}
.div_idalgo_content_cycling_podium_list_point > * > .team{
    grid-column:3/5;
    grid-row:4;

    font-size:.75em;
    color:#bbb6a8
}
.div_idalgo_content_cycling_podium_list_point > * > .value{
    grid-column:4;
    grid-row:5;
    justify-self:end;

    font-size:.75em;
    font-weight:bold
}

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

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:#bbb6a8;
    vertical-align:top
}

/* Module/Cycling/CSS/RaceCalendar.css ****************************************************/
div.div_idalgo_content_cycling_race_calendar,
div.div_idalgo_content_cycling_race_calendar_main{
    position:relative;
}

/* LISTE DES PROFILS */
ul.ul_idalgo_content_cycling_race_calendar_profil_list {
    position: relative;
    display: block;
    height: 220px;
    padding-top: 3%;
}

ul.ul_idalgo_content_cycling_race_calendar_profil_list li.li_idalgo_content_cycling_race_calendar_profil {
    position: relative;
    display: block;
    width:48%;
    margin:2% 1%;
    float:left;
    border:1px solid #bbb6a8;
    box-shadow:2px 2px 5px #bbb6a8;
    height:80px;
    padding:0;
    box-sizing:border-box}

li.li_idalgo_content_cycling_race_calendar_profil:hover,
li.li_idalgo_content_cycling_race_calendar_profil_selected {
    padding: 0px;
    border-width: 3px;
}

li.li_idalgo_content_cycling_race_calendar_profil:hover {
    cursor: pointer;
    border-color: #003978;
}

li.li_idalgo_content_cycling_race_calendar_profil_selected:hover,
li.li_idalgo_content_cycling_race_calendar_profil_selected {
    border-color: #840303;
}

li.li_idalgo_content_cycling_race_calendar_profil:hover span.span_idalgo_content_cycling_race_profil_name,
li.li_idalgo_content_cycling_race_calendar_profil:hover span.span_idalgo_content_cycling_race_profil_count {
    color:#003978
}

li.li_idalgo_content_cycling_race_calendar_profil_selected span.span_idalgo_content_cycling_race_profil_name,
li.li_idalgo_content_cycling_race_calendar_profil_selected span.span_idalgo_content_cycling_race_profil_count,
li.li_idalgo_content_cycling_race_calendar_profil_selected:hover span.span_idalgo_content_cycling_race_profil_name,
li.li_idalgo_content_cycling_race_calendar_profil_selected:hover span.span_idalgo_content_cycling_race_profil_count {
    color:#840303;
}

li.li_idalgo_content_cycling_race_calendar_profil:hover span.span_idalgo_content_cycling_race_profil_logo,
li.li_idalgo_content_cycling_race_calendar_profil_selected span.span_idalgo_content_cycling_race_profil_logo {
    top:33px;
}

li.li_idalgo_content_cycling_race_calendar_profil:hover span.span_idalgo_content_cyclint_race_profil_title,
li.li_idalgo_content_cycling_race_calendar_profil_selected span.span_idalgo_content_cyclint_race_profil_title {
    top:38px;
    right:8px;
}

span.span_idalgo_content_cycling_race_profil_logo {
    display:block;
    position:absolute;
    width:53px;
    height:30px;
    top:35px;
}

span.span_idalgo_content_cycling_race_profil_name {
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 45px;
}

span.span_idalgo_content_cycling_race_profil_count {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 20px;
    color:#bbb6a8;
}

span.span_idalgo_content_cyclint_race_profil_title {
    position: absolute;
    display: block;
    top:40px;
    right:10px;
    color:#bbb6a8;
    font-size: 0.75em;
}

/* LISTE DES ETAPES */
ul.ul_idalgo_content_cycling_race_calendar_step_list{position:relative}
li.li_idalgo_content_cycling_race_calendar_step{
    position:relative;
    display:block;
    width:auto;
    height:150px;
    list-style:none;
    border-style:solid;
    border-width:1px 0 0 0;
    border-color:#e4e2dd;
}
div.div_idalgo_content_cycling_race_calendar_step{
    border: 1px solid #e4e2dd;
    height: 110px;
    left: 10px;
    position: absolute;
    top: 20px;
    width: 90px;
    font-size:0.8em;
}
span.span_idalgo_content_cycling_race_calendar_step_name{display:block;position:absolute;width:100%;text-align:center;color:#3c382f;text-transform:upercase;top:5px}
span.span_idalgo_content_cycling_race_calendar_step_status{position:absolute;bottom:0;width:90px;text-align:center}
span.span_idalgo_content_cycling_race_calendar_step_status_live{background-color:#4db103;color:white;font-weight:bold}
span.span_idalgo_content_cycling_race_calendar_step_status_end{color:#840303}

span.span_idalgo_content_cycling_race_calendar_step_profil_1,
span.span_idalgo_content_cycling_race_calendar_step_profil_2,
span.span_idalgo_content_cycling_race_calendar_step_profil_3{display:block;height:30px;margin-top:45px}
span.span_idalgo_content_cycling_race_calendar_step_profil_123{display:block;height:60px;margin-top:25px}

div.div_idalgo_content_cycling_race_calendar_step_info{margin-left: 120px;margin-right:10px;position: relative;top: 20px;}
span.span_idalgo_content_cycling_race_calendar_step_date{
    display:block;
    width:auto;
    height:16px;
    line-height:16px;
    color:#3c382f;
    font-size:0.8em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
span.span_idalgo_content_cycling_race_calendar_step_dateshort{
    display:none;
    width:auto;
    height:16px;
    line-height:16px;
    color:#3c382f;
    font-size:0.75em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

span.span_idalgo_content_cycling_race_calendar_step_start{
    display:block;
    width:auto;
    height:20px;
    line-height:20px;
    color:#3c382f;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}

span.span_idalgo_content_cycling_race_calendar_step_end{
    display:block;
    width:auto;
    height:20px;
    line-height:20px;
    color:#3c382f;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}

div.div_idalgo_content_cycling_race_calendar_step_distance{display:block;height:20px;background-color:#e4e2dd}
span.span_idalgo_content_cycling_race_calendar_step_distance{
    display:block;
    overflow:visble;
    height:20px;
    background-color:#003978;
    color:white;
    line-height:20px;
    font-size:0.8em;
    font-weight:bold;
    text-shadow:1px 1px 2px black;
    text-indent:5px;
    white-space:nowrap;
}

div.div_idalgo_content_cycling_race_calendar_step_winner{
    position:absolute;
    display:block;
    overflow:none;
    height:20px;
}
div.div_idalgo_content_cycling_race_calendar_step_leader{
    position:absolute;
    display:block;
    overflow:none;
    left:50%;
    height:20px;
}
span.span_idalgo_content_cycling_race_calendar_step_winnerleader_title{
    position:relative;
    color:#3c382f;
    line-height:20px;
    font-size:0.7em;
}
div.div_idalgo_content_cycling_race_calendar_step_info a.a_idalgo_content_cycling_race_calendar_step_winnerleader_name{
    position:relative;
    margin-left:5px;
    color:#840303;
    line-height:20px;
    font-size:0.7em;
    font-weight:bold;
}

a.a_idalgo_content_cycling_race_calendar_step_link::first-letter{text-transform:uppercase}

a.a_idalgo_content_cycling_race_calendar_step_link{
    position:absolute;
    display:block;
    bottom:0;
    left:40%;
    height:20px;
    color:#3c382f;
    line-height:20px;
    font-size:0.8em;
    font-weight:bold;
    text-align:center;
    text-transform: lowercase;
}
a.a_idalgo_content_cycling_race_calendar_step_link_live{color:#4db103}
a.a_idalgo_content_cycling_race_calendar_step_link_end{color:#840303}

/* Module/Cycling/CSS/TeamList.css ********************************************************/

div.div_idalgo_content_cycling_team_list{position:relative;display:block}
div.div_idalgo_content_cycling_team_list_teams{position:relative;display:block}
/* Block d'un equipe */
div.div_idalgo_content_cycling_team_list_teams div.div_idalgo_content_cycling_team_list_teams_content {
    position:relative;display:block;
    float:left;
    width:49%;
    border: 1px solid #bbb6a8;
    box-shadow: 2px 2px 5px #bbb6a8;
    margin-bottom:15px;
    margin-right:4px;
    box-sizing:border-box
}

/* Contenu d'un block */

div.div_idalgo_content_cycling_team_list_teams_content_name         {position:relative; diplay:block; height:2.25em; line-height:1.44em;}
img.img_idalgo_content_cycling_team_list_teams_content_name_flag    {position:absolute; display:block;top:6px;left:5px;padding:0;margin:0;background-color:unset}
span.span_idalgo_content_cycling_team_list_teams_content_name_label {position: relative; display:block;margin-left:2em; height:1.44em;font-size:1em;color:#003978;font-weight:bold;overflow:hidden}

div.div_idalgo_content_cycling_team_list_teams_content_leader        {position:relative;display:block;height:3.25em;}
div.div_idalgo_content_cycling_team_list_teams_content_leader img    {border:1px solid #e4e2dd;padding:0;margin:0;background-color:unset}
img.img_idalgo_content_cycling_team_list_teams_content_leader_infos_flag{position:relative;top:0}
img.img_idalgo_content_cycling_team_list_teams_content_leader_shirt  {position:absolute; display:block;left:5px;}
img.img_idalgo_content_cycling_team_list_teams_content_leader_logo   {display:none}
img.img_idalgo_content_cycling_team_list_teams_content_leader_person {position:absolute; display:block;left:44px;}
div.div_idalgo_content_cycling_team_list_teams_content_leader_infos  {position:relative;display:block;width:auto;margin-left:82px;height:49px}

span.span_idalgo_content_cycling_team_list_teams_content_leader_infos_title   {position:relative;display:block;font-size:0.625em;color:#bbb6a8;font-family:Arial,sans-serif;line-height:1em;margin-bottom:2px}
a.a_idalgo_content_cycling_team_list_teams_content_leader_infos_label         {position:relative;display:inline-block;font-size:0.75em;color:#3c382f;font-family:Arial,sans-serif;margin-left:5px}
span.span_idalgo_content_cycling_team_list_teams_content_leader_infos_average {position:relative;display:block;font-size:0.625em;color:#645f4f;font-family:Arial,sans-serif;}

div.div_idalgo_content_cycling_team_list_teams_content_seperate                      {position:relative;display:block;height:1px;background-color:#e4e2dd; margin:2px 0 }
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link   {margin:0;overflow:hidden}
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link a {color:#003978;font-weight:bold; text-transform:none;font-size:0.625em;padding-left:0;padding-right:0;left:5px;right:auto;width:100%;text-align:center;}

/* 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:#bbb6a8;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    font-size: 0.8em;
    border-bottom: 1px solid #e4e2dd;
}

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 #e4e2dd;
    background-color: #ffffff;
    border-bottom: none;
    color:#840303;
}

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 #e4e2dd;*/
    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: #fbfaf9;
}
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:#840303;
}

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

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

/* Module/Cycling/CSS/StepNavigation.css **************************************************/
div.div_idalgo_content_cycling_navigation_days_listbox{position:relative;}
div.div_idalgo_content_cycling_navigation_days_listbox{
    position:relative;display:block;
    width:100%;
    height:40px}

div.div_idalgo_content_cycling_navigation_days_listbox > div{position:absolute;top:0}
div.div_idalgo_content_cycling_navigation_days_listbox_before{left:0;width:33%}
div.div_idalgo_content_cycling_navigation_days_listbox_before a.idalgo_listbox_split_left{
    border-color:#bbb6a8;
    border-right:0 none}
div.div_idalgo_content_cycling_navigation_days_listbox_before button{border-color:#bbb6a8}

div.div_idalgo_content_cycling_navigation_days_listbox_current{left:33%;width:34%;height:30px;z-index:1}
span.span_idalgo_content_cycling_navigation_days_listbox_current{
    display:block;
    overflow:hidden;
    width:auto;
    height:38px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#bbb6a8;
    text-align:center;
    line-height:38px;
    font-size:0.8125em;
    color:#003978;
    margin:0 -1px}

div.div_idalgo_content_cycling_navigation_days_listbox_after{left:67%;width:33%}
div.div_idalgo_content_cycling_navigation_days_listbox_after a.idalgo_listbox_split_right{
    border-color:#bbb6a8;
    border-left:0 none;
    box-sizing: content-box}
div.div_idalgo_content_cycling_navigation_days_listbox_after button{border-color:#bbb6a8}

/* Module/Cycling/CSS/StepHeader.css ******************************************************/
/* Echap&eacute;es */
ul.ul_idalgo_cycling_step_live_breakaway_list {
    height:85px;
}
ul.ul_idalgo_cycling_step_live_breakaway_list:after{content:'';display:block;position:relative;width:100%;clear:both}
ul.ul_idalgo_cycling_step_live_breakaway_list li.li_idalgo_cycling_step_live_breakaway {
    margin-top: 5px;
    width:24%;
    text-align: center;
    font-size: 0.75em;
    float: left;
    list-style:none
}
img.img_idalgo_cycling_step_live_breakaway_picture {
    position:relative;display:inline;
}

p.p_idalgo_cycling_step_live_breakaway_time,
label.label_idalgo_cycling_step_live_breakaway_label {
    position:relative;
    display:block;
    height: 15px;
    margin:0;
    padding:0;
    font-weight:bold;
}
button.button_idalgo_cycling_step_live_breakaway_more {
    position: absolute;
    top: -37px;
    right: 0;
    width:12px;
    height:12px;
    border-style:none;
    cursor:pointer;
    background-color:unset;
    padding:0;
    margin:0
}
button.button_idalgo_cycling_step_live_breakaway_more:hover{
    background-color:transparent;
}

div.div_idalgo_cycling_step_live_breakaway_background {
    top: 445px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 13px;
    background-repeat: repeat-x;
}

ul.ul_idalgo_cycling_step_live_breakaway_person {
    z-index: 100;
    position:relative;
    margin-top:10px;
    display:block;
    box-shadow:2px 2px 2px 0px #e4e2dd;
}
/* LES ECHAPES - LES COUREURS */
div#idalgo_content_cycling_widget_step_live_list_person {
    position:absolute;
    bottom:20px;
    margin-top:2px;
    left:0;
    width:100%;
    height:180px;
    background-color:rgba(0,0,0,0.7);
    text-align:center;
}
div#idalgo_content_cycling_widget_step_live_list_person label {
    position:relative;
    display:block;
    margin:20px 0 0 0;
    padding:0 10px;
    color:#ffffff;
    font-family:"Georgia",Times New Roman,Times,serif;
    font-weight:bold;
    font-size:0.875em;
    line-height:20px;
    text-transform:italic;
}
div#idalgo_content_cycling_widget_step_live_list_person ul.ul_idalgo_cycling_step_live_breakaway_person {
    margin:0px;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:95px;
    font-size: 0.75em;
    left:15%;
    width:70%;
}

div#idalgo_content_cycling_widget_step_live_list_person span.span_idalgo_close_breakaway {display: none;}

ul.ul_idalgo_cycling_step_live_breakaway_person {
    position:absolute;
    top:35%;
    left:33%;
    width:33%;
    border:1px solid #e4e2dd;
    border-radius: 4px;
    background-color: #ffffff;
    line-height: 0.6em;
}
ul.ul_idalgo_cycling_step_live_breakaway_person li {
    position:relative;
    text-align: left;
    margin:2px 4px;
    border-top:1px solid #e4e2dd;
    font-size: 0.8em;
    line-height: 0.8em;
    height:20px;
    line-height:20px;
    clear:both;
}
ul.ul_idalgo_cycling_step_live_breakaway_person li:first-child {border-top:none}
ul.ul_idalgo_cycling_step_live_breakaway_person li img.country {
    position:absolute;display:block;
    right:10px;top:50%;margin-top:-6px
}
ul.ul_idalgo_cycling_step_live_breakaway_person li img.shirt {
    position:absolute;display:block;
    right:40px;top:50%;margin-top:-7px
}
ul.ul_idalgo_cycling_step_live_breakaway_person li span.pos {display:none}


/* VILLE DE DEPART ET D'ARRIVEE */
div.div_idalgo_content_cycling_step_header{
    position:relative;
    margin:15px 0 0 0;
    padding:30px 0 0 0;
}

/* VILLE DE DEPART ET D'ARRIVEE */
div.div_idalgo_content_cycling_step_header_title{
    position:relative;
    display:block;
    overflow:hidden;
    height:25px;
    margin:0;
    padding:0;
    font-size:1em;
    background-color:#3c382f;
}
div.div_idalgo_content_cycling_step_header_title span{
    position:absolute;
    top:0;
    display:block;
    width:45%;
    height:25px;
    line-height:25px;
    font-weight:normal;
    color:#ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
span.span_idalgo_content_cycling_step_header_city_start{
    left:0;
    padding-left:30px;
    text-align:left;
}
span.span_idalgo_content_cycling_step_header_city_end{
    right:0;
    padding-right:30px;
    text-align:right;
}
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_separate{
    left:50%;
    width:20px;
    margin-left:-10px;
    text-align:center;
    font-size:36px;
}

/* DATE */
span.span_idalgo_content_cycling_step_header_date{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:30px;
    margin:0;
    padding:0;
    line-height:30px;
    font-size:1em;
    font-weight:bold;
    text-transform:capitalize;
    color:#3c382f;
    text-align:center;
}

/* STATUT */
span.span_idalgo_content_cycling_step_header_status{
    position:absolute;
    top:5px;
    left:10%;
    margin:0;
    padding:0 20px;
    line-height:20px;
    font-size:0.7em;
    font-weight:bold;
    text-align:center;
    color:#ffffff;
}
span.span_idalgo_content_cycling_step_header_status_0{
    background-color:#ffcc00;
}
span.span_idalgo_content_cycling_step_header_status_1{
    background-color:#4db103;
}
span.span_idalgo_content_cycling_step_header_status_2{
    background-color:#840303;
}

/* ECHAPEES */
div.div_idalgo_content_cycling_step_header_live_leader{
    position:relative;
    display:block;
    width:100%;
    height:85px;
    overflow:hidden;
}

/* PARCOURS DE L'ETAPE */
div.div_idalgo_content_cycling_step_header_background{
    position:relative;
    display:block;
    width:100%;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    overflow:visible;
    margin-bottom:68px;
}

div.div_idalgo_content_cycling_step_header_mobile_background,
div.div_idalgo_content_cycling_step_header_mobile_map {display:none}

div.div_idalgo_content_cycling_step_header_map{
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    margin-top:-145px;
    margin-left:-353px;
    width:706px;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:visible;
}

/* HEURE DE DEPART ET HEURE D'ARRIVEE */
div.div_idalgo_content_cycling_step_header_time_start,
div.div_idalgo_content_cycling_step_header_time_end{
    position:absolute;
    display:block;
    top:5px;
    width:90px;
    height:50px;
    background-color:#ffffff;
    border-color:#fbfaf9;
    border-width:1px;
    border-style:solid;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    box-shadow:1px 1px 3px 1px #bbb6a8;
    background-position:left bottom;
    background-repeat:no-repeat;
}
div.div_idalgo_content_cycling_step_header_time_start{
    left:-5px;
}
div.div_idalgo_content_cycling_step_header_time_end{
    right:-5px;
}
span.span_idalgo_content_cycling_step_header_time_start_title,
span.span_idalgo_content_cycling_step_header_time_end_title{
    position:relative;
    display:block;
    width:auto;
    height:10px;
    margin:5px 5px 0 5px;
    font-size:0.6em;
    line-height:10px;
    white-space:nowrap
}
span.span_idalgo_content_cycling_step_header_time_start,
span.span_idalgo_content_cycling_step_header_time_end{
    position:relative;
    display:block;
    height:20px;
    margin:0 5px;
    font-size:0.75em;
    font-weight:bold;
    line-height:20px;
}
span.span_idalgo_content_cycling_step_header_km_start,
span.span_idalgo_content_cycling_step_header_km_end{
    position:relative;
    display:block;
    height:10px;
    margin:0 5px 5px 5px;
    font-size:0.7em;
    font-weight:bold;
    line-height:10px;
    color:#003978;
}
span.span_idalgo_content_cycling_step_header_time_end_title,
span.span_idalgo_content_cycling_step_header_time_end,
span.span_idalgo_content_cycling_step_header_km_end{
    text-align:right;
}
div.div_idalgo_content_cycling_step_header_time_start:before,
div.div_idalgo_content_cycling_step_header_time_end:before{
    content:'';
    position:absolute;
    display:block;
    top:0;
    width:2px;
    height:290px;
    background-color:#ffffff;
}
div.div_idalgo_content_cycling_step_header_time_start:before{
    left:5px;
}
div.div_idalgo_content_cycling_step_header_time_end:before{
    right:5px;
}

/* TIMELINE */
div.div_idalgo_content_cycling_step_header_timeline_background{
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    margin-top:145px;
    margin-left:-353px;
    width:706px;
    height:10px;
    overflow:visible;
    transition:all 1s;
}
div.div_idalgo_content_cycling_step_header_timeline_background_0{
    background-color:#ffcc00;
}
div.div_idalgo_content_cycling_step_header_timeline_background_1{
    background-color:#4db103;
}
div.div_idalgo_content_cycling_step_header_timeline_background_2{
    background-color:#840303;
}
div.div_idalgo_content_cycling_step_header_timeline{
    position:absolute;
    display:block;
    top:0;
    left:0;
    margin:0;
    padding:0;
    height:100%;
    overflow:visible;
    background-position:center -254px;
    transition: all 1s;
}
div.div_idalgo_content_cycling_step_header_timeline_logo{
    position:absolute;
    display:block;
    top:-20px;
    right:-25px;
    width:50px;
    height:50px;
    background-position:center -254px;
    background-repeat:no-repeat;
}
span.span_idalgo_content_cycling_step_header_timeline{
    position:absolute;
    display:block;
    top:28px;
    right:0;
    width:100px;
    height:20px;
    margin-right:-51px;
    border-color:#e4e2dd;
    border-style:solid;
    border-width:1px;
    background-color:#4db103;
    color:#ffffff;
    font-size:0.7em;
    font-weight:bold;
    text-align:center;
    line-height:20px;

    background-position:center -254px;
}
span.span_idalgo_content_cycling_step_header_timeline:after{
    content:'';
    position:absolute;
    display:block;
    top:-10px;
    left:50%;
    margin-left:-10px;
    width:0;
    height:0;
    border-width:0 10px 10px 10px;
    border-style:solid;
    border-color:#4db103 transparent #4db103 transparent;

}

.idalgo_breakaway_selected {color:#003978;font-weight:bold}
span.span_idalgo_close_breakaway {position:absolute;display:block;right:-15px;top:-15px;cursor:pointer}

/* Module/Pattern/CSS/TeamIdentity.css ****************************************************/

div.div_idalgo_content_team_identity{
    position:relative;
    display:block;
}
div.div_idalgo_content_team_identity:after{
    position:relative;
    display:block;
    content:' ';
    clear:both;
}

/* Contenu principal */
div.div_idalgo_content_team_identity_content {
    position:relative;
    margin-top:5px;
}

/* Colone de gauche */
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_first{
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    width:126px;
    text-align:center;
}

/* Colone centrale */
div.div_idalgo_content_team_identity ul.ul_idalgo_team_identity {
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    margin-top:0px;
    margin-bottom:10px;
    margin-left: 126px;
    margin-right: 96px;
}

li.li_idalgo_team_identity,
li.li_idalgo_team_identity_double,
li.li_idalgo_team_identity_double_person {
    position:relative;
    overflow:hidden;
    border-bottom:1px solid #bbb6a8;
    line-height:2em;
}
li.li_idalgo_team_identity_double,
li.li_idalgo_team_identity_double_person {
}

li.li_idalgo_team_identity_no_border{
    border:none;
}

span.span_idalgo_team_identity_label,
span.span_idalgo_team_identity_double_label,
span.span_idalgo_team_identity_double_person_label {
    display:block;
    float:left;
    width:90px;
    color:#bbb6a8;
    font-size:0.6875em;
}
a.a_idalgo_team_identity_value,
span.span_idalgo_team_identity_value,
a.a_idalgo_team_identity_double_value,
span.span_idalgo_team_identity_double_value,
a.a_idalgo_team_identity_double_person_value,
span.span_idalgo_team_identity_double_person_value {
    display:block;
    font-weight:bold;
    color:#3c382f;
    font-size:0.75em;
    overflow:hidden;
    text-overflow:ellipsis;
}

li.li_idalgo_team_identity_double a + a + a,
li.li_idalgo_team_identity_double span + span + span,
li.li_idalgo_team_identity_double_person a + a + a,
li.li_idalgo_team_identity_double_person span + span + span,
li.li_idalgo_team_identity_double_person a + a {
    border-top:1px solid #bbb6a8;
    margin-left:90px;
}

li.li_idalgo_team_identity img,
li.li_idalgo_team_identity_double img,
li.li_idalgo_team_identity_double_person img {
    display:inline;margin-right:3px;
}

/* Colone de droite */
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last {
    position:absolute;
    display:block;
    text-align:center;
    top:0px;
    right:0px;
    width:96px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img {
    margin-bottom: 13px;
    border:0px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img.img_idalgo_team_identity_last_shirt {
    border:1px solid #e4e2dd;
    padding:9px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img.img_idalgo_team_identity_last_coach {
    width:70px;
}

/* Module/Cycling/CSS/TeamIdentity.css ****************************************************/

/* Module/Pattern/CSS/TeamSquad.css *******************************************************/

div.div_idalgo_content_team_squad{position:relative;display:block}
div.div_idalgo_content_team_squad_content{position:relative;margin-bottom:10px;}
div.div_idalgo_content_team_squad_content_header{position:relative;display:block;text-align:center}
span.span_idalgo_content_team_squad_content_header{
    margin-right: 20px;
    color : #3c382f;
    font-size: 0.7em;
}

/* Le tableau des moyennes */
ul.ul_idalgo_content_team_squad_average {
    position:relative;display:block;
    margin: 0 10px;
}
li.li_idalgo_content_team_squad_average{
    display:block;
    float:left;
    width:20%;
    height:1.375em;
    line-height:1.375em;
    overflow:hidden;
    font-size:0.750em;
    color:#645f4f;
}
li.li_idalgo_content_team_squad_average:first-child{width:30%;}

/* La liste des personnes */
ul.ul_idalgo_content_team_squad_content_list_person{position:relative;display:block;margin-top:0.5em}
ul.ul_idalgo_content_team_squad_content_list li.li_idalgo_content_team_squad_content_list_person{
    position:relative;display:block;
    float:left;
    width:29%;
    padding:10px;
    overflow:hidden;
}
a.a_idalgo_content_team_squad_main_person{
    position:relative;display:block;
    box-shadow: 1px 2px 5px #e4e2dd;
    border: 1px solid #e4e2dd;
    width: 100%;
    min-height:100px;
}
a.a_idalgo_content_team_squad_main_person:hover{
    cursor:pointer;text-decoration:none !important;
    background-color:#fbfaf9;
    box-shadow: none;
}

img.img_idalgo_content_team_squad_main_person_person{position:absolute;top:8px;left:6px;width:33px;height:47px;}
img.img_idalgo_content_team_squad_main_person_country{position:absolute;bottom:5px;left:-30px;}
img.img_idalgo_content_team_squad_main_person_country.img_idalgo_content_team_squad_main_person_team{left:-30px;}

div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info{
    position:relative;display:block;
    margin-top:5px;
    margin-left:47px
}
ul.ul_idalgo_content_team_squad_main_person_info li{position:relative;display:block;font-size:0.6em;line-height:2.4em;height:2.4em;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap}
li.li_idalgo_content_team_squad_main_person_info_name{text-transform: capitalize;font-weight:bold}

span.span_idalgo_content_team_squad_main_person_num_person{
    position:absolute;
    display:block;
    width:20px;
    height:15px;
    line-height:15px;
    right:5px;
    bottom:5px;
    border:1px solid #e4e2dd;
    text-align: center;
    font-size:0.6em;
}


span.span_idalgo_content_team_squad_main_person_num_person_leader{
    border:1px solid orange;
    background-color:yellow;
}

span.span_idalgo_content_team_squad_main_person_num_person.span_idalgo_content_team_squad_main_person_empty {
    display:none;
}

select.select_idalgo_content_team_squad_content_select {
    display:none;
}

div.div_idalgo_content_team_squad_content_action_previous,
div.div_idalgo_content_team_squad_content_action_next {
    display:none;
}

div.div_idalgo_container table tbody tr.tr_idalgo_content_team_squad_statistic_head:hover {
    background-color: inherit;
}

/** Selection de la comp&eacute;tition **/
div.div_idalgo_content_squad_listbox_action_competition {
    display:block;
    position:relative;
    width:100%;
    height:31px;
    margin-bottom:10px;
}
div.div_idalgo_content_squad_listbox_action_competition div.div_idalgo_listbox {
    display:block;
    float:left;
    width:46%;
    margin:0 2%;
}

/** Bouton de bascule **/
div.div_idalgo_content_team_infos_content_players{
    width:53px;
    height:29px;
    background-position:center -3597px;
    cursor:pointer;
}
div.div_idalgo_content_team_infos_content_stats {
    width:53px;
    height:29px;
    background-position:center -3627px;
    cursor:pointer;
}

/* Actions */
tr.tr_idalgo_content_team_squad_statistic_close { display:none; }
tr.tr_idalgo_content_team_squad_statistic_head_open  div.div_idalgo_blockcontent_title_action_openclose {background-position-x:right}
tr.tr_idalgo_content_team_squad_statistic_head_close div.div_idalgo_blockcontent_title_action_openclose {background-position-x:left}

.div_idalgo_content_team_squad_statistic  tr.tr_idalgo_content_team_squad_statistic_head_open:hover td,
.div_idalgo_content_team_squad_statistic  tr.tr_idalgo_content_team_squad_statistic_head_close:hover td{
    background-color:white;
}

/* La mise en page du contenu. */
table.table_idalgo_content_team_squad_statistic_list_main {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    margin-top:4px;
}
table.table_idalgo_content_team_squad_statistic_list_main div.div_idalgo_blockcontent_title_h3 {
    margin:10px 0;
    overflow:hidden;
}
tr.tr_idalgo_content_team_squad_statistic_head_1 div.div_idalgo_blockcontent_title_h3{margin-top:2px}

tr.tr_idalgo_content_team_squad_statistic{
    overflow:hidden;
    height:2em;
    line-height:2em;
    font-size:0.6875em;
}
tr.tr_idalgo_content_team_squad_statistic td {
    width:30px;
    overflow:hidden;
    text-align:center;
    font-size:;
    padding:2px 0 1px 0;
    height:2em;
    vertical-align:middle;
}

tbody.tbody_idalgo_content_team_squad_statistic_list_main tr:first-child span{font-weight:bold}
td.td_idalgo_content_team_squad_statistic_name a{display:block;height:100%;width:auto;font-weight:bold;overflow:hidden;text-overflow:ellipsis;text-overflow:'.'}
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_name.td_idalgo_content_team_squad_statistic_total {text-align:right;font-weight:bold}

span.span_idalgo_content_team_squad_statistic_red{font-weight:bold}
/* Gestion des couleurs et bordures de cellules */
tr.tr_idalgo_content_team_squad_statistic_light td {
    border-bottom:1px solid #e4e2dd;
    border-top:1px solid #e4e2dd;
}
tr.tr_idalgo_content_team_squad_statistic_dark {
    background-color:#fbfaf9;
}
tr.tr_idalgo_content_team_squad_statistic_dark td {
    border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
}
/* Image entete */
.idalgo_icon_played{background-position:center -1612px;}
.idalgo_icon_started{background-position:center -1581px;}
.idalgo_icon_substitute{background-position:center -496px;}
.idalgo_icon_assist{background-position:center -1643px;}

/* Bouton tout ouvrir tout fermer */
div.div_idalgo_team_squad_open_close_action {
    font-size: 0.75em;
    text-align: right;
    margin: 20px 0 10px 0;
    cursor:pointer
}
div.div_idalgo_team_squad_open_close_action:hover span{color:#645f4f}

/* Module/Cycling/CSS/TeamSquad.css *******************************************************/

div.div_idalgo_content_team_squad_cycling img.img_idalgo_content_team_squad_main_person_country {
    left:15px;
    bottom:10px;
}

div.div_idalgo_content_squad_listbox_action_competition button {
    text-transform: none;
}

/* Module/Pattern/CSS/PlayerIdentity.css **************************************************/
div.div_idalgo_player_identity{position:relative;display:block;margin-left:20px;margin-bottom:25px;}
div.div_idalgo_player_identity_content{position:relative;display:block}

div.div_idalgo_player_identity_content_line{
    position:relative;display:block;
    min-height: 2em;line-height: 2em;
    border-bottom: 1px solid #e4e2dd;
    text-transform: uppercase;
}

span.span_idalgo_player_identity_content_line_label{
    position:absolute;display:block;
    color: #bbb6a8;
    width: 50%;
    height: 100%;
    top:0;left:0;
    font-size:0.875em;
}

span.span_idalgo_player_identity_content_line_value,
a.a_idalgo_player_identity_content_line_value{
    position: relative;display:block;
    top:0;left:50%;
    font-weight: bold;
    color: #3c382f;
    width: 50%;
    font-size:0.875em;
}
span.span_idalgo_player_identity_content_line_value_subinfo{font-weight: normal}

img.img_idalgo_player_identity_content_line_value_country{
    position:absolute;display:block;
    width:16px;height:11px;
    top:50%;margin-top:-6px;
    left:0;
}
img.img_idalgo_player_identity_content_line_value_country+span{margin-left:20px}

/* Module/Cycling/CSS/PlayerIdentity.css **************************************************/

/* Zone principal du contenu */
div.div_idalgo_content_player_identity_content{
    position:relative;
    display:block;
}

/* Colone de gauche */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_first{
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    width:126px;
    text-align:center;
}

/* Colone centrale */
div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity {
    position:relative;
    margin-top:0px;
    margin-bottom:10px;
    margin-left: 126px;
    margin-right: 96px;
    min-height: 135px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_small {
    min-height: 142px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_medium {
    min-height: 170px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_big {
    min-height: 256px;
}

div.div_idalgo_content_player_identity li.li_idalgo_player_identity {
    position: relative;
    border-bottom:1px solid #bbb6a8;
    height:2em;
    line-height:2em;
}

div.div_idalgo_content_player_identity li.li_idalgo_player_identity_no_border{
    border:none;
}

div.div_idalgo_content_player_identity span.span_idalgo_player_identity_label {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:105px;
    color:#bbb6a8;
    white-space:nowrap;
    font-size: 0.6875em;
    overflow:hidden;
    text-overflow:ellipsis;
}

div.div_idalgo_content_player_identity a.a_idalgo_player_identity_value,
div.div_idalgo_content_player_identity span.span_idalgo_player_identity_value {
    display: block;
    position: relative;
    font-weight:bold;
    color:#3c382f;
    font-size: 0.75em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-left:105px;
}

div.div_idalgo_content_player_identity span.span_idalgo_player_identity_name_value {
    text-transform:uppercase;
}

/* Colone de droite */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last {
    position:absolute;
    display:block;
    text-align:center;
    top:0px;
    right:0px;
    width:96px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img {
    margin-bottom: 13px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img.img_idalgo_player_identity_last_shirt {
    border:1px solid #e4e2dd;
    padding:9px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last div.div_idalgo_player_identity_last_logo {
    border:1px solid #e4e2dd;
    margin: 0px auto 13px auto;
    padding:7px;
    width:55px;
    position: relative;
    display:block;
    box-sizing: content-box;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img.img_idalgo_player_identity_last_logo {
    margin-bottom:0px;
}

img.img_idalgo_player_identity_last_logo_mask,
div.div_idalgo_player_identity_team_logo_mask {display:none!important;}

/* Module/Pattern/CSS/PlayerCalendar.css **************************************************/

div.div_idalgo_player_calendar{margin-left:20px;margin-bottom: 25px;}
div.idalgo_player_calendar_player div.div_idalgo_content_calendar_part_listbox div.div_idalgo_listbox{width:50%;margin-left:25%}
div.idalgo_player_calendar_player p.p_idalgo_content_calendar_content{float:left;cursor:pointer}

span.span_idalgo_content_calendar_competition_stats{font-weight:bold;width:25px;float:right;text-align:center}

ul.ul_idalgo_content_calendar_list span.span_idalgo_content_calendar_icone_home{
    width:20px;
    height:20px;
    float:left;
    background-position: -16px -1306px;
}
ul.ul_idalgo_content_calendar_list span.span_idalgo_content_calendar_icone_away{
    width:20px;
    height:20px;
    float:left;
    background-position: -16px -1336px;
}
li.li_idalgo_content_calendar_competition_old_team {text-align:center;padding-right:0}
li.li_idalgo_content_calendar_competition_old_team img {vertical-align:top;margin:0 5px}
div.div_idalgo_player_calendar a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar a.a_idalgo_content_calendar_visitor_team{width:15%}

/* L&eacute;gende des statistiques */
div.div_idalgo_content_calendar_average{float:right;margin-bottom:20px;padding-top:3px}
ul.ul_idalgo_content_calendar_average li,
ul.ul_idalgo_content_calendar_average_bottom li{
    float:left;
    width:25px;
    text-align:center;
    font-size:0.8125em;
    font-weight: bold;
    }
ul.ul_idalgo_content_calendar_average li span,
ul.ul_idalgo_content_calendar_average_bottom li span{
    display:block;
    clear:both;
    width:20px;
    height:20px;
    margin: 0 auto 3px
}

div.div_idalgo_content_calendar_average_bottom{width:100%;margin:0}
ul.ul_idalgo_content_calendar_average_bottom{float:right;margin-bottom:20px;padding-top:3px}
div.div_idalgo_content_calendar_average_bottom:after{
    content:'';
    position:relative;
    display:block;
    left:0;
    right:0;
    clear:both;
    height:1px;
}

div.div_idalgo_content_calendar_average_bottom{margin-top:10px}
div.idalgo_player_calendar_player li.li_idalgo_content_calendar_average_time span{background-position: -16px -1835px}

/* Module/Cycling/CSS/PlayerCalendar.css **************************************************/

div.div_idalgo_content_player_identity{
    position:relative;display:block;
}
ul.ul_idalgo_content_player_calendar_step {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    width:100%;
}

div.div_idalgo_content_player_calendar_step {
    border-bottom:1px solid #bbb6a8;
    font-size:0.750em;
    height:3em;
    line-height:3em;
}
li.li_idalgo_player_identity_no_border{
    border:none;
}

span.span_idalgo_content_player_calendar_step_date {
    display:block;
    float:left;
    width:20%;
    color:#645f4f;
    text-indent:25px;
    white-space:nowrap;
    text-transform: capitalize;
}

span.span_idalgo_content_player_calendar_step_competition{
    display:block;
    float:left;
    width:20%;
    font-weight: bold;
    color:#1b1814;
    text-indent:5px;
    white-space:nowrap;
}
span.span_idalgo_content_player_calendar_step_shirt {
    display:block;
    float:left;
    width:10%;
    height:30px;
    font-weight: bold;
    color:#1b1814;
    text-indent:5px;
    white-space:nowrap;
}
span.span_idalgo_content_player_calendar_step_profil{
    display:block;
    float:left;
    width:10%;
    height:30px;
    font-weight: bold;
    color:#1b1814;
    text-indent:5px;
    white-space:nowrap;
}

span.span_idalgo_content_player_calendar_step_step{
    display:block;
    float:left;
    width:20%;
    font-weight: bold;
    color:#1b1814;
    text-indent:5px;
    white-space:nowrap;
}

span.span_idalgo_content_player_calendar_step_position_step{
    display:block;
    float:left;
    width:10%;
    font-weight: bold;
    color:#1b1814;
    text-align:center;
    white-space:nowrap;
}

span.span_idalgo_content_player_calendar_step_position_general{
    display:block;
    float:left;
    width:10%;
    font-weight: bold;
    color:#1b1814;
    text-align:center;
    white-space:nowrap;
}
span.span_idalgo_content_player_calendar_step_sep_line{display:none}

div.div_idalgo_content_cycling_player_calendar_header{
    position:relative;display:block;
    height:2em;line-height:2em;
}
div.div_idalgo_content_cycling_player_calendar_header + div {margin-top:0}
span.span_idalgo_content_cycling_player_calendar_header_position_step{
    display:block;position:absolute;
    left:80%;top:0;
    width:10%;
    font-weight: bold;
    color:#645f4f;
    text-align:center;
    font-size:0.750em;
    white-space:nowrap;
}

span.span_idalgo_content_cycling_player_calendar_header_position_general{
    display:block;position:absolute;
    left:40%;top:0;
    width:10%;
    font-size:0.750em;
    font-weight: bold;
    color:#645f4f;
    text-align:center;
    white-space:nowrap;
}

div.div_idalgo_content_player_calendar_month h4.div_idalgo_content_player_calendar_month {
    margin-top:0;
        color: #3D3E41;
    font-family: Trebuchet MS;
    font-size: 0.6875em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
}

/* Module/Football/CSS/FinalDrawPot.css ***************************************************/
div.div_idalgo_football_widget_final_draw_pot{display:block;position:relative}
div.div_idalgo_football_widget_final_draw_pot_map_top{display:block;position:relative;height:30px;background-position:center center;background-repeat:no-repeat}
h2.h2_idalgo_football_widget_final_draw_pot{position:relative;margin:0;text-align:center;font-size:1em;line-height:46px;height:46px;color:#3c382f;background-position:center center}
ul.ul_idalgo_football_widget_final_draw_pot{display:flex;flex-wrap:wrap;position:relative;background-position:top center;background-repeat:no-repeat}
li.li_idalgo_football_widget_final_draw_pot{display:block;position:relative;float:left;margin:0}
li.li_idalgo_football_widget_final_draw_pot{flex:1 1 auto}
    div.div_idalgo_football_widget_final_draw_pot_list{display:block;position:relative}
        div.div_idalgo_football_widget_final_draw_pot_list_title{display:block;position:relative;border-bottom:1px solid #bbb6a8;margin-bottom:0.5em;line-height:2em;text-align:center}
            span.span_idalgo_football_widget_final_draw_pot_list_title{font-size:0.75em;text-transform:uppercase}
            span.span_idalgo_football_widget_final_draw_pot_list_title.short{display:none}
        ul.ul_idalgo_football_widget_final_draw_pot_list{position:relative;display:block}
        li.li_idalgo_football_widget_final_draw_pot_list{
            position:relative;display:block;
            height:1.2em;line-height:1.2em;
            margin:0.2em 0;
        }
            li.li_idalgo_football_widget_final_draw_pot_list span{
                position:relative;display:block;
                font-weight:bold;
                text-indent:25px;
                font-size:0.75em;
                overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
            }

            li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list_short{display:none}

            li.li_idalgo_football_widget_final_draw_pot_list_set img{opacity:0.3;filter:alpha(opacity=30)}
            li.li_idalgo_football_widget_final_draw_pot_list_set span{color:#bbb6a8;}
            img.img_idalgo_football_widget_final_draw_pot_list{position:absolute;display:block;left:0.2em;top:50%;margin-top:-6px;width:16px;height:11px}
            img.img_draw_team_logo {width:18px;height:18px;margin-top:-9px}


div.div_idalgo_football_widget_final_draw_pot_new_team{
    position:absolute;display:block;
    left:50%;top:50%;
    width:330px;height:50px;
    margin-left:-165px;
    background-color:#fbfaf9;
    border-bottom:4px solid #003978;
    line-height:50px;text-align:center;
    font-weight:bold;
    z-index:1000;
}
div.div_idalgo_football_widget_final_draw_pot_new_team_inner{display:inline;position:relative;padding-left:60px}
div.div_idalgo_football_widget_final_draw_pot_new_team img.img_idalgo_football_widget_final_draw_pot_new_team_inner{position:absolute;left:0;top:50%;margin-top:-15px;width:40px;margin-right:15px}
div.div_idalgo_football_widget_final_draw_pot_new_team img.img_draw_team_logo_big {margin-top:-20px}
div.div_idalgo_football_widget_final_draw_pot_new_team_animate{
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: idalgo_bounceIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-name: idalgo_bounceIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: idalgo_bounceIn;
}

div.div_idalgo_football_widget_final_draw_pot_new_team_fade_out{
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: idalgo_fadeOut;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-name: idalgo_fadeOut;
    animation-duration:5s;
    animation-fill-mode: both;
    animation-name: idalgo_fadeOut
}

/** BOUNCE IN **/
@-webkit-keyframes idalgo_bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes idalgo_bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes idalgo_bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

/** FADE OUT **/
@-webkit-keyframes idalgo_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transition: opacity 2s linear;
    }
}

@keyframes idalgo_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transition: opacity 2s linear;
    }
}

@-moz-keyframes idalgo_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transition: opacity 2s linear;
    }
}

/* Module/Football/CSS/FinalDraw.css ******************************************************/

div.div_idalgo_football_widget_final_draw{display:block;position:relative}
div.div_idalgo_football_widget_final_draw_nav{display:block;position:relative;overflow:hidden;padding-top:10px;height:42px;margin-bottom:0.5em}
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav{
    position:relative;display:block;
    height:42px;line-height:42px;
    padding:0 2em;
    background-color:#840303
}
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav li{
    position:relative;display:block;
    width:50%;height:100%;
    background-color:white;
    text-align:center
}

div.div_idalgo_football_widget_final_draw[data-calendar="0"] ul.ul_idalgo_nav li{width:100%}

div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav li.li_draw_group_only {
    width:100%;
}

div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a{background-color:#840303;color:white;height:42px;line-height:42px;font-size:0.75em;font-weight:bold;text-transform:uppercase}
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a.a_idalgo_active{/*font-size:1.16em*/}

div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a{
    position:relative;display:block;
    margin-top:0;

    -webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
    -ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
    -o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
    transition: background-color 0.2s, margin-top 0.2s;
}

div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav li:hover a,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a.a_idalgo_active,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a:hover{
    background:#003978;
    margin-top:-10px;
}
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav li:hover a:before,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a.a_idalgo_active:before,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a:hover:before {
    content: "";
    position:absolute;
    top:42px;
    left:0;
    border-right:10px solid #ee5f5b;
    border-bottom:10px solid #840303;
}
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav li:hover a:after,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a.a_idalgo_active:after,
div.div_idalgo_football_widget_final_draw ul.ul_idalgo_nav a:hover:after {
    content: "";
    position:absolute;
    top:42px;
    right:0;
    border-left:10px solid #ee5f5b;
    border-bottom:10px solid #840303;
}

    div.div_idalgo_football_widget_final_draw_standing,
    div.div_idalgo_football_widget_final_draw_match{display:none;position:relative}
        ul.ul_idalgo_football_widget_final_draw_standing,
        ul.ul_idalgo_football_widget_final_draw_match{display:block;position:relative}
            li.li_idalgo_football_widget_final_draw_standing,
            li.li_idalgo_football_widget_final_draw_match{display:block;position:relative;float:left;width:25%;margin:0}
            li.li_idalgo_football_widget_final_draw_standing{height:160px}
            li.li_idalgo_football_widget_final_draw_match{margin-bottom:1em}
                div.div_idalgo_football_widget_final_draw_standing_group,
                div.div_idalgo_football_widget_final_draw_match_group{display:block;position:relative;margin:0 0.3em}
                    div.div_idalgo_football_widget_final_draw_standing_group_title,
                    div.div_idalgo_football_widget_final_draw_match_group_title{
                        display:block;position:relative;
                        height:1.8em;line-height:1.8em;
                        border:1px solid #bbb6a8;
                        border-radius:5px;-webkit-border-radius:2px;
                        background-color:#fbfaf9;
                        text-align:center;
                        color:#003978;
                        margin-bottom:0.5em;
                    }
                    span.span_idalgo_football_widget_final_draw_standing_group_title,
                    span.span_idalgo_football_widget_final_draw_match_group_title{font-size:0.75em;text-transform:capitalize}

                ul.ul_idalgo_football_widget_final_draw_standing_group{position:relative;display:block}
                    li.li_idalgo_football_widget_final_draw_standing_group{
                        position:relative;display:block;
                        margin:0.2em 0;
                        height:1.2em;line-height:1.2em;
                    }
                    li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group{
                        position:relative;display:block;
                        font-weight:bold;
                        text-indent:25px;
                        font-size:0.75em;
                        overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
                        transition:font-size 1s ease
                    }

                    li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group_short{display:none}
                    li.li_idalgo_football_widget_final_draw_standing_group_animate span.span_idalgo_football_widget_final_draw_standing_group{font-size:1.5em}
                    img.img_idalgo_football_widget_final_draw_standing_group{position:absolute;display:block;left:0.2em;top:50%;margin-top:-6px;width:16px;height:11px}
                    img.img_draw_team_logo {width:18px;height:18px;margin-top:-9px}

                ul.ul_idalgo_football_widget_final_draw_match_group{position:relative;display:block}
                    li.li_idalgo_football_widget_final_draw_match_group{position:relative;display:block;line-height:1.5em;font-size:0.75em;text-align:center}
                        img.img_idalgo_football_widget_final_draw_match_group_localteam,
                        img.img_idalgo_football_widget_final_draw_match_group_visitorteam{position:absolute;display:block;height:11px;width:16px;top:50%;margin-top:-8px;}
                        img.img_idalgo_football_widget_final_draw_match_group_localteam{left:50%;margin-left:-40px}
                        img.img_idalgo_football_widget_final_draw_match_group_visitorteam{right:50%;margin-right:-40px;}

span.span_idalgo_football_widget_final_draw_match_group_local,
span.span_idalgo_football_widget_final_draw_match_group_visitor,
span.span_idalgo_football_widget_final_draw_match_group_stadium{display:none;}

/* Module/Football/CSS/ListPlayer.css *****************************************************/

div.div_idalgo_content_list_player_content{position:relative}
/** Titre de la liste **/
div.div_idalgo_content_list_player_content_title{position:relative;margin:0px 20px 30px 20px}
div.div_idalgo_content_list_player_content_title_journalist{position:absolute;left:0;font-size:0.7em;color:#bbb6a8}
div.div_idalgo_content_list_player_content_title_journalist span{display:block}
/** hashtag/twitter **/
a.a_idalgo_content_list_player_content_title {position:relative;display:block;z-index:1;text-decoration:none !important;height: 30px;margin-top:5px !important;text-align: center;}
span.span_idalgo_content_list_player_content_title_content{position:relative;display:inline-block;line-height:30px;width:auto;height:30px;font-size:0.7em;color:#33CCFF;text-indent: 26px;background-position: -14px -3193px;}

/** Bouton tout ouvrir/tout fermer **/
div.div_idalgo_content_list_player_content_openclose{position:relative;display:block;height:20px;width:33%;overflow:hidden;line-height:20px;margin:0 auto 30px;border:1px solid #e4e2dd;border-width:1px 0px;text-align:center;font-size:0.8em;color:#e4e2dd;cursor:pointer;clear:both;}

div.div_idalgo_content_list_player_content_open_image,
div.div_idalgo_content_list_player_content_close_image{position:absolute;left:50%;top:-6px;margin-left:-10px}

/** Listes des joueurs **/
div.div_idalgo_content_list_players,
div.div_idalgo_player,
div.div_idalgo_player_header{position:relative}
div.div_idalgo_player{margin-bottom:30px}

/** Header du joueur **/
div.div_idalgo_player_header{height:40px;line-height:40px;border:1px solid #e4e2dd;border-width:1px 0px;cursor:pointer}
span.span_idalgo_player_header_order{position:absolute;left:10px;font-size:2em;color:#003978}
div.div_idalgo_player_header_name{position:absolute;right:62%;color:#645f4f}
div.div_idalgo_player_header_name span{margin-right:5px}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name{text-transform:capitalize}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name_nickname{text-transform:uppercase}

/** photo du joueur **/
div.div_idalgo_player_header_photo:before{position:absolute;left:-6px;top:-6px;width:60px;height:60px;border-radius:50%;content:"";border:1px solid #e4e2dd;}
div.div_idalgo_player_header_photo{position:absolute;left:50%;top:-10px;margin-left:-25px;width:50px;height:50px;background-color:#FFFFFF;border:5px solid #FFFFFF;border-radius:50%;background-repeat: no-repeat;
background-position: center center;background-size:50px 50px}

div.div_idalgo_player_header div.idalgo_list_player_photo_selected:before{width:110px;height:110px}
div.div_idalgo_player_header div.idalgo_list_player_photo_selected{margin-left: -50px;top: -40px;width:100px;height:100px;background-size:100px 100px}

div.div_idalgo_player_header_selected{margin-top:60px}

div.div_idalgo_player_header_info{position:absolute;left:64%;color:#bbb6a8;text-transform:uppercase;font-size:0.8em}
img.img_idalgo_player_header_info{margin:0px 10px}

/** Edito du joueur - informations **/
div.div_idalgo_player_comment{position:relative;margin-top:40px}
div.div_idalgo_player_comment_team{position:relative;height:40px;color:#bbb6a8;font-size:0.7em}
div.div_idalgo_player_comment span.span_idalgo_player_comment_age{display:none}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_position{position:absolute;display:block;top:12px;left:0;width:45%;text-transform: uppercase;text-align: right}
div.div_idalgo_player_comment_team img {position:absolute;display:block;left:50%;top:0;margin-left:-15px}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_team{position:absolute;display:block;top:12px;right:0;width:44%;text-align: left}
span.span_idalgo_player_header_openclose{position:absolute;height:20px;right:5px;top:13px;display:block}

/** Edito du joueur - Commentaire **/
div.div_idalgo_player_comment_info{position:relative;line-height:20px;text-align:center;margin:20px 60px 0 60px}
div.div_idalgo_player_comment_info span {display:block}
div.div_idalgo_player_comment_info span.span_idalgo_player_comment_info_title {margin-bottom: 20px;text-align:center;text-transform: uppercase;font-size:1.25em}
img.img_idalgo_player_comment_photo{display:block;margin:20px auto auto auto}

/** Pour masquer un contenu **/
.idalgo_list_player_hide{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 #e4e2dd;
}

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:#bbb6a8;
}

div.div_idalgo_content_competition_identity_info ul li div.div_idalgo_content_competition_identity_info_inner
{
    color: #3c382f;
    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/Football/CSS/WidgetStatisticPlayerGoalHistory.css *******************************/

div.div_idalgo_widget_football_statistic_player_goal_history{position:relative;display:block}
ul.ul_idalgo_widget_football_statistic_player_goal_history_player{position:relative;display:block}
    li.li_idalgo_widget_football_statistic_player_goal_history_player{
        position:relative;display:block;
        border-top:1px solid #e4e2dd;
        height:3.1em;
        overflow:hidden;
    }
        img.img_idalgo_widget_football_statistic_player_goal_history_player{position:absolute;display:block;width:16px;height:11px;top:50%;margin-top:-6px;left:20px}
        span.span_idalgo_widget_football_statistic_player_goal_history_player_goal{
            position:absolute;display:block;
            top:0;left:50px;
            width:40px;
            text-align:center;
            line-height:3em;
            font-weight:bold;
        }
        span.span_idalgo_widget_football_statistic_player_goal_history_player{
            position:absolute;display:block;
            top:0;left:100px;
            line-height:3em;height:2em;
            text-transform:uppercase;
            color:#3c382f;
            font-size:0.75em;
            font-weight:bold;
        }
        span.span_idalgo_widget_football_statistic_player_goal_history_player_season{
            position:absolute;display:block;
            top:2.5em;left:100px;
            line-height:1em;font-size:0.6875em;
        }

/* 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:#e4e2dd
}
/* || 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 #e4e2dd;
    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:#e4e2dd;
    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:#bbb6a8
}
div.div_idalgo_content_competition_history > div > ul > li > div.winner > img{
    border:1px solid #fbfaf9;
    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:#bbb6a8
}
div.div_idalgo_content_competition_history > div > ul > li > div.info span.score{
    color:#003978
}
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 #fbfaf9;
    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:#fbfaf9;
    border-width:1px 0 0 0;
    border-color:#e4e2dd;
    border-style:solid;
    color:#003978;
    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/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 #e4e2dd;
        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:#3c382f;
            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:#3c382f;
            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:#bbb6a8;
            line-height:1em;font-size:0.6875em;
        }

/* Module/Pattern/CSS/CompetitionNavigation.css *******************************************/

div.div_idalgo_content_competition_navigation{position:relative;padding-bottom:2em;z-index:1}

div.div_idalgo_content_competition_navigation_part,div.div_idalgo_content_competition_navigation_part_buttonlist{
    position:relative;
    display:block;
    width:100%;
    min-height:2.5em;
    margin-top:15px
}
div.div_idalgo_content_competition_navigation_part_season{z-index:5}
div.div_idalgo_content_competition_navigation_part_league{z-index:4}
div.div_idalgo_content_competition_navigation_part_district{z-index:3}
div.div_idalgo_content_competition_navigation_part_round{z-index:2}
div.div_idalgo_content_competition_navigation_part_group{z-index:1}

div.div_idalgo_content_competition_navigation_group{display: none;}
div.div_idalgo_content_competition_navigation_part_center{position:relative;width:50%;margin:0 auto}
div.div_idalgo_content_competition_navigation_part_center button.button_idalgo_dropdown{overflow:hidden}

div.div_idalgo_content_competition_navigation_part_buttonlist{position:relative;text-align:center;}
div.div_idalgo_content_competition_navigation_part_buttonlist_center{position:relative;display:inline}

div.div_idalgo_content_competition_navigation_part_buttonlist_center .li_idalgo_button_list{margin-bottom:0}
div.div_idalgo_content_competition_navigation_part_buttonlist_center .li_idalgo_button_list .button_idalgo{
    padding:0 10px;
    height:36px;
    border:1px solid #e4e2dd;
    -webkit-border-radius:2px 2px 0 0;
       -moz-border-radius:2px 2px 0 0;
            border-radius:2px 2px 0 0;
    font-size:1.125em;
    line-height:36px;
    margin-bottom:15px
}

div.div_idalgo_content_competition_navigation_part_nav{position:relative;text-align:center;font-size:0.75em}
div.div_idalgo_content_competition_navigation_part_nav ul {position:relative;width:auto}
div.div_idalgo_content_competition_navigation_part_nav li {position:relative;width:100px;max-width:50%;padding:0}
div.div_idalgo_content_competition_navigation_part_nav li a {padding:0}

/* Navigation prev,cur,next */
div.div_idalgo_content_competition_navigation_days{margin:15px 0}
div.div_idalgo_content_competition_navigation_days,
div.div_idalgo_content_competition_navigation_days_listbox{
    position:relative;display:block;
    width:100%;
    height:40px
}
div.div_idalgo_content_competition_navigation_days > div,
div.div_idalgo_content_competition_navigation_days_listbox > div{
    position:absolute;
    top:0;
}
div.div_idalgo_content_competition_navigation_days_before,
div.div_idalgo_content_competition_navigation_days_listbox_before{
    left:0;
    width:33%;
}
div.div_idalgo_content_competition_navigation_days_listbox_before a.idalgo_listbox_split_left{
    border-style:solid;border-width:1px;border-color:#e4e2dd;
    border-right:0 none;
}
div.div_idalgo_content_competition_navigation_days_listbox_before button{
    border-color:#e4e2dd;
}
div.div_idalgo_content_competition_navigation_days_current,
div.div_idalgo_content_competition_navigation_days_listbox_current{
    left:33%;
    width:34%;
    height:40px;
    z-index:1;
}
span.span_idalgo_content_competition_navigation_days_current,
span.span_idalgo_content_competition_navigation_days_listbox_current{
    display:block;
    overflow:hidden;
    width:auto;
    height:38px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#e4e2dd;
    text-align:center;
    line-height:38px;
    font-size:0.8125em;
    color:#003978;
    margin:0 -1px;
}
div.div_idalgo_content_competition_navigation_days_after,
div.div_idalgo_content_competition_navigation_days_listbox_after{left:67%;width:33%;}
div.div_idalgo_content_competition_navigation_days_after a.idalgo_listbox_split_right,
div.div_idalgo_content_competition_navigation_days_listbox_after a.idalgo_listbox_split_right{
    border-style:solid;border-width:1px;border-color:#e4e2dd;
    border-left:0 none;
}
div.div_idalgo_content_competition_navigation_days_after button,
div.div_idalgo_content_competition_navigation_days_listbox_after button{
    border-color:#e4e2dd;
}
ul.ul_idalgo_dropdown_menu span{display:none}

button.button_idalgo_dropdown span.idalgo_picture_arrow_left {
    position:absolute;
    left:50%;top:50%;
    margin-top:-10px;
    margin-left:-15px;
}
button.button_idalgo_dropdown span.idalgo_picture_arrow_right {
    position:absolute;
    right:50%;top:50%;
    margin-top:-10px;
    margin-right:-15px;
}

/* Module/Football/CSS/StatisticPlayerGoal.css ********************************************/

div.div_idalgo_content_football_statistic_player{position:relative;margin-bottom:40px}
div.div_idalgo_content_statistic_player_standing_nav{position:relative;margin-top:0.5em}
div.div_idalgo_content_statistic_player_standing_nav span{display:block;padding:0 30px;width:50%;text-align:center;cursor:pointer;margin-left:auto;margin-right:auto}
span.span_idalgo_content_statistic_player_standing_nav_close{margin-top:0.5em}

table.table_idalgo_content_football_statistic_standing tr{position:relative;}
table.table_idalgo_content_football_statistic_standing tr.tr_idalgo_content_football_statistic_standing_player_left td.td_idalgo_content_football_statistic_standing_name a {color: #bbb6a8;}

/* Module/Pattern/CSS/Result.css **********************************************************/
div.div_idalgo_content_result{position:relative}
div.div_idalgo_content_result ul.ul_idalgo_nav > li.li_idalgo_left{width:50%}

ul.ul_idalgo_content_result_date_list{
    margin:5px 0 0 0;
    padding:0;
    list-style:none}
div.div_idalgo_content_result_date_list_title{
    position:relative;display:block;
    font-size:0.6875em;
    margin-bottom:3px;
    color:#3c382f;
    background-color: #fbfaf9;
    padding-top: 10px;
}
div.div_idalgo_content_result_date_list_title span{margin-left:20px}
ul.ul_idalgo_content_result_date_list_match{
    position:relative;
    display:block;
    list-style:none;
    padding:0
}
li.li_idalgo_content_result_date_list_match{position:relative;display:block;background-color: #ffffff;}
ul.ul_idalgo_content_result_date_list_match li.li_idalgo_content_result_date_list_match{border:1px solid #e4e2dd;}
ul.ul_idalgo_content_result_date_list_match li.li_idalgo_content_result_date_list_match+li{border-top:none;}

div.div_idalgo_content_result ul.ul_idalgo_content_result_group_list_team{
    position:relative;
    display:block;
    height:2em;
    text-align:right;
    padding:0 10px 10px 0;
    margin-top: 60px;
}
div.div_idalgo_content_result li.li_idalgo_content_result_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_result ul.ul_idalgo_content_result_group_list_team_small li.li_idalgo_content_result_group_list_team{
    width:15%;
}

div.div_idalgo_content_result a.a_idalgo_content_result_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_result img.img_idalgo_content_result_group_list_team{
    position:absolute;
    top: -42px;
    left: 0;
    right: 0;
    height:40px;
    margin: auto;
}

/***** R&eacute;sultat/Classement *****/
/***** Boutton tout ouvrir/tout fermer *****/
div.div_idalgo_content_result_button
{cursor:pointer;position:relative;float:right;border:1px solid #fbfaf9;background:#fbfaf9;padding:3px;font-size:0.6em;}

div.div_idalgo_content_result ul.ul_idalgo_nav_tab_result_standing {
    padding-left: 7px;
    padding-right: 15px;
    margin-bottom: 0;
}

div.div_idalgo_content_result ul.ul_idalgo_nav_tab_result_standing > li {
    max-height: 40px;
}

div.div_idalgo_content_result ul.ul_idalgo_nav_tab_result_standing > li > a {
    border-bottom: none;
    height: 39px;
    line-height: 39px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: none;
}

div.div_idalgo_content_result ul.ul_idalgo_nav_tab_result_standing > li {
    margin-bottom: 0;
}

div.div_idalgo_content_result ul.ul_idalgo_nav_tab > li > a.a_idalgo_active,
div.div_idalgo_content_result ul.ul_idalgo_nav_tab > li > a.a_idalgo_active:hover {
    background-color: #fbfaf9;
    height: 41px;
}

div.div_idalgo_content_result_content,
div.div_idalgo_content_result div.div_idalgo_content_standing,
div.div_idalgo_content_result_content_result {
    background-color: #fbfaf9;
    padding-bottom: 18px;
}

div.div_idalgo_content_result_content,
div.div_idalgo_content_result_content_result {
    padding-bottom: 38px;
}

div.div_idalgo_content_result ul.ul_idalgo_content_result_date_list {
    margin-top: 0;
}

div.div_idalgo_content_result li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line > span {
    font-size: 0.9em;
}

div.div_idalgo_content_result li.li_idalgo_content_standing,
div.div_idalgo_content_result_group_content li.li_idalgo_content_standing_head,
li.li_idalgo_content_result_date_list_match {
    margin: 0 12px;
    width: auto;
}

div.div_idalgo_content_result li.li_idalgo_content_standing:nth-child(even) {
    background-color: #ffffff;
}

div.div_idalgo_content_result li.li_idalgo_content_standing:hover {
    background-color: #d66000;
}

div.div_idalgo_content_result li.li_idalgo_content_standing_head:hover {
    background-color: transparent;
}

div.div_idalgo_content_result div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name {
    font-size: 0.9em;
}

div.div_idalgo_content_result div.div_idalgo_content_standing_line>span,
div.div_idalgo_content_result div.div_idalgo_content_standing_line>div,
div.div_idalgo_content_result span.span_idalgo_content_standing_current{
    font-size: 0.9em;
}

div.div_idalgo_content_result span.span_idalgo_content_standing_current {
    position: absolute;
    left: 148px;
    padding: 0 !important;
    font-weight: bold;
    font-size: 1em
}

div.div_idalgo_content_result span.span_idalgo_content_standing_played,
div.div_idalgo_content_result span.span_idalgo_content_standing_bo,
div.div_idalgo_content_result span.span_idalgo_content_standing_bd,
div.div_idalgo_content_result span.span_idalgo_content_standing_draw,
div.div_idalgo_content_result span.span_idalgo_content_standing_lost,
div.div_idalgo_content_result span.span_idalgo_content_standing_for,
div.div_idalgo_content_result span.span_idalgo_content_standing_against,
div.div_idalgo_content_result span.span_idalgo_content_standing_dif{
    color: #000000;
}

div.div_idalgo_content_result span.span_idalgo_content_standing_points {
    color: #003978;
}

div.div_idalgo_content_result span.span_idalgo_content_standing_position {
    color: #3c382f;
}

div.div_idalgo_content_result ul.ul_idalgo_content_standing .button_idalgo_status_win,
div.div_idalgo_content_result ul.ul_idalgo_content_standing span.span_idalgo_content_standing_win_txt {
    color: #4db103;
    background-color: transparent;
    background-image: none;
}

div.div_idalgo_content_result ul.ul_idalgo_content_standing .button_idalgo_status_draw,
div.div_idalgo_content_result ul.ul_idalgo_content_standing span.span_idalgo_content_standing_draw_txt {
    color: #3d3e41;
    background-color: transparent;
    background-image: none;
}
div.div_idalgo_content_result ul.ul_idalgo_content_standing .button_idalgo_status_lost,
div.div_idalgo_content_result ul.ul_idalgo_content_standing span.span_idalgo_content_standing_lost_txt {
    color: #bd362f;
    background-color: transparent;
    background-image: none;
}

/** Mise en evidence equipe / pays favoris */
ul.ul_idalgo_content_result_date_list_match .idalgo_result_show_team a,
ul.ul_idalgo_content_result_date_list_match .idalgo_result_show_team span,
a.a_idalgo_content_result_group_list_team.idalgo_result_show_team,
span.span_idalgo_content_result_group_list_team.idalgo_result_show_team,
div.div_idalgo_content_standing .idalgo_result_show_team a,
div.div_idalgo_content_standing .idalgo_result_show_team span {
    color: #840303;
    font-weight: bold;
}

/* Module/Football/CSS/Result.css *********************************************************/

div.div_idalgo_content_football_result{position:relative}

/* Module/Football/CSS/ResultPaper.css ****************************************************/

div.div_idalgo_content_football_result_paper {position:relative;display:block}

/* Module/Pattern/CSS/StandingFrieze.css **************************************************/
div.div_idalgo_content_standing_frieze{
    position:relative;
    margin-top:10px;
    border-top:1px solid #fbfaf9;
    overflow:hidden;
    width:100%
}
h2.h2_idalgo_content_standing_frieze{
    display:none;
}
ul.ul_idalgo_content_standing_frieze{
    position:relative;
    display:flex;
    width:100%;
    height:30px;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
li.li_idalgo_content_standing_frieze{
    position:relative;
    display:block;
    height:27px;
    flex:1 1 auto;
    border-style:solid;
    border-width:0 0 3px 0;
    border-color:transparent;
    box-sizing:border-box;
}
li.li_idalgo_content_standing_frieze_position_0{
    border-color:rgba(0,0,0,0.1);
}
li.li_idalgo_content_standing_frieze_position_1,
li.li_idalgo_content_standing_frieze_position_2,
li.li_idalgo_content_standing_frieze_position_3,
li.li_idalgo_content_standing_frieze_position_4{
    border-color:#003978;
}
li.li_idalgo_content_standing_frieze_position_11,
li.li_idalgo_content_standing_frieze_position_10{
    border-color:#3c382f;
}
li.li_idalgo_content_standing_frieze:hover{
    background-color:#d66000;
   -webkit-box-shadow: 0 0 5px gray;
      -moz-box-shadow: 0 0 5px gray;
        -o-box-shadow: 0 0 5px gray;
           box-shadow: 0 0 5px gray;
    -webkit-transition: background-color 0.5s linear;
       -moz-transition: background-color 0.5s linear;
        -ms-transition: background-color 0.5s linear;
         -o-transition: background-color 0.5s linear;
            transition: background-color 0.5s linear;
}
li.li_idalgo_content_standing_frieze a.a_idalgo_content_standing_frieze{
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin-bottom:-3px;
    border-style:solid;
    border-width:0 0 3px 1px;
    border-color:transparent #e4e2dd;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.1)));
    background-image:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.1));
    background-image:   -moz-linear-gradient(top, transparent, rgba(0,0,0,0.1));
    background-image:    -ms-linear-gradient(top, transparent, rgba(0,0,0,0.1));
    background-image:     -o-linear-gradient(top, transparent, rgba(0,0,0,0.1));
    background-image:        linear-gradient(top, transparent, rgba(0,0,0,0.1));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#10000000, GradientType=0);

    font-size:0.666em;
    line-height:40px;
    text-indent:4px;
    text-align:left;
}
li.li_idalgo_content_standing_frieze_position_2 a.a_idalgo_content_standing_frieze{
    border-color:rgba(255,255,255,0.5) #e4e2dd;
}
li.li_idalgo_content_standing_frieze_position_3 a.a_idalgo_content_standing_frieze{
    border-color:rgba(255,255,255,0.7) #e4e2dd;
}
li.li_idalgo_content_standing_frieze_position_4 a.a_idalgo_content_standing_frieze{
    border-color:rgba(255,255,255,0.9) #e4e2dd;
}
li.li_idalgo_content_standing_frieze_position_11 a.a_idalgo_content_standing_frieze{
    border-color:rgba(255,255,255,0.6) #e4e2dd;
}
li.li_idalgo_content_standing_frieze a.a_idalgo_content_standing_frieze:hover{
    text-decoration:none;
}
li.li_idalgo_content_standing_frieze a.a_idalgo_content_standing_frieze{
    border-style:none;
}
a.a_idalgo_content_standing_frieze img.img_idalgo_content_standing_frieze{
    position:absolute;
    display:block;
    height:20px;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-10px
}

/* Module/Pattern/CSS/ResultTable.css *****************************************************/

div.div_idalgo_match_line_winner{
    font-weight:bold;
}
a.a_idalgo_match_team_winner{
    font-weight:bold;
    font-size:1.5em;
}
a.a_idalgo_score_status_end{
    color:#840303;
}
a.a_idalgo_content_football_result_table_main_middle_final_line_score[href]:hover,
a.a_idalgo_content_football_result_table_main_semifinal_matchs_scores[href]:hover {text-decoration:underline;}

div.div_idalgo_score_penalty_part {top:1.9em;font-size:0.625em;}
div.div_idalgo_content_football_result_table{position:relative;}
div.div_idalgo_content_football_result_table div.div_idalgo_content_football_result_table_content_main{position:relative;}
div.div_idalgo_content_football_result_table_main_top,
div.div_idalgo_content_football_result_table_main_bottom{
    position:relative;display:block;
    height:265px;
    /* width:980px;
    max-width:100%; */
    margin:0 auto
}
div.div_idalgo_content_football_result_table_main_center{
    position:absolute;display:block;
    height:100%;
    width:176px;
    left:50%;
    top:0;
    margin-left:-88px;
    z-index:1;
}

div.div_idalgo_content_football_result_table_main_middle{
    position:relative;display:block;
    height:150px;
    width:100%;
}
div.div_idalgo_content_football_result_table_main_middle_final{
    position:relative;display:block;
    height:150px;
    width:80%;
    left:50%;
    margin-left:-40%;
}
div.div_idalgo_content_football_result_table_main_middle_final_background_local_picture{
    position:absolute;display:block;
    height:150px;
    width:150px;
    left:0px;
    top:0;
    background-position:center center;
    opacity:0.1;
}
div.div_idalgo_content_football_result_table_main_middle_final_background_visitor_picture{
    position:absolute;display:block;
    height:150px;
    width:150px;
    right:0px;
    top:0;
    background-position:center center;
    opacity:0.1;
}
div.div_idalgo_content_football_result_table_main_middle_final_line{
    position:absolute;display:block;
    width:100%;
    top:40%;
    margin-top:-18px;
    font-size:1.125em;
    line-height:1em;
}
div.div_idalgo_content_football_result_table_main_middle_final_line_local{
    position:absolute;display:block;
    text-align:right;
    left:0;
    right:50%;
    margin-right:50px;
    width:auto;
    height:40px;
    top:53px
}
div.div_idalgo_content_football_result_table_main_middle_final_line_score{
    position:relative;display:block;
    left:50%;
    margin-left:-50px;
    width:100px
}
a.a_idalgo_content_football_result_table_main_middle_final_line_score{
    position:relative;display:block;
    width:50%;
    height:40px;
    left:25%;
    text-align: center;
}
a.a_idalgo_content_football_result_table_main_middle_final_line_score span{
    font-size:1.5em;
    text-align:center;
    min-width: 16px;
}

div.div_idalgo_content_football_result_table_main_middle_final_line_visitor{
    position:absolute;display:block;
    text-align:left;
    right:0;
    left:50%;
    margin-left:50px;
    width:auto;
    height:40px;
    top:53px
}

div.div_idalgo_content_football_result_table_main_middle_sfinal{
    position:absolute;display:block;
    width:90px;
    height:80px;
    top:50%;
    margin-top:-40px;
    right:0;
}
div.div_idalgo_content_football_result_table_main_middle_sfinal_title{
    position:relative;display:block;
    width:100%;
    height:20px;
    text-align:left;
    overflow:hidden;
    white-space:nowrap
}
div.div_idalgo_content_football_result_table_main_middle_sfinal_content{
    position:relative;display:block;
}
div.div_idalgo_content_football_result_table_main_middle_sfinal_content_line{
    position:relative;display:block;
    width:100%;
    height:30px;
}
div.div_idalgo_content_football_result_table_main_middle_sfinal_content div.div_idalgo_content_football_result_table_main_middle_sfinal_content_line:first-child{
    border-bottom:1px dotted #bbb6a8;
}
img.img_idalgo_content_football_result_table_main_middle_sfinal_content_line_logo{position:absolute;top:50%;margin-top:-10px;left:5px}
div.div_idalgo_content_football_result_table_main_middle_sfinal_content_scores{
    position:absolute;display:block;
    height:100%;
    width:60px;
    left:35px;
    top:0;
}
a.a_idalgo_content_football_result_table_main_middle_sfinal_content_scores{
    position:relative;
    float:left;
    height:100%;
    width:20px;
    text-align:center;
}
a.a_idalgo_content_football_result_table_main_middle_sfinal_content_scores span{
    display:block;position:relative;
    height:30px;
    width:100%;
    margin:0;left:0;right:0;
    line-height:30px;
}
div.div_idalgo_content_football_result_table_main_middle_final_line_score span.span_idalgo_score_part_left,
div.div_idalgo_content_football_result_table_main_semifinal span.span_idalgo_score_part_left{right:60%;}
div.div_idalgo_content_football_result_table_main_middle_final_line_score span.span_idalgo_score_part_right,
div.div_idalgo_content_football_result_table_main_semifinal span.span_idalgo_score_part_right{left:60%;}

div.div_idalgo_content_football_result_table_main_semifinal{
    position:relative;display:block;
    height:120px;
    width:175px;
    border:1px dotted #e4e2dd;
    left:50%;
    top:50%;
    margin-left:-88px;
    margin-top:-60px;
}
div.div_idalgo_content_football_result_table_main_semifinal_title{
    position:relative;display:block;
    border:1px solid white;
    height:17px;
    background-color:#fbfaf9;
    text-align:center;
    font-weight:bold;
    font-size:0.9em;
}
div.div_idalgo_content_football_result_table_main_semifinal_teams{
    position:relative;display:block;
    height:49px;
    clear:both;
}
div.div_idalgo_content_football_result_table_main_semifinal_teams a{
    position:relative;display:block;
    height:18px;
    text-align:center;
    font-size:0.9em;
    line-height:2em;
}
div.div_idalgo_content_football_result_table_main_semifinal_matchs{
    position:relative;display:block;
    height:45px;
    text-align:center;
    border-top:1px dotted #e4e2dd;
    width: 185px;
    margin: 0 -5px;
}
div.div_idalgo_content_football_result_table_main_semifinal_matchs_background_local_picture{
    position:absolute;display:block;
    height:40px;
    width:40px;
    background-position:center center;
    background-repeat:no-repeat;
    left:5px;
    top:0;
}
div.div_idalgo_content_football_result_table_main_semifinal_matchs_background_visitor_picture{
    position:absolute;display:block;
    height:40px;
    width:40px;
    background-position:center center;
    background-repeat:no-repeat;
    right:5px;
    top:0;
}
div.div_idalgo_content_football_result_table_main_semifinal_matchs_scores{
    position:absolute;display:block;
    width:40px;
    height:45px;
    left:50%;
    top:3px;
    margin-left:-20px;
}
div.div_idalgo_content_football_result_table_main_semifinal_matchs_scores a + a + a {font-size:0.625em;margin-top:-7px;}

a.a_idalgo_content_football_result_table_main_semifinal_matchs_scores{
    position:relative;display:block;
    height:20px;
    text-align:center;
}
a.a_idalgo_content_football_result_table_main_semifinal_matchs_scores span{
    display:block;
    float:left;
}


/** 1/4 finale en-t&ecirc;tes */
/** gauche */

div.div_idalgo_content_football_result_table_main_center_quarter_title_title_1_left {
    position: absolute;
    top: 0;
    left: 137px;
}

div.div_idalgo_content_football_result_table_main_center_quarter_title_title_2_left {
    position: absolute;
    top: 0;
    left: 155px;
}

div.div_idalgo_content_football_result_table_main_center_quarter_title_title_3_left {
    position: absolute;
    top: 0;
    left: 168px;
}

/** droite */
div.div_idalgo_content_football_result_table_main_center_quarter_title_title_1_right {
    position: absolute;
    top: 0;
    right: 176px;
}

div.div_idalgo_content_football_result_table_main_center_quarter_title_title_2_right {
    position: absolute;
    top: 0;
    right: 155px;
}

div.div_idalgo_content_football_result_table_main_center_quarter_title_title_3_right {
    position: absolute;
    top: 0;
    right: 127px;
}

div.div_idalgo_content_football_result_table_main_center_quarter{
    position:absolute;display:block;
    width:190px;
    height:70px;
    top:50%;
    margin-top:-38px;
}




div.node_idalgo_table_quarter_1{right:181px;}
div.node_idalgo_table_quarter_2{left:181px;}
div.div_idalgo_content_football_result_table_main_center_quarter_title{
    position:relative;display:block;
    width:100%;
    height:20px;
    text-align:left;
    font-size:0.7em;
    font-weight:bold;
}
div.node_idalgo_table_quarter_2 div.div_idalgo_content_football_result_table_main_center_quarter_title{
    text-align:right;
}
div.node_idalgo_table_quarter_1 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_background_local_picture,
div.node_idalgo_table_quarter_1 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_background_visitor_picture{
    position:absolute;display:block;
    width:20px;
    height:20px;
    left:2px;
    top:3px;
    background-position:center center;
    background-repeat:no-repeat;
}

div.node_idalgo_table_quarter_2 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_background_local_picture,
div.node_idalgo_table_quarter_2 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_background_visitor_picture{
    position:absolute;display:block;
    width:20px;
    height:20px;
    right:2px;
    top:3px;
    background-position:center center;
    background-repeat:no-repeat;
}

div.div_idalgo_content_football_result_table_main_center_quarter_content{
    position:relative;display:block;
    background-color:#fbfaf9;
}
div.div_idalgo_content_football_result_table_main_center_quarter_content_line{
    position:relative;display:block;
    width:100%;
    height:27px;
}
div.div_idalgo_content_football_result_table_main_center_quarter_content div.div_idalgo_content_football_result_table_main_center_quarter_content_line:first-child{
    border-bottom:1px dotted #e4e2dd;
}
div.node_idalgo_table_quarter_1 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_name{
    position:relative;
    margin-left:25px;
    font-size:0.6875em;
    line-height:2em;
}
div.node_idalgo_table_quarter_2 div.div_idalgo_content_football_result_table_main_center_quarter_content_line_name{
    position:relative;
    margin-right:25px;
    font-size:0.6875em;
    line-height:2em;
    text-align:right;
}
div.node_idalgo_table_quarter_1 div.div_idalgo_content_football_result_table_main_center_quarter_content_scores{
    position:absolute;display:block;
    height:100%;
    width:60px;
    left:130px;
    top:5px;
}

div.node_idalgo_table_quarter_2 div.div_idalgo_content_football_result_table_main_center_quarter_content_scores{
    position:absolute;display:block;
    height:100%;
    width:60px;
    right:130px;
    top:5px;
}
div.node_idalgo_table_quarter_1 a.a_idalgo_content_football_result_table_main_center_quarter_content_scores{
    position:relative;
    float:left;
    height:100%;
    width:20px;
    text-align:center;
    font-size:0.6875em;
}
div.node_idalgo_table_quarter_2 a.a_idalgo_content_football_result_table_main_center_quarter_content_scores{
    position:relative;
    float:left;
    height:100%;
    width:20px;
    text-align:center;
    font-size:0.6875em;
}
a.a_idalgo_content_football_result_table_main_center_quarter_content_scores span{
    display:block;position:relative;
    height:30px;
    width:100%;
    margin:0;
    right:0;left:0;
}
div.div_idalgo_content_football_result_table_left     {display:block;position:relative;float:left;height:100%;width:267px;}
div.div_idalgo_content_football_result_table_left_left        {display:block;position:relative;float:left;height:265px;width:102px;}
div.div_idalgo_content_football_result_table_right       {display:block;position:relative;float:right;height:100%;width:267px;}
div.div_idalgo_content_football_result_table_right_left    {display:block;position:relative;float:right;height:265px;width:102px;}

div.div_idalgo_content_football_result_table_left[data-sixteen="0"],
div.div_idalgo_content_football_result_table_right[data-sixteen="0"]{width:164px}
div.div_idalgo_content_football_result_table_left[data-sixteen="0"] div.div_idalgo_content_football_result_table_left_left,
div.div_idalgo_content_football_result_table_right[data-sixteen="0"] div.div_idalgo_content_football_result_table_right_right{width:0}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2
 {
    display: block;
    position: relative;
    width: 102px;
    height: 58px;
}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2
 {
    display: block;
    position: relative;
    width: 102px;
    height: 58px;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line {width:100%;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title,
div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title {font-size:0.625em;text-align:left;height:16px;line-height:20px;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_3,
div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_1,
div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_2,
div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_3,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_1,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_2,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_3 {font-size:0.625em;position:absolute;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title,
div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title {font-size:0.625em;text-align:right;height:16px;line-height:20px;}


div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_3,
div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_1,
div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_2,
div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_3,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_1,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_2,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_3  {font-size:0.625em;position:absolute;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_1,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_1 {top:0; left:49px;line-height:20px; }
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_1,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_1 {top:0; right:82px;line-height:20px; }


div.div_idalgo_content_football_result_table_left_right_eighth_top_content_line_background_local_picture,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_content_line_background_local_picture {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left:30px;
}
div.div_idalgo_content_football_result_table_left_right_eighth_top_content_line_background_visitor_picture,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_content_line_background_visitor_picture {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left:50px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_content_line_background_local_picture,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_line_background_local_picture {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right:50px
}
div.div_idalgo_content_football_result_table_right_right_eighth_top_content_line_background_visitor_picture,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_line_background_visitor_picture {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right:30px;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_2,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_2 { top:0; left:64px;line-height:20px}
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_2 {top:0; right:64px;line-height:20px}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_title_line_title_3,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_title_line_title_3 {top:0; left:79px;line-height:20px}
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_title_line_title_3,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_title_line_title_3 {top:0; left:79px;line-height:20px}

div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_1,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_1{
    position: absolute;
    top: 0;
    left: 105px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_1,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_1{
    position: absolute;
    top: 0;
    right: 140px;
}

div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_2,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_2 {
    position: absolute;
    top: 0;
    left: 118px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_2,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_2 {
    position: absolute;
    top: 0;
    right: 125px;
}

/** Cas TAB 1/8e */
div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line_title_3,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line_title_3 {
    position: absolute;
    top: 0;
    left: 130px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line_title_3,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line_title_3 {
    position: absolute;
    top: 0;
    right: 102px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_content_scores,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_scores {position:absolute;right:100px;width:50px;top:23px;}

div.div_idalgo_content_football_result_table_left_right_eighth_bottom_content_scores,
div.div_idalgo_content_football_result_table_left_right_eighth_top_content_scores  {position:absolute;left:100px;width:50px;top:23px;}


a.a_idalgo_content_football_result_table_left_left_sixteen_top_1_content_scores,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_score  {
    position: relative;
    float: left;
    height: 100%;
    width: 20px;
    text-align: center;
    font-size:0.6875em;
}
a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_score {
    position: relative;
    float: ;
    height: 100%;
    width: 20px;
    text-align: center;
    font-size:0.6875em;
}

a.a_idalgo_content_football_result_table_left_right_eighth_top_content_scores,
a.a_idalgo_content_football_result_table_right_right_eighth_top_content_scores {
        position: relative;
    float: left;
    height: 100%;
    width: 15px;
    text-align: center;
    top: 5px;
    font-size:0.6875em;
}

a.a_idalgo_content_football_result_table_left_left_sixteen_top_1_content_line_name,
a.a_idalgo_content_football_result_table_left_left_sixteen_top_2_content_line_name,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_line_name,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_line_name {
    display: block;
    width: 20px;
    height: 21px;
    float: left;
    background-position:0 1px;
    background-repeat: no-repeat;
}

a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_line_name,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_2_content_line_name,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_line_name,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_line_name {
    display: block;
    width: 20px;
    height: 21px;
    float: right;
    text-align: left;
    background-position:0 1px;
    background-repeat: no-repeat;
}

a.a_idalgo_content_football_result_table_left_left_sixteen_top_1_content_line_name img,
a.a_idalgo_content_football_result_table_left_left_sixteen_top_2_content_line_name img,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_line_name img,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_line_name img ,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_line_name img,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_2_content_line_name img,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_line_name img,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_line_name img {
    display: block;
    width: 18px;
    height: 18px;
    margin-top:3px;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_line_name,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_line_name,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_line_name,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_line_name  {margin-left:4px;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_line_name,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_line_name,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_line_name,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_line_name  {margin-right:4px;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_line,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_line {text-align:left;width: 100%;height:21px;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_line,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_line {text-align:right;width: 100%;height:21px;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_scores  {float:right;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content {position:relative;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content {position:relative;}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_scores,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_scores,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_scores,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_scores {position:absolute;left:45px;width:55px;top:3px;}

div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_scores,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_scores {position:absolute;right:40px;width:55px;top:3px;}

div.div_idalgo_content_football_result_table_right_right_eighth_top_content_line_name,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_line_name {text-align:right;}

div.div_idalgo_content_football_result_table_left_right_eighth_top_content_line_name,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_content_line_name,
div.div_idalgo_content_football_result_table_right_right_eighth_top_content_line_name,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_line_name {font-size:0.6875em;}

div.div_idalgo_content_football_result_table_left_right_eighth_top, div.div_idalgo_content_football_result_table_right_right_eighth_top  {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -110px;
    width: 160px;
    height: 82px;
}
div.div_idalgo_content_football_result_table_left_right_eighth_bottom, div.div_idalgo_content_football_result_table_right_right_eighth_bottom {
    display: block;
    position: relative;
    top: 50%;
    margin-top: 70px;
    width: 160px;
    height: 82px;
}

div.div_idalgo_content_football_result_table_left_right_eighth_top_title_line,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_title_line,
div.div_idalgo_content_football_result_table_right_right_eighth_top_title_line,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_title_line {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

a.a_idalgo_content_football_result_table_left_left_sixteen_top_1_content_scores,
a.a_idalgo_content_football_result_table_left_left_sixteen_top_2_content_scores,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_scores,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_scores {
    position: relative;
    float: left;
    height: 100%;
    width: 15px;
    text-align: center;
    top: 0;
    font-size:0.6875em;
}

a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_2_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_scores {
    position: relative;
    float: left;
    height: 100%;
    width: 15px;
    text-align: center;
    top: 0;
    font-size:0.6875em;
}
a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_2_content_scores,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_scores {
    margin-left: 3px;
    font-size:0.6875em;
}

a.a_idalgo_content_football_result_table_left_left_sixteen_top_1_content_scores span,
a.a_idalgo_content_football_result_table_left_left_sixteen_top_2_content_scores span,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_scores span,
a.a_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_scores span,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_1_content_scores span,
a.a_idalgo_content_football_result_table_right_left_sixteen_top_2_content_scores span,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_scores span,
a.a_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_scores span {
    display: block;
    position: relative;
    height: 22px;
    width: 100%;
    margin: 0;
    right: 0;
    left: 0;
}


a.a_idalgo_content_football_result_table_left_right_eighth_top_content_scores,
a.a_idalgo_content_football_result_table_left_right_eighth_bottom_content_scores,
a.a_idalgo_content_football_result_table_right_right_eighth_top_content_scores,
a.a_idalgo_content_football_result_table_right_right_eighth_bottom_content_scores {
    position: relative;
    float: left;
    height: 100%;
    width: 15px;
    text-align: center;
    top: 0;
    font-size:0.6875em;
}

a.a_idalgo_content_football_result_table_left_right_eighth_top_content_scores span,
a.a_idalgo_content_football_result_table_left_right_eighth_bottom_content_scores span,
a.a_idalgo_content_football_result_table_right_right_eighth_top_content_scores span,
a.a_idalgo_content_football_result_table_right_right_eighth_bottom_content_scores span {
    display: block;
    position: relative;
    height: 23px;
    width: 100%;
    margin: 0;
    right: 0;
    left: 0;
}


div.div_idalgo_content_football_result_table_left_left_sixteen_top_2,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2 {
    margin-top: 37px;
}

div.div_idalgo_content_football_result_table_left_right {float:right;
    display: block;
    position: relative;
    height: 100%;
    width: 164px;
}
div.div_idalgo_content_football_result_table_right_right {float:left;
    display: block;
    position: relative;
    height: 100%;
    width: 164px;
}

div.div_idalgo_content_football_result_table_left_right_eighth_top_content_line_name,
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_content_line_name,
div.div_idalgo_content_football_result_table_right_right_eighth_top_content_line_name,
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_content_line_name {
    line-height: 2.2em;
    margin-left: 2px;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_bg {
    position: absolute;
    z-index: -1;
    width: 96px;
    height: 46px;
    background: #e4e2dd;
    top: -1px;
}
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_bg {
    position: absolute;
    z-index: -1;
    width: 96px;
    height: 46px;
    background: #e4e2dd;
    top: -1px;
    right:0;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_bg div.bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_bg div.bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_bg div.bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_bg div.bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_bg div.bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_bg div.bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_bg div.bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_bg div.bg {
    width: 94px;
    height: 44px;
    background: white;
    margin: 1px;
}

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_1_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_left_left_sixteen_bottom_2_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_1_content_bg div.separate_bg,
div.div_idalgo_content_football_result_table_right_left_sixteen_bottom_2_content_bg div.separate_bg {
    position: absolute;
    width: 95px;
    height: 1px;
    background: #e4e2dd;
    top: 50%;
    }

div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_sixteen_separate,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_sixteen_separate,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate   {
    display: block;
    position: absolute;
    width: 7px;
    height: 58px;
    top: 38px;
    right: 0;
}
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate   {left:0;}
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_sixteen_separate div,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_sixteen_separate div,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate div,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate div {position:absolute;}
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_sixteen_separate_top,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate_top,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_sixteen_separate_top,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate_top {width:100%;height:1px;background:#e4e2dd;top:0;left:0;}
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_sixteen_separate_side,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_sixteen_separate_side {width:1px;height:100%;background:#e4e2dd;top:0;right:0;}
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate_side,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate_side {width:1px;height:100%;background:#e4e2dd;top:0;left:0;}
div.div_idalgo_content_football_result_table_left_left_sixteen_top_1_sixteen_separate_bottom,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_1_sixteen_separate_bottom,
div.div_idalgo_content_football_result_table_left_left_sixteen_top_2_sixteen_separate_bottom,
div.div_idalgo_content_football_result_table_right_left_sixteen_top_2_sixteen_separate_bottom {width:100%;height:1px;background:#e4e2dd;bottom:0;left:0;}

div.div_idalgo_content_football_result_table_left_right_eighth_top_eightth_separate_top {
    height: 1px;
    background: #e4e2dd;
    position: absolute;
    left: -2px;
    top: 44px;
    width: 160px;
}

div.div_idalgo_content_football_result_table_left_right_eighth_top_eightth_separate_top_side {
    width: 1px;
    height: 30px;
    background: #e4e2dd;
    position: absolute;
    top: 44px;
    left: 158px;
    }

div.div_idalgo_content_football_result_table_left_right_eighth_top_eightth_separate_top_arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3c382f;
    position: absolute;
    top: 74px;
    left: 152px;
    }

div.div_idalgo_content_football_result_table_right_right_eighth_top_eightth_separate_top {
    height: 1px;
    background: #e4e2dd;
    position: absolute;
    right: -5px;
    top: 44px;
    width: 164px;
}

div.div_idalgo_content_football_result_table_right_right_eighth_top_eightth_separate_top_side {
    width: 1px;
    height: 30px;
    background: #e4e2dd;
    position: absolute;
    top: 44px;
    right: 158px;
    }
div.div_idalgo_content_football_result_table_right_right_eighth_top_eightth_separate_top_arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3c382f;
    position: absolute;
    right: 153px;
    top: 74px;
    }

div.div_idalgo_content_football_result_table_left_right_eighth_bottom_eightth_separate_bottom {
    height: 1px;
    background: #e4e2dd;
    position: absolute;
    left: -2px;
    top: 44px;
    width: 160px;
    }

div.div_idalgo_content_football_result_table_left_right_eighth_bottom_eightth_separate_bottom_side {
    width: 1px;
    height: 30px;
    background: #e4e2dd;
    position: absolute;
    bottom: 37px;
    left: 158px;
    }
div.div_idalgo_content_football_result_table_left_right_eighth_bottom_eightth_separate_bottom_arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3c382f;
    position: absolute;
    left: 152px;
    top: 9px;
    }

div.div_idalgo_content_football_result_table_right_right_eighth_bottom_eightth_separate_bottom {
    height: 1px;
    background: #e4e2dd;
    position: absolute;
    right: -5px;
    top: 44px;
    width: 164px;
    }

div.div_idalgo_content_football_result_table_right_right_eighth_bottom_eightth_separate_bottom_side {
    width: 1px;
    height: 30px;
    background: #e4e2dd;
    position: absolute;
    bottom: 37px;
    right: 158px;
    }
div.div_idalgo_content_football_result_table_right_right_eighth_bottom_eightth_separate_bottom_arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #3c382f;
    position: absolute;
    right: 153px;
    top: 9px;
    }
div.div_idalgo_content_football_result_table_main_middle_final_line_stadium {
    height: 43px;
    text-align: center;
    border-bottom: 1px solid black;
    margin: 0 0 10px 0;
    font-size: 0.6875em;
}

/* Module/Football/CSS/WidgetTeamCareer.css ***********************************************/

div.div_idalgo_widget_football_team_career {position:relative}

/** Corps du widget **/
div.div_idalgo_widget_football_team_career_content {position:relative;text-transform:uppercase;font-size:0.8em}
div.div_idalgo_widget_football_team_career_content_compet {position:relative;margin-top:25px}

/** Titre de la compet **/
div.div_idalgo_widget_football_team_career_content_compet_title:BEFORE {content:' ';position:absolute;display:block;height:2px;width:100%;top:7px;background-color:#840303;z-index:-1}
div.div_idalgo_widget_football_team_career_content_compet_title {margin:10px 0;font-weight:bold;text-align:center;color:#840303}
div.div_idalgo_widget_football_team_career_content_compet_title span {margin:0 10px;background-color: white;padding:0 15px}
div.div_idalgo_widget_football_team_career_content_compet_list_stat {border-bottom: 1px solid #e4e2dd;line-height:2em;margin:0 10px 10px 10px}
div.div_idalgo_widget_football_team_career_content_compet_list_stat_title {font-weight:bold}
div.div_idalgo_widget_football_team_career_content_compet_list_stat_title span.span_idalgo_widget_football_team_career_content_compet_list_stat_title_count {font-size:1.5em;margin-right:5px}

/* Module/Football/CSS/TeamSquad.css ******************************************************/

/** Panel Statistic **/
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_country { width:6%; }
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_name    { width:auto;text-align:left;overflow:hidden;}
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_played,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_time_averge,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_player_started,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_played_substitute,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_goal,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_assist,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_yellow,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_red,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_played  { width:40px;}
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_auto    { width:0; }
tr.tr_idalgo_content_team_squad_statistic span{display:block;margin:0 auto}

/* Module/Football/CSS/WidgetLive.css *****************************************************/

div.div_idalgo_content_football_widget_live{position:relative;}

div.div_idalgo_content_football_widget_live div.idalgo_title_format2{margin-bottom:20px}

/* Zone de contenue vide : pas de match */
div.div_idalgo_content_football_widget_live_no_match {line-height: 1.5em;margin-top: 4em;margin-bottom: 8em;width: 60%;font-size: 0.9em;color:#bbb6a8;text-align: center;margin-left:20%;}

/* Zone de menu - bouton et ouverture */
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu {position:absolute;top:-4px;right:5px;border:1px solid #fbfaf9;display:none;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_close {width: 30px;height: 30px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_open {right:0;display: block;z-index: 100;width: 100%;height:100%;background-color: #ffffff;}
div.div_idalgo_content_football_widget_live span.idalgo_drop_down_menu_button {position:absolute;display:block;width:20px;height:20px;border: none;margin:5px;cursor: pointer;background-color: #e4e2dd;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_open span.idalgo_drop_down_menu_button {right:5px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_close div.idalgo_drop_down_menu_content {display: none;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_open div.idalgo_drop_down_menu_content {display:block;background-color: #ffffff}

/* Zone de menu - liste des comp&eacute;titions */
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content {position: relative;top:32px;}

/* Zone de menu - liste des comp&eacute;titions - la l&eacute;gende */
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content div.idalgo_drop_down_menu_content_legend {position: absolute;top:-24px;left:45px;height: 20px}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content div.idalgo_drop_down_menu_content_legend span {display:inline-block;height:22px;line-height:22px;padding-right:40px;white-space: nowrap;text-transform: uppercase;font-size:0.75em;width: auto;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content div.idalgo_drop_down_menu_content_legend span.idalgo_drop_down_menu_content_legend_match {background-position: right -3105px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content div.idalgo_drop_down_menu_content_legend span.idalgo_drop_down_menu_content_legend_match_live {background-position: right -3074px;}

/* Zone de menu - liste des comp&eacute;titions - la liste */
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li {line-height: 32px;border-bottom:1px solid #fbfaf9;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li.li_filter_competition_selected,
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li.li_filter_competition_selected:hover {background-color:#fbfaf9;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li > a {position:relative;display: block;text-indent: 5px;cursor: pointer;font-size: 0.7em;text-transform: uppercase;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li > a > span {display: block;position:absolute;width: 20px;height:20px;line-height:20px;margin:0;padding:0;margin-right: 10px;color:#ffffff;font-size: 0.7em;font-weight: normal;text-indent: 0;text-align: center;top:6px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li > a > span.num_match {background-position: center -3105px;right:40px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li > a > span.num_match_live {background-position: center -3074px;right:10px;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li > a > span.num_match_live[num_match="0"] {display: none;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li:hover {background-color: #d66000;cursor: pointer;}
div.div_idalgo_content_football_widget_live div.idalgo_drop_down_menu_content ul > li:hover > a > span.num_match_live[num_match="0"] {color:#d66000;}

/* Zone de navigation */
div.div_idalgo_content_football_widget_live ul.ul_idalgo_nav_tab {height:31px;margin-top:5px;}
div.div_idalgo_content_football_widget_live ul.ul_idalgo_nav_tab li {width:25%;}
div.div_idalgo_content_football_widget_live ul.ul_idalgo_nav_tab li a {display:block;overflow:hidden;text-overflow:ellipsis;padding:0;white-space: nowrap;line-height:30px;text-transform: none;}
div.div_idalgo_content_football_widget_live ul.ul_idalgo_nav_tab li span.span_navtab_badge {background-position: center -3074px;background-image:url('//sports.lesoir.be/sport/cache/media/sprite_left.png');background-repeat:no-repeat;}

/* Zone de regroupement de match */
li.li_idalgo_content_football_widget_live_group {position:relative;}

/* Zone de regroupement de match - titre */
div.div_idalgo_content_football_widget_live_group_title{
    position:relative;
    display:block;
    font-size:0.6em;
    line-height:22px;
    height:22px;
    overflow: hidden;
    margin:0;
    color:#645f4f;
    border-bottom: 1px solid #e4e2dd;
    background-color: #fbfaf9;
    text-indent:25px
}
div.div_idalgo_content_football_widget_live_group_title img  {position:absolute;display:block;top:50%}
    img.img_idalgo_content_football_widget_live_group_title_logo{margin-top:-9px;width:18px;height:18px;left:4px}
    img.img_idalgo_content_football_widget_live_group_title_country{margin-top:-6px;width:16px;height:11px;left:5px}

/* Zone de regroupement de match - liste des matchs */
ul.ul_idalgo_content_football_widget_live_group {position:relative;display:block;max-height:360px;overflow:hidden;overflow-y:auto;}

/* Recup result.css **/
ul.ul_idalgo_content_football_result_date_list_match{position:relative;display:block;}
ul.ul_idalgo_content_football_result_date_list_match li+li{border-top:1px solid #e4e2dd;}
li.li_idalgo_content_football_result_match{
    position:relative;display:block;
}
div.div_idalgo_content_football_result_match{
    position:relative;display:block;
    height:2.727em;
    line-height:2.727em;
    font-size:0.6875em;
}

div.div_idalgo_content_football_result_match_penalty{
    height:5.818em;
}
div.div_idalgo_content_football_result_match_time{
    display:block;position:absolute;
    left:0;top:0;
    width:15%;
    height:100%;
    overflow:hidden;
    text-transform:uppercase;

}
.div_idalgo_content_football_result_match_penalty .div_idalgo_content_football_result_match_time{height:50%}

span.span_idalgo_content_football_result_match_time{
    margin-left:10px;
    transition:2s;
}
div.div_idalgo_content_football_result_match_localteam{
    display:block;position:absolute;
    left:15%;top:0;
    width:35%;
    height:100%;
    text-align:right;
    overflow:hidden;
}
a.a_idalgo_content_football_result_match_localteam{
    display:block;
    position:relative;
    height:100%;
    margin-left:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_football_result_match_localteam_background_picture{
    position:absolute;
    left:10px;top:6px;
    height:20px;width:20px;
}
div.div_idalgo_content_football_result_match_score{
    display:block;position:absolute;
    left:51%;top:0;
    width:13%;
    height:100%;
}
a.a_idalgo_content_football_result_match_score{
    display:block;
    height:100%;
    text-align:center;
    transition: 2s;
    font-size:1.182em;
}
a.a_idalgo_content_football_result_match_score_end{
    color:#840303;
}
a.a_idalgo_content_football_result_match_score span{
    transition: 2s;
    font-weight:bold;
    font-family:"Georgia",Times New Roman,Times,serif;
}
div.div_idalgo_content_football_result_match_visitorteam{
    display:block;position:absolute;
    left:65%;top:0;
    width:35%;
    height:100%;
    text-align:left;
}
a.a_idalgo_content_football_result_match_visitorteam{
    display:block;
    position:relative;
    height:100%;
    padding-right:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_football_result_match_visitorteam_background_picture{
    position:absolute;
    right:10px;top:6px;
    height:20px;width:20px;
}

/* Zone de regroupement de match - affichage du match */
div.div_idalgo_content_football_widget_live li.li_idalgo_content_football_result_match a.a_idalgo_content_football_result_match_link {position:absolute;display:block;left:0;top:0;width:100%;height:100%;cursor:pointer;}
div.div_idalgo_content_football_widget_live li.li_idalgo_content_football_result_match,
div.div_idalgo_content_football_widget_live div.div_idalgo_content_football_result_match {height:35px;line-height:35px}
div.div_idalgo_content_football_widget_live div.div_idalgo_content_football_result_match a:hover{text-decoration:none;}
div.div_idalgo_content_football_widget_live div.div_idalgo_content_football_result_match a.a_idalgo_content_football_result_match_localteam,
div.div_idalgo_content_football_widget_live div.div_idalgo_content_football_result_match a.a_idalgo_content_football_result_match_visitorteam {text-transform: none;}
div.div_idalgo_content_football_widget_live div.div_idalgo_content_football_result_match:hover{background-color:#d66000}
div.div_idalgo_content_football_widget_live .football_result_match_score_0 span {font-weight: normal;color:#e4e2dd;}
div.div_idalgo_content_football_widget_live .div_idalgo_content_football_result_match_time .span_idalgo_score_time {font-size: 0.9em;text-align: left;}
div.div_idalgo_content_football_widget_live .span_idalgo_content_football_result_match_comment {background-position: center -3131px;display: block;position: absolute;right:5px;}
    span.span_idalgo_content_football_result_match_localteam_goal{position:absolute;display:none;right:0;top:2px;line-height:1em}
    span.span_idalgo_content_football_result_match_visitorteam_goal{position:absolute;display:none;left:0;top:2px;line-height:1em}

div.div_idalgo_content_football_widget_live .div_idalgo_content_football_result_match_goal .span_idalgo_content_football_result_match_time_but {display: inline;text-indent: 5px;}
div.div_idalgo_content_football_widget_live .div_idalgo_content_football_result_match_goal {color:#4db103;background-color:#d66000;}

div.div_idalgo_content_football_widget_live a.a_idalgo_content_football_result_match_score{font-size:1em}
div.div_idalgo_content_football_widget_live div.div_idalgo_score_penalty_part{bottom:2px;font-size:0.85em;line-height:1em;height:1em;top:auto}
/* Zone de regroupement de match - affichage du match - Coloration des scores selon le statut*/
div.div_idalgo_content_football_widget_live a.football_result_match_score_11 > span{color:#840303}
div.div_idalgo_content_football_widget_live .football_result_match_score_0 span.span_idalgo_score_part_center,
div.div_idalgo_content_football_widget_live .football_result_match_score_live span.span_idalgo_score_time,
div.div_idalgo_content_football_widget_live .football_result_match_score_end span.span_idalgo_score_time{display: none;}
div.div_idalgo_content_football_widget_live .football_result_match_score_end   {color:#840303;}
div.div_idalgo_content_football_widget_live .football_result_match_score_live  {color:#4db103;}
div.div_idalgo_content_football_widget_live .football_result_match_score_4     {color:#ff6600;}
div.div_idalgo_content_football_widget_live .football_result_match_score_5,
div.div_idalgo_content_football_widget_live .football_result_match_score_6 {display: none}

div.div_idalgo_content_football_widget_live .football_result_match_score_12,
div.div_idalgo_content_football_widget_live .football_result_match_score_13,
div.div_idalgo_content_football_widget_live .football_result_match_score_14,
div.div_idalgo_content_football_widget_live .football_result_match_score_15,
div.div_idalgo_content_football_widget_live .football_result_match_score_16 {color:#ffcc00;}

div.div_idalgo_content_football_widget_live .idalgo_team_winner{font-weight:bold;font-size:1em}

/* Module/Football/CSS/TeamStatistic.css **************************************************/

div.div_idalgo_content_football_team_statistic {
    margin: 20px 0 10px 0;
}
div.idalgo_content_cell_result_stats {
    width:auto;
    margin:0 20px;
}
div.div_idalgo_content_football_team_statistic .idalgo_content_football_teamstatistic_column_left {
    width: 25%;
    float: left;
    color: #645f4f;
}
div.div_idalgo_content_football_team_statistic .idalgo_content_football_teamstatistic_column_right {
    width: 75%;
    margin-left: 25%;
    color: #645f4f;
    border-left:1px solid #e4e2dd;
    min-height:340px;
}
div.div_idalgo_content_football_team_statistic.referee .idalgo_content_football_teamstatistic_column_right {
    min-height:240px;
}
div.div_idalgo_content_football_team_statistic .idalgo_content_football_teamstatistic_column_left .idalgo_content_football_teamstatistic_cell_block {
    height: 90px
}
ul.ul_idalgo_content_football_teamstatistic_list {
    margin-left: 10px;
}
ul.ul_idalgo_content_football_teamstatistic_list li {
    position:relative;
    height:30px;
    font-size: 0.8125em;
    line-height:30px;
}
ul.ul_idalgo_content_football_teamstatistic_list li:hover {
    color:#003978;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage {
    color: #4db103;
}

ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_title {
    position:relative;
    width:auto;
    height:100%;
    margin-right:120px;
    line-height: 10px;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result {
    position:absolute;
    width:120px;
    height:100%;
    top:0;
    right:0;
    font-size:1.4em;
    line-height: 25px;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_1,
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_2,
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_3 {
    width:40px;
    height:100%;
    float:left;
    text-align: right;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_1 span,
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_2 span,
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_3 span{
    font-size:1em;
    line-height:30px;
}

ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_1 {
   font-size:1em;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_2,
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_result_3 {
   font-size:0.6875em;
   line-height:30px;
}

ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage div.idalgo_content_football_teamstatistic_cell_result_1 .idalgo_content_football_teamstatistic_cell_percent {margin-top:-5px;line-height:10px;font-size:0.46em;}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage div.idalgo_content_football_teamstatistic_cell_result_2,
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage div.idalgo_content_football_teamstatistic_cell_result_3  {line-height:30px;}

ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage div.idalgo_content_football_teamstatistic_cell_result_2 .idalgo_content_football_teamstatistic_cell_percent,
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_victoryaverage div.idalgo_content_football_teamstatistic_cell_result_3 .idalgo_content_football_teamstatistic_cell_percent  {margin-top:-5px;line-height:10px;font-size:0.625em;}

ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_icones span {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
}
span.idalgo_content_football_teamstatistic_cell_home {
    background-position:center -1305px;
    position:absolute;
    right:40px;
}
span.idalgo_content_football_teamstatistic_cell_away {
    background-position:center -1335px;
    position:absolute;
    right:0;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_blank {
    height:30px;
    line-height:30px;     
}
.idalgo_content_football_teamstatistic_cell_percent {
    display:block;
    margin:0 auto;
    clear:both;
    font-size:0.625em;
    line-height: 0;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_title span {
    display: block;
    width:auto;
    height:100%;
    line-height:30px;
    margin-right:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
}
ul.ul_idalgo_content_football_teamstatistic_list li div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    display: block;
    position:absolute;
    margin:0;
    right:0;
    top:9px;
    height:20px;
    width:20px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_goal div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -381px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_penaltyfor div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -1280px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_penaltyagainst div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -1280px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_goalagainst div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -381px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_red div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -444px;
}
ul.ul_idalgo_content_football_teamstatistic_list li.idalgo_content_football_teamstatistic_line_yellow div.idalgo_content_football_teamstatistic_cell_title span.idalgo_sprite {
    background-position:-16px -413px;
}
.idalgo_content_football_teamstatistic_column_left .idalgo_content_football_teamstatistic_cell_num_played {
    text-align:center;
    font-size: 3em;
    margin: 20px 0;
}
.idalgo_content_football_teamstatistic_column_left .idalgo_content_football_teamstatistic_cell_num_played_title {
    text-align: center;
    font-size: 0.8125em;
}

/* Module/Football/CSS/TeamCareer.css *****************************************************/

div.div_idalgo_content_football_team_career{position:relative;margin-bottom:30px}

/** Filtres **/
div.div_idalgo_team_career_filters{position:relative;margin-bottom:30px}
div.div_idalgo_team_career_filters_filter{position:relative;height:2em;line-height:2em;float:left;margin-right:20px;font-size:0.8em;cursor:pointer}

/** Cercle de l&eacute;gende **/
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_txt_legend {position:absolute;height:30px;width:30px;top:-1px;right:20px}
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_txt_legend span,
div.div_idalgo_team_career_diagram_graph_inner_stat_color span {
    position:absolute;
    top:9px;left:10px;
    height:10px;width:10px;
    border-radius:50%;
}

/** Couleur de la l&eacute;gende **/
span.span_idalgo_team_career_legend_color_15{background-color:deepskyblue}
span.span_idalgo_team_career_legend_color_13{background-color:lightgreen}
span.span_idalgo_team_career_legend_color_238{background-color:orange}
span.span_idalgo_team_career_legend_color_19,
span.span_idalgo_team_career_legend_color_24,
span.span_idalgo_team_career_legend_color_25,
span.span_idalgo_team_career_legend_color_26,
span.span_idalgo_team_career_legend_color_27,
span.span_idalgo_team_career_legend_color_28{background-color:tomato}
span.span_idalgo_team_career_legend_color_135,
span.span_idalgo_team_career_legend_color_193,
span.span_idalgo_team_career_legend_color_182{background-color:#0E233A}
span.span_idalgo_team_career_legend_color_226{background-color:violet}

div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_txt {position:relative;padding-right:40px;text-align:center}
div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_name {
    position:relative;
    display: block;
    height:2em;
    white-space:nowrap;
    border-bottom: 1px solid #e4e2dd;
    text-transform:uppercase;
    padding: 0 10px;
}
div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_count {
    position:absolute;
    right:0;top:0;
    padding-left:10px;
    display:block;
    width:30px;height:2em;
    border-bottom: 1px solid #e4e2dd;
}

/** Navigation **/

    span.span_idalgo_team_career_diagram_previous {position:absolute;display:block;width:30px;height:30px;top:15px;cursor:pointer;left:0;z-index:1}
    span.span_idalgo_team_career_diagram_next {position:absolute;display:block;width:30px;height:30px;top:15px;cursor:pointer;right:0;z-index:1}

/** Lignes de l&eacute;gende **/
div.div_idalgo_team_career_diagram_line_head{position:absolute;top:88px;height:1px;width:100%;background-color:#ffffff}
div.div_idalgo_team_career_diagram_line_tail{position:absolute;top:252px;height:1px;width:100%;background-color:#ffffff}

/** Diagramme **/
div.div_idalgo_team_career_diagram{position:relative}
div.div_idalgo_team_career_diagram_graph{height:325px;margin:0 50px;overflow:hidden;position:relative;display:block}
div.div_idalgo_team_career_diagram_graph_inner{margin-top:10px;position:absolute;}
div.div_idalgo_team_career_diagram_graph_inner_stat{position:relative;float:left;font-size:0.8em;width:18px}
div.div_idalgo_team_career_hide{opacity:0.2}
div.div_idalgo_team_career_diagram_graph_inner_stat_color span {height:8px;width:8px;left:5px;}
div.div_idalgo_team_career_diagram_graph_inner_stat_date{height:30px;width:20px}
div.div_idalgo_team_career_diagram_graph_inner_stat_date span {
    display:block;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
               filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size:0.7em;
}

div.div_idalgo_team_career_diagram_graph_inner_stat_color {position:relative;width:18px;height:30px;}
/** Colonne du diagramme **/
div.div_idalgo_team_career_diagram_graph_inner_stat_column{position:relative;height:200px;padding-bottom:50px;background-color:#fbfaf9}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner{position:absolute;bottom:0;width:18px;padding-bottom:50px;
            height: 0;
            overflow-y: hidden;
            -webkit-transition: height 2s ease-in-out;
            -moz-transition: height 2s ease-in-out;
            -o-transition: height 2s ease-in-out;
            transition: height 2s ease-in-out;}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner_head{position:absolute;top:0;width:18px;height:18px;line-height:18px;color:#ffffff;text-align:center;font-size:0.6em}
div.div_team_career_diagram_column_head_green{background-color:darkgreen}

/** Animation css **/
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_not_qualified,
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_removed,
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_forfait,
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_exclus{height: 18px;background-color:#003978}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_first_tour{height: 36px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_second_tour{height: 54px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_eighth{height: 72px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_quarter{height: 88px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_demi,
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_third{height: 164px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_fourth{height: 146px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_finalist{height: 182px;background-color:#4db103}
div.div_idalgo_team_career_diagram_graph_inner_stat_column_inner.txt_diagram_winner{height: 200px;background-color:gold}

/* Module/Pattern/CSS/WidgetResult.css ****************************************************/

div.div_idalgo_widget_result{position:relative;}
div.div_idalgo_widget_result_content{position:relative;}
ul.ul_idalgo_widget_result_tab{position:relative;list-style:none;padding:0}
ul.ul_idalgo_widget_result_tab li.idalgo_fade{
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}
li.li_idalgo_widget_result_tab{position:relative;}
ul.ul_idalgo_widget_result_tab_date{position:relative;list-style:none;padding:0}
li.li_idalgo_widget_result_tab_date{position:relative;display:block;margin-bottom:10px;}
div.div_idalgo_widget_result_tab_nav{position:relative;text-align:center;font-size:0.75em;margin-bottom:1em;}
div.div_idalgo_widget_result_tab_nav ul li a{padding: 0 3em;word-wrap:normal}
div.div_idalgo_widget_result_tab_date_title{
    position:relative;display:block;
    text-align:left;
    text-indent:5px;
    font-size:0.6875em;
    line-height:1.5em;
    color:#3c382f;
}
ul.ul_idalgo_widget_result_tab_date_match{list-style:none;padding:0}
ul.ul_idalgo_widget_result_tab_date_match li:nth-child(even){background-color: #ffffff;}
ul.ul_idalgo_widget_result_tab_date_match li:nth-child(odd){background-color: #fbfaf9;border-bottom:1px solid #e4e2dd;}

ul.ul_idalgo_widget_result_tab_date_match div.div_idalgo_content_result_match {
    height:2.25em;
    line-height:2.25em;
}

ul.ul_idalgo_widget_result_tab_date_match div.div_idalgo_content_result_match_penalty {
    height:3.6em;
    line-height:3.6em
}

div.div_idalgo_widget_result a.a_idalgo_content_result_match_score{
    position:relative;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
div.div_idalgo_widget_result a.a_idalgo_content_result_match_score_live span{
    color:#4db103;
}
div.div_idalgo_widget_result a.a_idalgo_content_result_match_score_stop span{
    color:#ff6600;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time_stop span{
    color:#ff6600;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time_live span{
    color:#4db103;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time{
    font-weight:bold;font-size:1.182em;color:#bbb6a8;direction:ltr;text-align:center}

div.div_idalgo_widget_result a.a_idalgo_content_result_match_score span{
    font-weight:bold;
}
div.div_idalgo_widget_result .a_idalgo_content_result_match_score .div_idalgo_score_penalty_part{
    font-size:0.8em;}

div.div_idalgo_widget_result div.div_idalgo_content_result_match_visitorteam{
    vertical-align:top;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam{
    position:absolute;
    left:0px;
    top:50%;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{
    position:absolute;
    top:0;
    padding:1px;
    border:none;
}
div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam{
    left:0px;
}
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{
    right:3px;
}
div.div_idalgo_widget_result a.idalgo_team_winner{
    font-size:1em;font-weight:bold;
}

div.div_idalgo_content_result_match{
    position:relative;display:block;
    height:2.727em;
    line-height:2.727em;
    font-size:0.6875em;
}
div.div_idalgo_content_result_match_penalty{
    height:5.818em;
}
div.div_idalgo_content_result_match_time{
    display:block;position:absolute;
    left:0;top:0;
    width:15%;
    height:100%;
    overflow:hidden;
    text-transform:uppercase;

}
/*.div_idalgo_content_result_match_penalty .div_idalgo_content_result_match_time{height:50%}*/

span.span_idalgo_content_result_match_time{transition:2s}

div.div_idalgo_content_result_match_localteam{
    display:block;position:absolute;
    left:15%;top:0;
    width:34%;
    height:100%;
    text-align:right;
    overflow:hidden;
}
a.a_idalgo_content_result_match_localteam{
    display:block;
    position:relative;
    height:100%;width:auto;
    margin-left:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_result_match_localteam_background_picture{
    position:absolute;
    left:10px;top:6px;
    height:20px;width:20px;
}
div.div_idalgo_content_result_match_score{
    display:block;position:absolute;
    left:51%;top:0;
    width:13%;
    height:100%;
}
a.a_idalgo_content_result_match_score{
    display:block;
    height:100%;
    text-align:center;
    transition: 2s;
    font-size:1.182em;
}
div.div_idalgo_content_result_match_score a.a_idalgo_content_result_match_score_end{
    color:#840303;
}
a.a_idalgo_content_result_match_score span{
    font-weight:bold;
    font-family:"Georgia",Times New Roman,Times,serif}
div.div_idalgo_content_result_match[data-status="0"] span.span_idalgo_score_part_center{display:none}
div.div_idalgo_match_final span.span_idalgo_background_score_head_to_head {display:none}
div.div_idalgo_match_final[data-status="0"] span.span_idalgo_background_score_head_to_head {display:block}
div.div_idalgo_content_result_match_visitorteam{
    display:block;position:absolute;
    left:66%;top:0;
    width:34%;
    height:100%;
    text-align:left;
}
a.a_idalgo_content_result_match_visitorteam{
    display:block;
    position:relative;
    height:100%;width:auto;
    padding-right:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_result_match_visitorteam_background_picture{
    position:absolute;
    right:10px;top:6px;
    height:20px;width:20px;
}


div.div_idalgo_match_final{position:relative;border:1px solid #e4e2dd;margin:5px;}
    div.div_idalgo_match_final >div:nth-child(odd){background-color:#fbfaf9;}
    div.div_idalgo_match_final > div+div{border-top:1px solid #e4e2dd;}
    div.div_idalgo_match_final_stadium{position:relative;height:1em;text-align:center;}
        div.div_idalgo_match_final_stadium span{font-size:0.6875em;}
    div.div_idalgo_match_final_date{position:relative;height:1em;text-align:center;}
    div.div_idalgo_match_final_date span{font-size:0.6875em;color:#bbb6a8;}
    div.div_idalgo_match_final_match{position:relative;height:90px;}
    div.div_idalgo_match_final_match_local, div.div_idalgo_match_final_match_score, div.div_idalgo_match_final_match_visitor{position:absolute;width:33%;height:100%;}
        div.div_idalgo_match_final_match_local{left:0;}
        div.div_idalgo_match_final_match_score{left:34%;}
            a.a_idalgo_match_final_match_score{position:absolute;display:block;bottom:0;width:100%;height:60px;font-size:2.5em;text-align:center;color:#bbb6a8;}
            div.div_idalgo_score_penalty_part span{line-height:1.35em}
                a.a_idalgo_match_final_match_score span.span_idalgo_score_part_left{margin-left:5px}
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part{position:absolute;top:auto;bottom:0;height:1em;font-size:0.25em;overflow:hidden;left:0;}
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part span{
                    display:block;
                    width:1em;
                    background-color:#ffffff;
                    border:1px solid #e4e2dd;
                    border-bottom-color:transparent;
                    text-align:center;
                }
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part .span_idalgo_score_part_center{display:none;}
            div.div_idalgo_widget_result div.div_idalgo_score_penalty_part{top:2.2em}
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part{height:1.35em}
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part span,
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part .span_idalgo_score_part_center{
            position:relative;display:inline;right:unset;left:unset;background-color:transparent;border-style:none}

        div.div_idalgo_match_final_match_visitor{right:0;}
        span.span_idalgo_match_final_match_local,
        span.span_idalgo_match_final_match_visitor{
            display:block;
            width:100%;
            height:2.8em;line-height:2.8em;
            overflow:hidden;
            font-weight:bold;
            text-transform:uppercase;
            text-align:center;
            text-overflow:ellipsis;
            white-space:nowrap;
            font-size:0.7em;
        }
        div.div_idalgo_match_final_match_local_logo, div.div_idalgo_match_final_match_visitor_logo{
            position:relative;
            width:50px;height:50px;
            background-position:center 0;
            backougrnd-repeat:no-repeat;
            overflow:hidden;
            margin:0 auto;
        }
        div.div_idalgo_match_final_time{position:relative;height:1em;text-align:center;}
            div.div_idalgo_match_final_time span{font-size:0.6875em;}

div.div_idalgo_match_final_stop .a_idalgo_match_final_match_score{color:#ff6600;}
div.div_idalgo_match_final_live .a_idalgo_match_final_match_score{color:#4db103;}
div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_local{background-color:#ffffff;border-right:1px solid #e4e2dd;}
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_visitor{background-color:#ffffff;border-left:1px solid #e4e2dd;}

div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_visitor,
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_local{color:#bbb6a8;}

div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_visitor_logo,
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_local_logo{background-position:center -50px;}

div.div_idalgo_match_final_local_win a.a_idalgo_content_result_match_localteam,
div.div_idalgo_match_final_visitor_win a.a_idalgo_content_result_match_visitorteam {font-weight: bold}

ul.ul_idalgo_widget_result_tab_date_match a.a_idalgo_content_result_match_localteam,
ul.ul_idalgo_widget_result_tab_date_match a.a_idalgo_content_result_match_visitorteam{
    text-transform:none;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{top:2px;}

/* D&eacute;sactivation du logos des &eacute;quipes */
div.div_idalgo_widget_result a.a_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result a.a_idalgo_content_result_match_visitorteam{
    margin:0;
    padding:0
}
a.a_idalgo_content_result_match_localteam_logo,
a.a_idalgo_content_result_match_visitorteam_logo{
    display:none
}

/* CUSTOM GROUPS */
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group{
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li:first-child{
    margin-left:0
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li{
    display:flex;
    float:none;
    margin-left:5px;
    margin-bottom:5px;
    justify-content:space-around;
    width:fit-content !important
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a{
    padding:2px 10px;
    border-radius:4px
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a:hover{
    border-bottom-color:#e4e2dd
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a.a_idalgo_active{
    background-color:#003978;
    color:#ffffff;
    border-color:#003978
}

/* Module/Football/CSS/WidgetResult.css ***************************************************/

div.div_idalgo_football_widget_result{position:relative}

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


div.div_idalgo_widget_standing div.div_idalgo_content_standing_line{margin-right:210px;}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_position{left:0;width:20px;color:#bbb6a8}
    div.div_idalgo_widget_standing div.div_idalgo_content_standing_pos{left:20px;width:10px;}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_logo{left:30px;width:20px}
            div.div_idalgo_widget_standing img.img_idalgo_content_standing_logo{
                width:15px;height:15px;
                top:50%;margin-top:-8px;
                left:50%;margin-left: -8px;
            }
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{left:50px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_points,
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_percent{left:50px;width:40px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_played{left:90px;width:25px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_form{left:115px;width:75px;margin-left:100%}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line span.span_idalgo_content_standing_next_global{display:none}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line span.span_idalgo_content_standing_last_global{display:block;left:190px;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_line_selected span.span_idalgo_content_standing_last{background-position: center -2674px}

div.div_idalgo_widget_standing  span.span_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic {
    top:4px;
    padding:3px;
}

div.div_idalgo_widget_standing ul.ul_idalgo_content_standing_form_detail{margin-top:12px;right:0}

div.div_idalgo_widget_standing div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name
    span.button_idalgo_status_draw{margin-left:5px;padding:0 2px}

div.div_idalgo_widget_standing div.div_idalgo_content_standing_form_detail {
    width: 100%;
}

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

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

div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference ul.ul_idalgo_nav{
    display:block;margin-bottom:20px;list-style:none;padding:0}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference li.li_idalgo_left{
    width:50%}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference li.li_idalgo_left a{
    font-size:0.75em}

/* CUSTOM GROUPS */
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group{
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li:first-child{
    margin-left:0
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li{
    display:flex;
    float:none;
    margin-left:5px;
    margin-bottom:5px;
    justify-content:space-around;
    width:fit-content !important
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a{
    display:flex;
    align-items:center;
    padding:2px 10px;
    border-radius:4px
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a:hover{
    border-bottom-color:#e4e2dd
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a.a_idalgo_active{
    background-color:#003978;
    color:#ffffff;
    border-color:#003978
}

/* Module/Pattern/CSS/MatchInformation.css ************************************************/
div.div_idalgo_content_match_information{position:relative}
div.div_idalgo_content_match_information_content{position:relative}

div.div_idalgo_content_match_information_content_referee,
div.div_idalgo_content_match_information_content_stadium{position:relative;display:block;height:2.5em;line-height:2.5em;border-top:1px solid #e4e2dd;color:#645f4f}

    div.div_idalgo_content_match_information_content_referee_title,
    div.div_idalgo_content_match_information_content_stadium_title{
        position:absolute;
        top:0;left:0;
        width:25%;
        height:2.5em;line-height:2.5em;
        text-indent:25px;
    }
    div.div_idalgo_content_match_information_content_referee_title span,
    div.div_idalgo_content_match_information_content_stadium_title span{font-size:0.875em}

    div.div_idalgo_content_match_information_content_referee_person,
    div.div_idalgo_content_match_information_content_stadium_name{
        position:relative;
        height:100%;overflow:hidden;
        margin-left:25%;
        text-indent:25px;
    }
    img.img_idalgo_content_match_information_content_referee_person_country,
    img.img_idalgo_content_match_information_content_stadium_name_country{
        position:absolute;display:block;
        width:16px;height:11px;
        left:0;top:50%;
        margin-top:-6px;
    }
    div.div_idalgo_content_match_information_content_referee_person span,
    div.div_idalgo_content_match_information_content_stadium_name span{font-size:0.875em;color:#3c382f}

div.div_idalgo_content_match_information_content_referee_resource{
    position:absolute;
    height:5em;width:18%;
    top:1px;right:0;
    z-index:1;
    background-color:#ffffff;
}
    img.img_idalgo_content_match_information_content_referee_resource{
        position:absolute;display:block;
        width:50px;height:70px;
        left:15px;top:50%;
        margin-top:-35px;
    }


div.div_idalgo_content_match_information_content_audience{position:relative;display:block;height:3.5em;line-height:3.5em;margin-bottom:60px;border-top:1px solid #e4e2dd;color:#645f4f}

    div.div_idalgo_content_match_information_content_audience_txt{
        position:absolute;
        top:0;left:0;
        width:auto;
        height:3.5em;line-height:3.5em;
        text-indent:25px;
    }
    div.div_idalgo_content_match_information_content_audience_txt span{font-size:0.875em}

    div.div_idalgo_content_match_information_content_audience_count{
        position:absolute;
        top:0;right:0;
        width:auto;
        height:3.5em;line-height:3.5em;
        text-indent:20px;
    }
    div.div_idalgo_content_match_information_content_audience_count span{font-size:0.875em;font-weight:bold}

    div.div_idalgo_content_match_information_content_audience_bar{
        position:absolute;
        top:0;height:100%;
        left:25%;right:18%;
    }

    div.div_idalgo_content_match_information_content_audience_bar_bar,
    div.div_idalgo_content_match_information_content_audience_bar_bar_empty{
        position:absolute;display:block;
        height:7px;width:100%;
        background-color:#003978;
        left:0;top:50%;margin-top:-3px;
        background-color:#fbfaf9;
    }
    div.div_idalgo_content_match_information_content_audience_bar_bar{background-color:#003978}

    span.span_idalgo_content_match_information_content_audience_bar_bar_percentage{color:#003978;font-size:0.875em}
    span.span_idalgo_content_match_information_content_audience_bar_percentage{
        position:absolute;display:block;
        top:50%;
        margin-left:-18px;
        margin-top:-24px;
        width:36px;height:1em;
        line-height:1em;
        font-size:0.875em;
        text-align:center;
        font-weight:bold;
        color:#003978;
    }
    span.span_idalgo_content_match_information_content_audience_bar_audience{
        position:absolute;display:block;
        top:50%;
        margin-left:-35px;
        margin-top:12px;
        height:2.5em;line-height:2.5em;
        width:70px;
        background-color:#003978;
        color:#ffffff;
        border-radius:3px;
        text-align:center;
        font-weight:bold;
        font-size:0.875em;
    }
    span.span_idalgo_content_match_information_content_audience_bar_audience:after{
        position:absolute;display:block;
        content:'';
        top:-3px;
        left:50%;margin-left:-4px;
        width: 0;height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #003978;

    }

/* Module/Pattern/CSS/MenuSub.css *********************************************************/

/* TYPE DE SOUS-MENU PRINCIPAL (FOOT - FICHE DE MATCH - FICHE EQUIPE [RTBF] - FICHE JOUEUR [RTBF]) */
button.button_idalgo_menu,
button.button_idalgo_menu_sub{
    display:none
}
div.div_idalgo_menu_sub{
    position:relative;
    height:42px;
    border-bottom:1px solid #e4e2dd;
    margin-top:24px;
    margin-bottom:20px;
}
div.div_idalgo_menu_sub .nav_idalgo_menu_sub{
    position:relative;
    height:42px;
    background-image:none;
    border:none;
    list-style-type:none;
}
div.div_idalgo_menu_sub .ul_idalgo_menu_sub{
    position:relative;
    height:42px;
    width:89%;
    margin-left:5%;
    list-style:none;
    padding:0
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub{
    position:relative;
    height:42px;
    width:50%;
    *width:49%;
    text-align:center;
    padding:0;
    float:left;
    background-color:#ffffff;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub .a_idalgo_menu_sub{
    display:block;
    width:auto;
    margin-left:-1px;
    text-shadow:none;
    font-weight:bold;
    font-size:1em;
    line-height:42px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#e4e2dd;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub .a_idalgo_menu_sub{
    color:#645f4f;
    background-color:#fbfaf9;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub_selected .a_idalgo_menu_sub{
    color:#003978;
    background-color:#ffffff;
}

/* Module/Pattern/CSS/MatchAction.css *****************************************************/

div.div_idalgo_content_match_action_part{position:relative;display:block}
    div.div_idalgo_content_match_action_part_title{
        position:relative;display:block;
        border-radius:2px;
        border:1px solid #e4e2dd;
        background-color:#fbfaf9;
        height:1.375em;
        line-height:1.375em;
        margin:0.625em 0;
    }
    span.span_idalgo_content_match_action_part_title{
        position:relative;
        padding-left:10px;
        font-weight:bold;
        font-size: 0.6875em;
        color:#3c382f;
    }
    bdo.bdo_idalgo_content_match_action_part_title_score{
        position:absolute;display:block;
        width:50px;height:100%;
        top:0;left:50%;
        margin-left:-25px;
        font-size: 0.6875em;
        color:#3c382f;
        text-align:center;
    }

    ul.ul_idalgo_content_match_action_part_penalty{position:relative;display:block;padding:0 5px}
        li.li_idalgo_content_match_action_part_penalty{position:relative;display:block;height:1.5em}
        li.li_idalgo_content_match_action_part_penalty + li.li_idalgo_content_match_action_part_penalty{border-top:1px solid #e4e2dd}
            div.div_idalgo_content_match_action_part_penalty_local{position:absolute;display:block;left:0;top:0;width:50%;height:100%}
                div.div_idalgo_content_match_action_part_penalty_local_player{position:absolute;display:block;width:70%;height:100%;left:0;top:0;line-height:1.5em;}
                    bdo.bdo_idalgo_content_match_action_part_penalty_local_player{float:left;color:#645f4f;font-size:0.75em}
                    a.a_idalgo_content_match_action_part_penalty_local_player{float:left;margin-left:5px;color:#3c382f;font-size:0.875em;font-weight:bold}
                span.span_idalgo_content_match_action_part_penalty_local_logo{position:absolute;right:20px;top:0;width:20px;height:20px;}
            div.div_idalgo_content_match_action_part_penalty_visitor{position:absolute;display:block;left:50%;top:0;width:50%;height:100%}
                div.div_idalgo_content_match_action_part_penalty_visitor_player{position:absolute;display:block;width:70%;height:100%;right:0;top:0;line-height:1.5em;}
                    bdo.bdo_idalgo_content_match_action_part_penalty_visitor_player{float:right;color:#645f4f;font-size:0.75em}
                    a.a_idalgo_content_match_action_part_penalty_visitor_player{float:right;margin-right:5px;color:#3c382f;font-size:0.875em;font-weight:bold}
                span.span_idalgo_content_match_action_part_penalty_visitor_logo{position:absolute;left:20px;top:0;width:20px;height:20px;}

    ul.ul_idalgo_content_match_action_part{position:relative;display:block;padding:0 5px}
        li.li_idalgo_content_match_action_part{position:relative;display:block;height:2.5em;line-height:2.5em}
        li.li_idalgo_content_match_action_part + li.li_idalgo_content_match_action_part{border-top:1px solid #e4e2dd}
            span.span_idalgo_content_match_action_part_minute{
                position:absolute;display:block;
                width:50px;height:100%;
                top:0;left:50%;
                margin-left:-25px;
                color:#645f4f;
                font-size:0.75em;
                font-weight:bold;
                text-align:center;
                direction:ltr
            }
            .div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_minute{
                text-align:right;
            }
            .div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_minute{
                text-align:left;
            }
            span.span_idalgo_content_match_action_part_logo{position:absolute;display:block;top:50%;margin-top:-15px}
                .div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_logo{right:5px;}
                .li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_logo{left:50%;margin-left:-50px;}
                .div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_logo{left:5px;}
                .li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_logo{left:50%;margin-left:25px;}
            div.div_idalgo_content_match_action_part_player{position:absolute;display:block;top:0;height:50%;line-height:1.25em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
            div.div_idalgo_content_match_action_part_player.div_idalgo_content_match_action_nodetail{height:100%;line-height:2.50em}
                .div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player,
                .li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player{left:5px}
                .div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player,
                .li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player{right:5px}

                a.a_idalgo_content_match_action_part_player{color:#3c382f;font-size:0.875em;font-weight:bold}
                bdo.bdo_idalgo_content_match_action_part_player{color:#645f4f;font-size:0.75em}
                .div_idalgo_content_match_action_part_local,
                .li_idalgo_content_match_action_part_local,
                .li_idalgo_content_match_action_part_local{text-align:left}
                .li_idalgo_content_match_action_part_local bdo.bdo_idalgo_content_match_action_part_player{margin-left:5px}
                .div_idalgo_content_match_action_part_visitor,
                .li_idalgo_content_match_action_part_visitor,
                .li_idalgo_content_match_action_part_visitor{text-align:right}
                .li_idalgo_content_match_action_part_visitor bdo.bdo_idalgo_content_match_action_part_player{margin-right:5px}

            div.div_idalgo_content_match_action_part_detail{position:absolute;display:block;top:50%;height:50%;line-height:1.25em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#bbb6a8}
                .div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail,
                .li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{left:5px;text-align:left}
                .div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail,
                .li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{right:5px;text-align:right}

                a.a_idalgo_content_match_action_part_detail{color:#bbb6a8;font-size:0.875em}
                span.span_idalgo_content_match_action_part_detail{color:#bbb6a8;font-size:0.6875em}
                    .div_idalgo_content_match_action_part_local a.a_idalgo_content_match_action_part_detail,
                    .div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_local a.a_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail{display:inline}

                    .div_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_detail,
                    .div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail{display:inline}

                    .div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail{margin-right:5px}
                    .div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail,
                    .li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail{margin-right:5px}

    div.div_idalgo_content_match_action_start_match{
        position:relative;display:block;
        height:2em;line-height:2em;
        text-align:center;
        border-top:1px solid #e4e2dd;
        border-bottom:1px solid #e4e2dd
    }
    span.span_idalgo_content_match_action_start_match{color:#bbb6a8;font-size:0.75em;text-transform:uppercase;}

/* Mode timeline */
.li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player,
.li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{right:50%;margin-right:50px}
.li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player,
.li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{left:50%;margin-left:55px}
/* Elements par type */
li.li_idalgo_content_match_action_part div.div_idalgo_content_match_action_part {
    display:block;
    position:absolute;
    height:2.5em;
    width:50%;
}

li.li_idalgo_content_match_action_part div.div_idalgo_content_match_action_part_local {
    left:0;
}
li.li_idalgo_content_match_action_part div.div_idalgo_content_match_action_part_visitor {
    right:0;
}

.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{right:83px}
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{left:83px}

div.div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_minute {
    right:33px;
    left:auto;
    margin:0;
}
div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_minute {
    left:33px;
    right:auto;
    margin:0;
}

span.span_idalgo_content_match_action_part_score{display:none}

/* Bouton de changement */
div.div_idalgo_content_match_action_type{
    width:53px;
    height:29px;
    background-position:center -2264px;
    cursor:pointer;
}
div.div_idalgo_content_match_action_timeline {
    width:53px;
    height:29px;
    background-position:center -2232px;
    cursor:pointer;
}

/* Module/Football/CSS/MatchAction.css ****************************************************/
div.div_idalgo_content_football_match_action{position:relative}

    .idalgo_content_football_action_logo_goal{background-position:center -372px;}
    .idalgo_content_football_action_logo_penalty_in{background-position:center -682px;}
    .idalgo_content_football_action_logo_penalty_out{background-position:center -713px;}
    .idalgo_content_football_action_logo_yellow{background-position:center -403px;}
    .idalgo_content_football_action_logo_yellowred{background-position:center -465px;}
    .idalgo_content_football_action_logo_red{background-position:center -434px;}
    .idalgo_content_football_action_logo_nogoal{background-position:center -1395px;}
    .idalgo_content_football_action_logo_substitute{background-position:center -496px;}
    .idalgo_content_football_action_logo_substitute_local{background-position:center -496px;}
    .idalgo_content_football_action_logo_substitute_visitor{background-position:center -527px;}


/* Popup */
div.div_idalgo_content_match_action{position:relative;margin-bottom:1em}
div.div_idalgo_content_match_action.idalgo_tabbable{display:none;}
div.div_idalgo_content_match_action.idalgo_tabbable.idalgo_tab_active{display:block;}

/* Module/Football/CSS/MatchSquadSVG.css **************************************************/
div.div_idalgo_content_match_squad_svg_content{position:relative;width:100%;height:840px}
div.div_idalgo_content_match_squad_svg_content_main{position:relative;width:100%;height:799px}

/** NAV **/
div.div_idalgo_content_match_squad_svg_content ul.ul_idalgo_nav_tab > li > a{
    height:3em;
    line-height:3em;
}

div.div_idalgo_content_match_squad_svg_content li.li_idalgo_left{
    width:50%;margin-right:0
}

/** PAS DE COMPOS **/
div.div_idalgo_content_match_squad_svg_no_data {
    position:relative;display:block;
    width:auto;max-width:380px;margin:20px auto;
}

div.div_idalgo_content_match_squad_svg_no_data img {
    position:relative;display:block;
    width:100%;
}

div.div_idalgo_content_match_squad_svg_opacity {
    position:absolute;display:block;
    top:0;width:100%;height:100%;
    background-color:#3c382f;
    opacity: 0.4;
}

div.div_idalgo_content_match_squad_svg_no_data_txt {
    position:absolute;display:block;
    width:275px;
    top: 162px;
    left:52px;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
    line-height:22px;
}

div.idalgo_match_squad_player.idalgo_match_squad_fade{
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

div.idalgo_match_squad_player.idalgo_match_squad_fade.idalgo_match_squad_tab_fade_in{opacity:1;}

/* Module/Football/CSS/MatchPreview.css ***************************************************/

div.div_idalgo_content_football_match_preview{position:relative;}
div.div_idalgo_content_football_match_preview_content{position:relative;}

/** CLASSEMENT **/
div.div_idalgo_content_football_match_preview_content_standing{position:relative;}
div.div_idalgo_content_football_match_preview_content_standing_line{position:relative;height:107px;}
div.div_idalgo_content_football_match_preview_content_standing_line_box{
    position:absolute;
    width:35%;height:70px;
    padding:0 20px;
    line-height:70px;
    background-color:#fbfaf9;
    border-radius:3px;
}
    span.span_idalgo_content_football_match_preview_content_standing_line_box_points{font-size:1em;color:#645f4f;}
    span.span_idalgo_content_football_match_preview_content_standing_line_box_position{font-size:2em;color:#3c382f;}

    div.div_idalgo_content_football_match_preview_content_standing_line_box_top{top:0;}
    div.div_idalgo_content_football_match_preview_content_standing_line_box_bottom{bottom:0;}
    div.div_idalgo_content_football_match_preview_content_standing_line_box_local{left:0;}
        div.div_idalgo_content_football_match_preview_content_standing_line_box_local span.span_idalgo_content_football_match_preview_content_standing_line_box_points{float:left;}
        div.div_idalgo_content_football_match_preview_content_standing_line_box_local span.span_idalgo_content_football_match_preview_content_standing_line_box_position{float:right;}
    div.div_idalgo_content_football_match_preview_content_standing_line_box_visitor{right:0;}
        div.div_idalgo_content_football_match_preview_content_standing_line_box_visitor span.span_idalgo_content_football_match_preview_content_standing_line_box_points{float:right;}
        div.div_idalgo_content_football_match_preview_content_standing_line_box_visitor span.span_idalgo_content_football_match_preview_content_standing_line_box_position{float:left;}

    .div_idalgo_content_football_match_preview_content_standing_line_box_local:after{
        position:absolute;
        left:100%;
        height:0;width:0;
        border:solid transparent;
        content:" ";
        pointer-events:none;
    }
    .div_idalgo_content_football_match_preview_content_standing_line_box_local:after{
        border-color: transparent;

        border-left-color: #fbfaf9;
        border-width: 35px;
        top: 50%;
        margin-top: -35px;
    }

    .div_idalgo_content_football_match_preview_content_standing_line_box_visitor:after{
        position:absolute;
        right:100%;
        height:0;width:0;
        border:solid transparent;
        content:" ";
        pointer-events:none;
    }
    .div_idalgo_content_football_match_preview_content_standing_line_box_visitor:after{
        border-color: transparent;
        border-right-color: #fbfaf9;
        border-width: 35px;
        top: 50%;
        margin-top: -35px;
    }
/** GRAPH **/
div.div_idalgo_content_football_match_preview_content_standing_data{
    position:relative;
    height:7em;width:55%;
    display:block;
    float:left;
}
div.div_idalgo_content_football_match_preview_content_standing_data_header {position:relative;display:block;height:2em;}
    div.div_idalgo_content_football_match_preview_content_standing_data_header span {position:relative;display:inline-block;height:28px;width:28px;margin-left:5%;line-height:28px;text-align:center;font-size:0.875em;color:#bbb6a8;font-weight:bold}

div.div_idalgo_content_football_match_preview_content_standing_data_header span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_win{margin-left:60px}
div.div_idalgo_content_football_match_preview_content_standing_data_header span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_win,
div.div_idalgo_content_football_match_preview_content_standing_data_header span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_draw,
div.div_idalgo_content_football_match_preview_content_standing_data_header span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_lost{color:#ffffff;border-radius:50%}
span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_win{background-color:#4db103}
span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_draw{background-color:#3d3e41}
span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_lost{background-color:#bd362f}

div.div_idalgo_content_football_match_preview_content_standing_data_local,
div.div_idalgo_content_football_match_preview_content_standing_data_visitor{position:relative;display:block;height:2.5em;line-height:2.2em;border-bottom:1px solid #e4e2dd;background-color: #fbfaf9}
    div.div_idalgo_content_football_match_preview_content_standing_data_local span ,
    div.div_idalgo_content_football_match_preview_content_standing_data_visitor span {position:relative;display:inline-block;width:28px;text-align:center;color:#3c382f;height:30px;margin-top:4px;font-size:0.875em;margin-left:5%;font-weight:bold}
        img.img_idalgo_content_football_match_preview_content_standing_data_local_logo,
        img.img_idalgo_content_football_match_preview_content_standing_data_visitor_logo {position:absolute;display:block;left:30px;top:50%;margin-top:-11px;width: 22px}
div.div_idalgo_content_football_match_preview_content_standing_data_local span.span_idalgo_content_football_match_preview_content_standing_data_local_win,
div.div_idalgo_content_football_match_preview_content_standing_data_visitor span.span_idalgo_content_football_match_preview_content_standing_data_visitor_win {margin-left:60px}


/** SERIES **/
div.div_idalgo_content_football_match_preview_content_series {position:relative;display:block;margin-bottom:20px;float:left;width:45%;}
div.div_idalgo_content_football_match_preview_content_series_title {position:relative;display:block;height:2em;color:#645f4f;margin-left:5%;line-height:2em}
div.div_idalgo_content_football_match_preview_content_series_title span {font-size:0.6875em;font-weight:bold;text-transform:uppercase}
div.div_idalgo_content_football_match_preview_content_series_content {position:relative;display:block;}
    div.div_idalgo_content_football_match_preview_content_series_content_local,
    div.div_idalgo_content_football_match_preview_content_series_content_visitor {position:relative;display:block;height:2.5em;line-height:2.2em;border-bottom:1px solid #e4e2dd;background-color:#fbfaf9}
                    div.div_idalgo_content_football_match_preview_content_series_content_local img ,
    div.div_idalgo_content_football_match_preview_content_series_content_visitor img {display:none;}
        div.div_idalgo_content_football_match_preview_content_series_content_local span,
    div.div_idalgo_content_football_match_preview_content_series_content_visitor span {display:inline-block;width:28px;height:28px;margin-left:5%;margin-top:6px;text-align:center;font-size:0.750em;color:#ffffff;border-radius:50%;line-height:30px}
.idalgo_preview_series_1{background-color:#4db103;}
.idalgo_preview_series_2{background-color:#3d3e41;}
.idalgo_preview_series_3{background-color:#bd362f;}

/**  Joueur clefs **/
div.div_idalgo_content_football_match_preview_key_player{position:relative;}
div.div_idalgo_content_football_match_preview_key_player_list{position:relative;margin-bottom:15px;float:left;width:33%}
div.div_idalgo_content_football_match_preview_key_player_list_title{
    position:relative;
    height:2em;line-height:2em;
    text-transform:uppercase;
    font-weight:bold;
    font-size:0.85em;color:#645f4f;
}
div.div_idalgo_content_football_match_preview_key_player_list_title span {padding-left:50px}
ul.ul_idalgo_content_football_match_preview_key_player_list{position:relative;height:70px;border-bottom:1px solid #e4e2dd;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    li.li_idalgo_content_football_match_preview_key_player_list{position:relative;width:100%;height:100%;padding-left:50px;float:left}
    li.li_idalgo_content_football_match_preview_key_player_list a.a_idalgo_content_football_match_preview_key_player_list{position:absolute;display:block;width:80px;height:36px;top:50%;margin-top:-8px;}
        span.span_idalgo_content_football_match_preview_key_player_list{display:block;text-align:center;font-size:0.6875em;}
        div.div_idalgo_content_football_match_preview_key_player_list_photo{
            position:absolute;
            top:0px;left:0;
            width:36px;height:36px;
            border-radius:50%;overflow:hidden
        }
            img.img_idalgo_content_football_match_preview_key_player_list_photo{position:absolute;display:block;top:-10px;left:0;width:100%}
        span.span_idalgo_content_football_match_preview_key_player_list_infos_name{font-size:0.6875em;color:#3c382f;position:absolute;top:-22px}
        span.span_idalgo_content_football_match_preview_key_player_list_infos_value{
            position:absolute;display:block;
            width:34px;height:34px;
            top:0px;right:0;
            background-color:#fbfaf9;
            border-radius:50%;
            line-height:34px;font-size:0.875em;text-align:center;
            border:1px solid #e4e2dd;
            color:#3c382f
        }
        img.img_idalgo_content_football_match_preview_key_player_list_infos_logo{position:relative;margin-top:20px;left:60%;display:none;width:22px}
img.img_idalgo_content_football_match_preview_key_player_local{position:absolute;left:20px;top:63px;width:22px}
img.img_idalgo_content_football_match_preview_key_player_visitor{position:absolute;left:20px;top:134px;width:22px}

/** Historique **/
div.div_idalgo_content_football_match_preview_history{position:relative;}
div.div_idalgo_content_football_match_preview_history_header{position:relative;}
div.div_idalgo_content_football_match_preview_history_header:after{content:'';position:relative;display:block;width:100%;clear:both}
div.div_idalgo_content_football_match_preview_history_header_part{position:relative;}
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_left{
    float:left;width:50%;border-right:1px solid #e4e2dd;text-align:center;box-sizing:border-box}
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_right{
    float:right;width:50%;box-sizing:content-box}
div.div_idalgo_content_football_match_preview_history_header_part_line{position:relative;height:2em;line-height:2em;color:#3c382f;clear:right}
.div_idalgo_content_football_match_preview_history_header_right .div_idalgo_content_football_match_preview_history_header_part_line{padding:0 20px;}
    span.span_idalgo_content_football_match_preview_history_header_part_line_count{font-size:3.125em;color:#645f4f;font-weight:bold;}
    span.span_idalgo_content_football_match_preview_history_header_part_line_txt{font-size:0.875em;float:left;font-weight:bold}
    span.span_idalgo_content_football_match_preview_history_header_part_line_val{font-size:0.875em;font-weight:bold;float:right;color:#003978;font-family:"Georgia",Times New Roman,Times,serif}
span.span_idalgo_content_football_match_preview_history_header_part_line_period,
span.span_idalgo_content_football_match_preview_history_header_part_line_showdown{color:#bbb6a8}

div.div_idalgo_content_football_match_preview_history_match{position:relative;margin:1em 0 2em 0;border-top:1px solid #e4e2dd;border-bottom:1px solid #e4e2dd;}
div.div_idalgo_content_football_match_preview_history_match_line{position:relative;height:5em;line-height:5em;margin-left:70px}
div.div_idalgo_content_football_match_preview_history_match div.div_idalgo_content_football_match_preview_history_match_line+div.div_idalgo_content_football_match_preview_history_match_line{border-top:1px solid #e4e2dd;}
div.div_idalgo_content_football_match_preview_history_match_line span{position:absolute;height:100%;overflow:hidden;text-transform:uppercase}
    img.img_idalgo_content_football_match_preview_history_match_line{position:absolute;top:50%;margin-top:-27px;width:55px}
    span.span_idalgo_content_football_match_preview_history_match_line_win,
    span.span_idalgo_content_football_match_preview_history_match_line_goal{font-size:1.5em;font-weight:bold;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_match_line_win{left:16%;}
    span.span_idalgo_content_football_match_preview_history_match_line_txt_win{left:30%;font-size:.75em;font-weight:bold;color:#bbb6a8}
    span.span_idalgo_content_football_match_preview_history_match_line_goal{left:60%;}
    span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{left:75%;font-size:.75em;font-weight:bold;color:#bbb6a8}
    div.div_idalgo_content_football_match_preview_history_match_draw{position:absolute;top:0;left:0;top:50%;margin-top:-1.5em;width:70px;text-align:center;height:3em;}
        span.span_idalgo_content_football_match_preview_history_match_draw_val{display:block;height:1em;font-size:2em;line-height:1em;color:#645f4f;}
        span.span_idalgo_content_football_match_preview_history_match_draw_txt{display:block;height:1.3em;font-size:0.6875em;}

div.div_idalgo_content_football_match_preview_history_showdown{position:relative;margin:0 auto;text-align:center;}

    span.span_idalgo_content_football_match_preview_history_showdown_data_local_goal{position:absolute;left:174px;top:5px;width:46px;height:46px;line-height:45px;text-align:center;color:#ffffff}
    span.span_idalgo_content_football_match_preview_history_showdown_data_local_for_txt{position:absolute;left:174px;top:44px;width:46px;height:46px;line-height:45px;text-align:center;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_showdown_data_local_win_txt{position:absolute;left:133px;width:46px;height:29px;line-height:29px;text-align:center;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_showdown_data_local_win_val{position:absolute;left:133px;top:30px;width:46px;height:46px;line-height:45px;text-align:center;color:#ffffff}
    span.span_idalgo_content_football_match_preview_history_showdown_data_draw_txt{position:absolute;left:216px;width:46px;height:29px;line-height:29px;text-align:center;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_showdown_data_draw_val{position:absolute;left:216px;top:30px;width:46px;height:46px;line-height:45px;text-align:center;color:#ffffff}
    span.span_idalgo_content_football_match_preview_history_showdown_data_visitor_win_txt{position:absolute;right:133px;width:46px;height:29px;line-height:29px;text-align:center;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_showdown_data_visitor_win_val{position:absolute;right:133px;top:30px;width:46px;height:46px;line-height:45px;text-align:center;color:#ffffff}
    span.span_idalgo_content_football_match_preview_history_showdown_data_visitor_for_txt{position:absolute;right:174px;top:44px;width:46px;height:46px;line-height:45px;text-align:center;color:#645f4f}
    span.span_idalgo_content_football_match_preview_history_showdown_data_visitor_goal{position:absolute;right:174px;top:5px;width:46px;height:46px;line-height:45px;text-align:center;color:#ffffff}

ul.ul_idalgo_content_football_match_preview_history_showdown_match{position:relative;}
ul.ul_idalgo_content_football_match_preview_history_showdown_match li{border-bottom:1px solid #e4e2dd;}

li.li_idalgo_content_football_match_preview_history_showdown_match{position:relative;height:2.5em;line-height:2.5em;}
span.span_idalgo_content_football_match_preview_history_showdown_match_season{position:absolute;display:block;left:0;top:50%;height:24px;line-height:24px;margin-top:-12px;width:10%;text-align:center;font-size:0.75em;font-weight:bold}
span.span_idalgo_content_football_match_preview_history_showdown_match_date {position:absolute;display:block;left:10%;top:50%;height:24px;line-height:24px;margin-top:-12px;width:20%;text-align:center;font-size:0.75em;font-weight:bold}
span.span_idalgo_content_football_match_preview_history_showdown_match_competition {position:absolute;display:block;left:30%;top:50%;height:24px;line-height:24px;margin-top:-12px;width:10%;text-align:center;font-size:0.75em;font-weight:bold}
img.img_idalgo_content_football_match_preview_history_showdown_match_local {margin-top:-11px;position:absolute;display:none;left:50%;top:50%;text-align:center;}
span.span_idalgo_content_football_match_preview_history_showdown_match_local {height:20px;margin-top:-10px;line-height:20px;position:absolute;display:block;left:40%;top:50%;width:20%;text-align:right;font-size:0.750em;overflow:hidden;text-overflow: ellipsis;white-space:nowrap}
span.span_idalgo_content_football_match_preview_history_showdown_match_score {height:20px;margin-top:-10px;line-height:20px;position:absolute;display:inline-block;left:64%;top:50%;width:12%;text-align:center;font-weight:bold}
span.span_idalgo_content_football_match_preview_history_showdown_match_visitor {height:20px;margin-top:-10px;line-height:20px;position:absolute;display:block;left:80%;top:50%;width:20%;text-align:left;font-size:0.750em;overflow:hidden;text-overflow: ellipsis;white-space:nowrap}

span.span_idalgo_content_football_match_preview_history_showdown_match_score_local,
span.span_idalgo_content_football_match_preview_history_showdown_match_score_visitor{position:relative;padding:3px 6px}
img.img_idalgo_content_football_match_preview_history_showdown_match_visitor {margin-top:-11px;position:absolute;display:none;left:90%;top:50%;text-align:center;}

span.span_idalgo_content_football_match_preview_history_showdown_match_local.idalgo_winner{font-weight:bold}
span.span_idalgo_content_football_match_preview_history_showdown_match_visitor.idalgo_winner{font-weight:bold}

span.span_idalgo_content_football_match_preview_history_showdown_match_score.idalgo_match_win,
span.span_idalgo_content_football_match_preview_history_showdown_match_score.idalgo_match_draw,
span.span_idalgo_content_football_match_preview_history_showdown_match_score.idalgo_match_lost{color:#003978}

/* Module/Pattern/CSS/MatchHeaderFull.css *************************************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:244px}
div.div_idalgo_content_match_header_full div,
div.div_idalgo_content_match_header_full a{color:#ffffff}

div.div_idalgo_content_match_header_full_background,
div.div_idalgo_content_match_header_full_forground{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-size: cover;
    background-repeat:no-repeat;
    overflow:hidden;
}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full_background img,
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full_forground img{
    width:auto;height:auto;min-width:100%;min-height:100%}
div.div_idalgo_content_match_header_full_background amp-img,
div.div_idalgo_content_match_header_full_forground amp-img{
    min-height:349px}

div.div_idalgo_content_match_header_full_background_black{
    background-color:#000000;
    opacity:0.6;
}

.img_idalgo_content_match_header_full_competition{position:absolute; left:10px;top:10px;height:40px;width:auto}

div.div_idalgo_content_match_header_full_competition,
div.div_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full_details{
    position:relative;
    text-align:center;
    color:#ffffff
}

div.div_idalgo_content_match_header_full_competition{height:36px;line-height:36px}
div.div_idalgo_content_match_header_full_date{height:23px}
div.div_idalgo_content_match_header_full_details{height:15px}
span.span_idalgo_content_match_header_full_competition{font-size:14px;text-transform:uppercase}
span.span_idalgo_content_match_header_full_date{font-size:20px;text-transform:uppercase}
span.span_idalgo_content_match_header_full_details{font-size:12px;text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{position:absolute;right:10px;top:10px}
.img_idalgo_content_match_header_full_first_match_local,
.img_idalgo_content_match_header_full_first_match_visitor{
    position: relative;
    display: inline-block
}

span.span_idalgo_content_match_header_full_first_match_score{
    position: relative;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    margin: 0 5px
}

.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt{width:100px}


.img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile,
div.div_idalgo_content_match_header_full_standing_mobile{display:none;width:66px}

div.div_idalgo_content_match_header_full_main_header{
    position:relative;display:block;
    height:120px;
    text-align:center;
}


div.div_idalgo_content_match_header_full_standing{
    height:0;
    position: absolute;
    width:100%;
    top:50px;
}
div.div_idalgo_content_match_header_full_main_header_visitor_box_standing{color:white;position:relative}

div.div_idalgo_content_match_header_full_standing_box_standing_local,
div.div_idalgo_content_match_header_full_standing_box_standing_visitor{
    position:absolute;
    width:35%;
    height:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
div.div_idalgo_content_match_header_full_standing_box_standing_local{left:0;text-align:right}
div.div_idalgo_content_match_header_full_standing_box_standing_visitor{right:0;text-align:left}

span.span_idalgo_content_match_header_full_standing_box_standing_local_text,
span.span_idalgo_content_match_header_full_standing_box_standing_visitor_text{
    position:relative;
    border-bottom: 1px solid #ffffff;
    font-size: 0.75em;
    line-height: 1.6em;
    padding:0 5px
}
span.span_idalgo_content_match_header_full_standing_box_standing_local_text{margin-right:110px}
span.span_idalgo_content_match_header_full_standing_box_standing_visitor_text{margin-left:110px}

div.div_idalgo_content_match_header_full_main_header_local,
div.div_idalgo_content_match_header_full_main_header_visitor{
    position:absolute;display:block;
    top:0;
    width:35%;height:100%
}

div.div_idalgo_content_match_header_full_main_header_local{left:0}
div.div_idalgo_content_match_header_full_main_header_visitor{right:0}

div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side{position:absolute;display:block;height:100%;margin:0}
div.div_idalgo_content_match_header_full_main_header_local_side{left:0;right:110px}
div.div_idalgo_content_match_header_full_main_header_visitor_side{left:110px;right:0}

span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{display:inline-block;direction:ltr}
div.div_idalgo_content_match_header_full_main_header_local_side span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{
    margin:0;margin-left:5px}
div.div_idalgo_content_match_header_full_main_header_visitor_side span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{
    margin:0;margin-right:5px}

div.div_idalgo_content_match_header_full_main_header_local_cnt,
div.div_idalgo_content_match_header_full_main_header_visitor_cnt{
    height:100%;
}
div.div_idalgo_content_match_header_full_main_header_local_cnt{float:right}
div.div_idalgo_content_match_header_full_main_header_visitor_cnt{float:left}

div.div_idalgo_dom_event_match_center_team_list_count {
    position: relative;display: block;font-weight: bold;font-size: 0.9em;text-align: right
}

div.div_idalgo_content_match_header_full_main_header_visitor_side div.div_idalgo_dom_event_match_center_team_list_count {
    text-align: left
}

div.div_idalgo_content_match_header_full_main_header ul.ul_idalgo_dom_event_match_center_team_list_goal{
    position:relative;display:block;font-size:0.675em;height:100%;overflow:hidden;width:100%}
div.div_idalgo_content_match_header_full_main_header li.li_idalgo_dom_event_match_center_team_list_goal_content span{color:#ffffff}

div.div_idalgo_content_match_header_full_main_header_visitor_side ul.ul_idalgo_dom_event_match_center_team_list_goal{
    text-align:left;
}
div.div_idalgo_content_match_header_full_main_header_local_side ul.ul_idalgo_dom_event_match_center_team_list_goal{
    text-align:right;
}

div.div_idalgo_content_match_header_full_main_header_chrono{
    position:relative;
    display:block;
    text-align:center;
    height:30px;
    padding-bottom:10px
}

div.div_idalgo_content_match_header_full_main_header_chrono_cnt{
    position:relative;display:block;
    height:30px;width:120px;
    margin:0 auto;
    text-align:center;
    font-weight:bold;
    font-size:1em;
    line-height:30px;
    transition: 1s;
    text-transform:uppercase;
    color:#ffffff;
    border: 2px solid #ffffff
}

div.div_idalgo_content_match_header_full_main_header_chrono_cnt[data-color='stop']{background-color:#ff6600}
div.div_idalgo_content_match_header_full_main_header_chrono_cnt[data-color='playing']{background-color:#4db103}

div.div_idalgo_container[dir="rtl"] div.div_idalgo_content_match_header_full_main_header_chrono_cnt,
div.div_idalgo_container[lang="AR"] div.div_idalgo_content_match_header_full_main_header_chrono_cnt{width:160px}

span.span_idalgo_content_match_header_full_main_header_chrono_cnt{display:inline-block}
span.span_idalgo_content_match_header_full_main_header_chrono_cnt + span.span_idalgo_content_match_header_full_main_header_chrono_cnt{margin-left:5px}

div.div_idalgo_content_match_header_full_main_header_center{
    position:relative;display:block;
    width:30%;
    margin:0 auto;
    height:100%;
}
div.div_idalgo_content_match_header_full_main_header_center_top{
    position:relative;
    display:block;
    height:30px;
    top:8px;
    width:100%;
    font-size:1.2em;
    font-weight:bold;
    color:#645f4f;
    text-shadow: 1px 1px 0 #bbb6a8;
    transition: 2s;
    text-transform:uppercase;
}

div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_top,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_halftime,
div.div_idalgo_content_match_header_full_main_header[data-status="7"] div.div_idalgo_content_match_header_full_main_header_center_halftime{
    display:none;
}

div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_main_header_center_hour,
div.div_idalgo_content_match_header_full[data-status="2"] div.div_idalgo_content_match_header_full_main_header_center_hour,
div.div_idalgo_content_match_header_full[data-status="1"] span.span_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full[data-status="1"] span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full[data-status="2"] div.div_idalgo_content_match_header_full_main_header_chrono,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_chrono{
    display:none;
}

div.div_idalgo_content_match_header_full_main_header_center_top *{
    display:block;
    font-size:0.6em;
    text-shadow:none;
}
div.div_idalgo_content_match_header_full_main_header_center_halftime{
    position:relative;
    height:30px;
    width:100%;
    left:0;
    font-size:0.75em;
    font-weight:bold;
    color:#645f4f;
}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{
    position:relative;display:block;
    height:60px;width:100%;
    left:0;
    font-weight:bold;
    font-size:74px;
    line-height:0.8em;
    text-align:center;
    transition: 2s;
}
div.div_idalgo_content_match_header_full_main_header_center_hour{top:30px}

span.span_idalgo_content_match_header_full_main_header_center_score_local{
    position:absolute;
    right:50%;top:0;
    margin-right:15px;
}
span.span_idalgo_content_match_header_full_main_header_center_score_visitor{
    position:absolute;
    left:50%;top:0;
    margin-left:15px;
}

div.div_idalgo_content_match_header_full_main_header_name_teams{
    position:relative;width:auto;height:50px;overflow:hidden}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{
    position:absolute;width:calc(70% - 100px);height:50px;text-align:center;overflow:visible}

div.div_idalgo_content_match_header_full_main_header_name_teams_local  {left: 0}
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{right:0}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{font-size:24px;line-height:50px;white-space:nowrap}
/*
a.a_idalgo_content_match_header_full_main_header_name_teams_local{right:50px}

a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{left:50px}*/

/** BONUS DE RUGBY **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    position: absolute;display: block;
    width: 65px;
    top: 95px;right:-20%
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    left :-19%;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    position: relative;
    float: right;
    margin-right: 0.5em;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.6875em;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus span {
    float: left;
}

span.span_idalgo_content_rugby_match_header_full_main_header_bonus_content_try {
    background-color: #4db126;
}

span.span_idalgo_content_rugby_match_header_full_main_header_bonus_content_defense {
    background-color: #bd362e;
}

div.div_idalgo_content_match_header_full_action_mobile{display:none}

span.span_idalgo_content_match_header_full_main_header_center_top_txt[data-display="0"],
bdo.bdo_idalgo_content_match_header_full_main_header_center_top[data-display="0"]{display:none}

/* Module/Football/CSS/PlayerStatistic.css ************************************************/

div.div_idalgo_content_player_statistic{margin-left:20px;margin-bottom:25px}

    /* Statistiques joueur */
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_goal        {background-position:-16px -375px;}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_goalagainst {background-position:-16px -375px;}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_penaltyfor,
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_penalty     {background-position:-16px -1275px;}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_assists     {background-position:center -1643px;}
div.div_idalgo_content_statistic_average_right_title span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_assists{height:30px}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_yellow      {background-position:-16px -407px;}
span.idalgo_sprite.span_idalgo_content_football_statistic_average_right_title_red         {background-position:-16px -438px;}

/* Module/Football/CSS/PlayerCalendar.css *************************************************/


div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_goal span      {background-position: -16px -376px}
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_assist span    {line-height:21px}
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_yellow span    {background-position: -16px -407px}
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_red span       {background-position: -16px -438px}
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_red_yellow span{background-position: -16px -469px}

span.span_idalgo_content_calendar_competition_yellow    {height:25px;background-position: -16px -407px}
span.span_idalgo_content_calendar_competition_red       {height:25px;background-position: -16px -438px}
span.span_idalgo_content_calendar_competition_red_yellow{height:25px;background-position: -16px -469px}

/* Module/Pattern/CSS/PlayerHeader.css ****************************************************/
div.div_idalgo_person_header{
    position:relative;
    display:block;
    background-color:#003978;
    height:200px;
    font-family: Arial,sans-serif;
    margin-bottom:70px;
}

div.div_idalgo_person_header_background_filter{
    position:absolute;
    display:block;
    height:100%;
    width:100%;
    background-color: black;
    opacity:0.6;
}

div.div_idalgo_person_header_content{
    position: relative;
    display:block;
    height:100%;
}

div.div_idalgo_person_header_content_left,
div.div_idalgo_person_header_content_right{
    position:relative;
    display: block;
    float: left;
    height:100%;
}

div.div_idalgo_person_header_content_left{margin-left: 110px;}

span.span_idalgo_person_header_footer_number{
    font-weight: bold;
    float:left;
    margin-right: 10px;
}

span.span_idalgo_person_header_footer_number,
span.span_idalgo_person_header_footer_country{
    font-size: 1em;
}

div.div_idalgo_person_header_content_left_photo{
    height: 100px;
    margin-top:145px;
    margin-right:20px;
}

div.div_idalgo_person_header_footer{
    position: relative;display: block;
    margin-left: 260px;
    margin-top: 10px;
}

img.img_idalgo_person_header_footer_country{
    margin-right: 10px;
    border: 2px solid #ffffff;
    z-index: 1;
    float: left;
}

img.img_idalgo_person_header_footer_logo {position: absolute;display: block;right :30px;top: 5px}

span.span_idalgo_person_header_footer_country{font-weight:bold;float:left}

div.div_idalgo_person_header_content img.img_idalgo_person_header_content_left_photo_picture{
    position: relative;
    display: block;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

div.div_idalgo_person_header_content_right_name{
    position: absolute;
    float: left;
    bottom: 15px;
    color: #ffffff;
    white-space:nowrap
}

div.div_idalgo_person_header_footer_country_logo{
    float: right;
    margin-right: 40px;
}

span.span_idalgo_person_header_content_right_name_firstname,
span.span_idalgo_person_header_content_right_name_lastname{
    font-size:3em;
    margin-left: 15px;
}

span.span_idalgo_person_header_content_right_name_lastname{
    font-weight:bold;
}

div.div_idalgo_person_header_background{
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%
}

img.img_idalgo_person_header_background{
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 100%;
    min-width: 100%
}

/* Module/Football/CSS/StatisticNavigation.css ********************************************/

div.div_idalgo_content_football_statistic_navigation{position:relative}

div.div_idalgo_content_football_statistic_navigation_part{
    position:relative;
    display:block;
    width:100%;
    height:2.2em;
    margin-bottom:15px;
}
div.div_idalgo_content_football_statistic_navigation_part_left{position:absolute;width:30%;left:0}
div.div_idalgo_content_football_statistic_navigation_part_right{position:absolute;width:70%;right:0;bottom:0}
div.div_idalgo_content_football_statistic_navigation_part_left button.button_idalgo_dropdown{
    padding-right:30px;
} 
span.span_idalgo_content_football_statistic_navigation_part_right{
    display:block;
    margin-left:20px;
    border-bottom:1px solid #bbb6a8;
    text-align:left;
    line-height:2em;
    font-weight:bold;
    font-size:1.125em;
    color:#003978;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
}

/* Module/Pattern/CSS/WidgetIdentity.css **************************************************/


div.div_idalgo_widget_identity{position:relative;}
div.div_idalgo_widget_identity_photo{position:relative;float:left;width:53px;text-align:center;}
    img.img_idalgo_widget_identity_photo{position:relative;margin:10px auto 0 auto;display:block;}
    img.img_idalgo_widget_identity_photo_team{position:relative;display:block;margin:10px auto;}
div.div_idalgo_widget_identity_main{position:relative;border-left:1px solid #e4e2dd;padding:10px;margin-left:53px;}
    div.div_idalgo_widget_identity_main{line-height:1.2em;text-align:left}
    div.div_idalgo_widget_identity_main_name{position:relative;}
    span.span_idalgo_widget_identity_main_name_last{text-transform:uppercase;font-weight:bold;margin-right:2px;font-size:0.875em}
    span.span_idalgo_widget_identity_main_name_first{font-size:0.6875em;margin-right:2px}


div.div_idalgo_widget_identity_main_role,
div.div_idalgo_widget_identity_main_detail,
div.div_idalgo_widget_identity_main_team,
div.div_idalgo_widget_identity_main_stat{font-size:0.6875em}
div.div_idalgo_widget_identity_main_detail span + span{margin-left:5px;}
div.div_idalgo_widget_identity_main_detail img{margin:0 5px}

span.span_idalgo_widget_identity_main_stat_big_color {font-size: 1.4em;color:#840303;font-family: "Georgia",Times New Roman,Times,serif;}

/* Module/Football/CSS/WidgetIdentity.css *************************************************/


div.div_idalgo_widget_football_identity{position:relative;}
div.div_idalgo_widget_football_identity_photo{position:relative;float:left;width:53px;text-align:center;}
    img.img_idalgo_widget_football_identity_photo{position:relative;margin:10px auto 0 auto;display:block;}
    img.img_idalgo_widget_football_identity_photo_team{position:relative;display:block;margin:10px auto;}
div.div_idalgo_widget_football_identity_main{position:relative;border-left:1px solid #e4e2dd;padding:10px;margin-left:53px;}
    div.div_idalgo_widget_football_identity_main{line-height:1.2em;}
    div.div_idalgo_widget_football_identity_main_name{position:relative;}
    span.span_idalgo_widget_football_identity_main_name_last{text-transform:uppercase;font-weight:bold;margin-right:2px;font-size:0.875em;}
    span.span_idalgo_widget_football_identity_main_name_first{font-size:0.6875em;}

div.div_idalgo_widget_football_identity_main_role,
div.div_idalgo_widget_football_identity_main_detail,
div.div_idalgo_widget_football_identity_main_team,
div.div_idalgo_widget_football_identity_main_stat{font-size:0.6875em;}
div.div_idalgo_widget_football_identity_main_detail span + span{margin-left:5px;}
div.div_idalgo_widget_football_identity_main_detail img{margin-left:5px;}

span.span_idalgo_widget_football_identity_main_stat_big_color {font-size: 1.4em;color:#840303;font-family: "Georgia",Times New Roman,Times,serif;}

/* Module/Pattern/CSS/MatchComment.css ****************************************************/

div.div_idalgo_content_match_comment{position:relative;}

div.div_idalgo_content_match_comment_content{position:relative;}

div.div_idalgo_content_match_comment_vertical_timeline{display: none;}

ul.ul_idalgo_content_match_comment_content_category{position:relative;}
ul.ul_idalgo_content_match_comment_content_category li.li_idalgo_content_match_comment_content_category{
    position:relative;display:block;
    float:left;
    margin-bottom:10px;
    margin-left:10px;
}
div.div_idalgo_content_match_comment_content_category_cnt{
    position:relative;
    margin:0;
    z-index: 10;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #e4e2dd;
    padding: 1px 5px;
    border-radius: 4px;
    cursor:pointer;
    white-space:nowrap}

span.span_idalgo_content_match_comment_content_category_cnt_count,
li.li_idalgo_content_match_comment_content_category a.a_idalgo_content_match_comment_content_category_cnt_name{
    padding:0 5px;
    height:2em;
    text-align:center;overflow:hidden;
    font-size:0.625em;
    color:#bbb6a8;
    text-transform:uppercase;
    z-index: 5;
    line-height:2em;
}
span.span_idalgo_content_match_comment_content_category_selected_cnt_name_count{margin-left:10px;}
li.li_idalgo_content_match_comment_content_category_selected a.a_idalgo_content_match_comment_content_category_cnt_name,
li.li_idalgo_content_match_comment_content_category_selected span.span_idalgo_content_match_comment_content_category_cnt_count{
    color: #ffffff;
}
li.li_idalgo_content_match_comment_content_category_selected > div.div_idalgo_content_match_comment_content_category_cnt{color:#fff;background-color:#840303;}
ul.ul_idalgo_content_match_comment{position:relative;display:block}
ul.ul_idalgo_content_match_comment:before{
    content: '';
    position: absolute;
    left: 28px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background-color:#fbfaf9;
}
    ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment{
            position:relative;
            display:block;
            padding-top:0.625em;
            margin-left: 20px;
        }
    ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment[data-display='0']{display:none}
    html[amp] li.li_idalgo_content_match_comment[data-display='0']{display:block}
        div.div_idalgo_content_match_comment_info{
                position:relative;
                float:left;
                width:100px;
                min-height:2em;
                padding-bottom:10px;
            }
            span.span_idalgo_content_match_comment_info_circle{
                position:absolute;left:-2px;top:1px;width:24px;height:24px}
            span.span_idalgo_content_match_comment_info_circle svg{
                position:absolute;top:0;left:0;width:24px;height:24px}
            span.span_idalgo_content_match_comment_info_minute{
                display:block;
                padding-left: 25px;
                font:bold 1.25em "Georgia",Times New Roman,Times,serif;
                direction:ltr;
                text-align:left
            }
            .img_idalgo_content_match_comment_info{position:absolute;right:10px;top:5px;}
            div.div_idalgo_content_match_comment_info_background{position:relative}
            div.div_idalgo_content_match_comment_info_background_big{width:50px;height:50px;margin-left:14px;margin-top:12px}
            div.div_idalgo_content_match_comment_info_background_small{background-position:70px  5px;height:25px;margin-top:10px;}
        div.div_idalgo_content_match_comment_text{
                position:relative;
                margin-left:100px;
                margin-bottom: 20px;
                padding-right:20px;
                padding: 10px;
                border: 1px solid #fbfaf9;
                border-top: 2px solid #fbfaf9;
                border-radius: 5px;
                box-shadow: 0 2px 2px rgba(0,0,0,0.24);
            }
        div.div_idalgo_content_match_comment_nologo{
            padding-top:23px;
            padding-bottom:23px;
        }
        div.div_idalgo_content_match_comment_text > svg{
            position:absolute;display:block;top:-2px;left:0;width:100%;border-radius:5px}

        div.div_idalgo_content_match_comment_text{background-color: #ffffff;}
            span.span_idalgo_content_match_comment_text{line-height: 1.2em;font-size:1.0625em}

            span.span_idalgo_content_match_comment_text_logo{
                position: absolute;
                width: 100%;
                top: -10px;
                left: 0;
            }
            span.span_idalgo_content_match_comment_text_logo_inside{
                margin:0 auto;display:block;z-index:1;background-color: white;width:20px;padding:0 10px;
                box-sizing:content-box}
            .img_idalgo_content_match_comment_text_logo_inside{width:20px}

            span.span_idalgo_content_match_comment_text_big_206,
            span.span_idalgo_content_match_comment_text_big_207,
            span.span_idalgo_content_match_comment_text_big_208,
            span.span_idalgo_content_match_comment_text_big_209,
            span.span_idalgo_content_match_comment_text_big_210,
            span.span_idalgo_content_match_comment_text_big_217,
            span.span_idalgo_content_match_comment_text_big_218,
            span.span_idalgo_content_match_comment_text_big_219,
            span.span_idalgo_content_match_comment_text_big_220,
            span.span_idalgo_content_match_comment_text_big_222,
            span.span_idalgo_content_match_comment_text_big_223,
            span.span_idalgo_content_match_comment_text_big_225,
            span.span_idalgo_content_match_comment_text_big_226,
            span.span_idalgo_content_match_comment_text_big_227,
            span.span_idalgo_content_match_comment_text_big_228,
            span.span_idalgo_content_match_comment_text_big_229,
            span.span_idalgo_content_match_comment_text_big_232,
            span.span_idalgo_content_match_comment_text_big_236,
            span.span_idalgo_content_match_comment_text_big_240,
            span.span_idalgo_content_match_comment_text_big_243,
            span.span_idalgo_content_match_comment_text_big_375,
            span.span_idalgo_content_match_comment_text_big_552,
            span.span_idalgo_content_match_comment_text_big_553,
            span.span_idalgo_content_match_comment_text_big_554,
            span.span_idalgo_content_match_comment_text_big_555{
                display:block;
                margin-bottom:0.5em;
                font-weight:bold;
                text-transform:uppercase;
                padding-top: 1em;
                text-align: left;
            }

            span.span_idalgo_content_match_comment_text_big_206,
            span.span_idalgo_content_match_comment_text_big_225,
            span.span_idalgo_content_match_comment_text_big_226,
            span.span_idalgo_content_match_comment_text_big_227,
            span.span_idalgo_content_match_comment_text_big_229,
            span.span_idalgo_content_match_comment_text_big_240,
            span.span_idalgo_content_match_comment_text_big_228,
            span.span_idalgo_content_match_comment_text_big_552{
                text-align: center;
                border-bottom: 1px solid #fbfaf9;
                padding-bottom: 1em;
            }
            span.span_idalgo_content_match_comment_text_block_small{font-weight:bold;}
            p.p_idalgo_content_match_comment_text_block{
                position:relative;
                margin:0;
                text-align:left;
                font-size:0.875em;
                line-height:1.25em;
                overflow:hidden;
            }
            div.div_idalgo_content_match_comment_text_block{
                text-align:left;
            }
            div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
                margin-left: 60px;
                min-height: 40px;
                margin-top: 23px;
            }
            div.div_idalgo_content_match_comment_text_block_picture{
                position: absolute;
                width: 32px;
                height:32px;
                border-radius: 20px;
                overflow: hidden;
                left: 20px;
            }
            .img_idalgo_content_match_comment_text_block_picture_person{
                position: absolute;
                top: -10px;
            }
            ul.ul_idalgo_content_match_comment_text_link{position:relative;display:block;margin-top:1em;line-height:0.6875em;}
            ul.ul_idalgo_content_match_comment_text_link li + li {border-left:1px solid #3c382f;}
                li.li_idalgo_content_match_comment_text_link{float:left;}
                    a.a_idalgo_content_match_comment_text_link{font-weight:bold;font-size:0.6875em;padding:0 0.3125em;}
            div.div_idalgo_content_match_comment_text_match_header{width:100%;}
            div.div_idalgo_content_match_comment_text_match_header_container{position:relative;height:60px;width:240px;margin: 0 auto;}
                .img_idalgo_content_match_comment_text_match_header_container_local,
                .img_idalgo_content_match_comment_text_match_header_container_visitor{position:absolute;width:40px;height:40px;bottom:5px;}
                span.span_idalgo_content_match_comment_text_match_header_container_local,
                span.span_idalgo_content_match_comment_text_match_header_container_visitor,
                span.span_idalgo_content_match_comment_text_match_header_container_separator{
                    position:absolute;display:block;
                    width:50px;height:50px;
                    bottom:0;
                    font:bold 42px "Georgia",Times New Roman,Times,serif;
                    text-align:center;
                }

                span.span_idalgo_content_match_comment_text_match_header_container_separator_text{
                    display:block;line-height:1.3em
                }
                span.span_idalgo_content_match_comment_text_match_header_container_local_score,
                span.span_idalgo_content_match_comment_text_match_header_container_visitor_score{
                    display:block;line-height:1.3em
                }

                span.span_idalgo_content_match_comment_text_match_header_container_local_score{
                    text-align: right;
                }

                span.span_idalgo_content_match_comment_text_match_header_container_visitor_score{
                    text-align: left;
                }

                .img_idalgo_content_match_comment_text_match_header_container_local{left:0;}
                span.span_idalgo_content_match_comment_text_match_header_container_local{left:45px;}
                span.span_idalgo_content_match_comment_text_match_header_container_separator{left:111px;width:10px;z-index:1;}
                span.span_idalgo_content_match_comment_text_match_header_container_separator_text{left:0px;}
                span.span_idalgo_content_match_comment_text_match_header_container_visitor{right:36px;}
                .img_idalgo_content_match_comment_text_match_header_container_visitor{right:0;}

/* VERSION RUGBY */
div.div_idalgo_content_rugby_match_comment div.div_idalgo_content_match_comment_text_match_header_container{width:230px}
div.div_idalgo_content_rugby_match_comment span.span_idalgo_content_match_comment_text_match_header_container_local,
div.div_idalgo_content_rugby_match_comment span.span_idalgo_content_match_comment_text_match_header_container_visitor{width:60px}

/* Module/Pattern/CSS/MatchTimeline.css ***************************************************/
div.div_idalgo_content_match_timeline{position:relative}
div.div_idalgo_content_match_timeline_content{position:relative;height:80px}
div.div_idalgo_content_match_timeline_content_line{position:relative;margin-left:30px;height:100%}
div.div_idalgo_content_match_timeline_content_extend_match div.div_idalgo_content_match_timeline_content_line{width:48%}
img.img_idalgo_content_match_timeline_content_localteam{position:absolute;left:5px;top:50%;margin-top:-30px}
img.img_idalgo_content_match_timeline_content_visitorteam{position:absolute;left:5px;top:50%;margin-top:5px}

/* Fond de la time line */
div.div_idalgo_content_match_timeline_content_line_step{position:absolute;width:1px;height:50px;top:50%;margin-top:-25px;background-color:#e4e2dd}
span.span_idalgo_content_match_timeline_content_line_part{
    position:absolute;display:block;
    top:50%;
    width:15px;height:15px;
    margin-left:-8px;margin-top:-8px;
    background-color:#ffffff;
    border-radius:50%;
    color:#bbb6a8;
    font-size:0.5em;
    text-align:center
}

.div_idalgo_content_match_timeline[data-status='0'] .span_idalgo_content_match_timeline_content_line_part{color:#fbfaf9}

div.div_idalgo_content_match_timeline_content_line_middle{position:absolute;width:100%;height:4px;top:50%;margin-top:-2px;background-color:#ffffff}
div.div_idalgo_content_match_timeline_content_line_gradient_top{
    position:absolute;width:100%;height:15px;top:50%;margin-top:-15px;background-color:#fbfaf9;
    background: -webkit-linear-gradient( top, #ffffff, #fbfaf9);
    background:    -moz-linear-gradient( top, #ffffff, #fbfaf9);
    background:     -ms-linear-gradient( top, #ffffff, #fbfaf9);
    background:      -o-linear-gradient( top, #ffffff, #fbfaf9);
    background:         linear-gradient( top, #ffffff, #fbfaf9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fbfaf9);
}
div.div_idalgo_content_match_timeline_content_line_gradient_bottom{
    position:absolute;width:100%;height:15px;top:50%;background-color:#fbfaf9;
    background: -webkit-linear-gradient( top, #fbfaf9, #ffffff);
    background:    -moz-linear-gradient( top, #fbfaf9, #ffffff);
    background:     -ms-linear-gradient( top, #fbfaf9, #ffffff);
    background:      -o-linear-gradient( top, #fbfaf9, #ffffff);
    background:         linear-gradient( top, #fbfaf9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfaf9, endColorstr=#ffffff);
}
div.div_idalgo_content_match_timeline_content_line_gradient{
    position:absolute;height:30px;top:50%;margin-top:-15px;left:0;width:0;
}
div.div_idalgo_content_match_timeline_content_line_gradient div.div_idalgo_content_match_timeline_content_line_gradient_top{
    background: -webkit-linear-gradient( top, #ffffff, #4db103);
    background:    -moz-linear-gradient( top, #ffffff, #4db103);
    background:     -ms-linear-gradient( top, #ffffff, #4db103);
    background:      -o-linear-gradient( top, #ffffff, #4db103);
    background:         linear-gradient( top, #ffffff, #4db103);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#4db103);
}
div.div_idalgo_content_match_timeline_content_line_gradient div.div_idalgo_content_match_timeline_content_line_gradient_bottom{
    background: -webkit-linear-gradient( top, #4db103, #ffffff);
    background:    -moz-linear-gradient( top, #4db103, #ffffff);
    background:     -ms-linear-gradient( top, #4db103, #ffffff);
    background:      -o-linear-gradient( top, #4db103, #ffffff);
    background:         linear-gradient( top, #4db103, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db103, endColorstr=#ffffff);
}

/* Action */
div.div_idalgo_content_match_timeline_content_line_action{position:absolute;margin-left:-15px;overflow:visible;cursor:pointer}
    .idalgo_timeline_action_local_high  {top:   50%;margin-top:   -35px}
    .idalgo_timeline_action_local_low   {top:   50%;margin-top:   -30px}
    .idalgo_timeline_action_visitor_high{bottom:50%;margin-bottom:-40px}
    .idalgo_timeline_action_visitor_low {bottom:50%;margin-bottom:-30px}

/* Popup */
div.div_idalgo_timeline_action_popup{position:absolute;display:none;border-style:solid;background-color:#ffffff;z-index:1}
div.div_idalgo_content_match_timeline_content_line_action:hover div.div_idalgo_timeline_action_popup,
li:hover div.div_idalgo_timeline_action_popup{display:block}
div.div_idalgo_timeline_action_popup_local_left,
div.div_idalgo_timeline_action_popup_local_right  {top:   100%;margin-top:   20px;border-width:3px 1px 1px 1px;border-color:#840303 #e4e2dd #e4e2dd #e4e2dd}
div.div_idalgo_timeline_action_popup_visitor_left,
div.div_idalgo_timeline_action_popup_visitor_right{bottom:100%;margin-bottom:20px;border-width:1px 1px 3px 1px;border-color: #e4e2dd #e4e2dd #840303 #e4e2dd}
div.div_idalgo_timeline_action_popup_local_left,
div.div_idalgo_timeline_action_popup_visitor_left {left:0}
div.div_idalgo_timeline_action_popup_local_right,
div.div_idalgo_timeline_action_popup_visitor_right{right:0}

div.div_idalgo_timeline_action_popup_local_left div.div_idalgo_timeline_action_popup_action,
div.div_idalgo_timeline_action_popup_local_right div.div_idalgo_timeline_action_popup_action{border-width:1px 0 0 0}
div.div_idalgo_timeline_action_popup_visitor_left div.div_idalgo_timeline_action_popup_action,
div.div_idalgo_timeline_action_popup_visitor_right div.div_idalgo_timeline_action_popup_action{border-width:0 0 1px 0}
div.div_idalgo_timeline_action_popup_action{position:relative;display:block;width:auto;padding-left:30px;height:24px;overflow:visible;border-style:solid;border-color:#e4e2dd}
div.div_idalgo_timeline_action_popup_action_logo{position:absolute;left:0;top:-3px}
span.span_idalgo_timeline_action_popup_action{position:relative;display:inline;white-space:nowrap;font-size:0.625em;line-height:24px;margin-right:5px}
span.span_idalgo_timeline_action_popup_action_strong{font-weight:bold;text-transform: capitalize}


/* Fl&egrave;che du popup */
div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_local_right:after,
div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:after {content:'';position:absolute;display:block;width:0;height:0;border-style:solid}

div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_local_right:after {bottom:100%;border-color:transparent transparent #840303 transparent}
div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:after {top:100%;border-color:#840303 transparent transparent transparent}


div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_right:before{border-width:0 7px 18px 0}
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:after {border-width:0 0 18px 7px}

div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_right:before{border-width:18px 7px 0 0}
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:after {border-width:18px 0 0 7px}

div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:before{left:12px}
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_visitor_left:after {left: 6px}
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:before{right:6px}
div.div_idalgo_timeline_action_popup_local_right:after,
div.div_idalgo_timeline_action_popup_visitor_right:after {right:12px}

/* Tirs au but */
div.div_idalgo_content_match_timeline_content_extend_match img + img + div.div_idalgo_content_match_timeline_content_penalty{position:relative;width:40%;margin-left:30px;top:13%;height:100%}
div.div_idalgo_content_match_timeline_content_line + div.div_idalgo_content_match_timeline_content_penalty{position:absolute;width:40%;left:60%;top:35%;height:100%;margin-top:-1em}
div.div_idalgo_content_match_timeline_content_penalty ul{display:block;position:relative;height:50%}
div.div_idalgo_content_match_timeline_content_penalty ul li{position:relative;display:block;width:30px;height:15px;float:left}
div.div_idalgo_content_match_timeline_content_penalty ul li span.idalgo_sprite_rugby{display:block;position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px}

/* Module/Football/CSS/MatchTimeline.css **************************************************/

div.div_idalgo_content_football_match_timeline{position:relative;}
div.div_idalgo_content_football_match_timeline_content{position:relative;height:80px;}
div.div_idalgo_content_football_match_timeline_content_line{position:relative;margin-left:30px;height:100%;}
div.div_idalgo_content_football_match_timeline_content_extratime .div_idalgo_content_football_match_timeline_content_line{width:50%;}
img.img_idalgo_content_football_match_timeline_content_localteam{position:absolute;left:5px;bottom:50%;margin-bottom:10px;width:20px}
img.img_idalgo_content_football_match_timeline_content_visitorteam{position:absolute;left:5px;top:50%;margin-top:10px;width:20px}

div.div_idalgo_content_football_match_timeline_content_line_step{position:absolute;width:1px;height:50px;top:50%;margin-top:-25px;background-color:#e4e2dd;}
span.span_idalgo_content_football_match_timeline_content_line_part{
    position:absolute;display:block;
    top:50%;
    width:15px;height:15px;
    margin-left:-8px;margin-top:-8px;
    background-color:#ffffff;
    border-radius:50%;
    color:#bbb6a8;
    font-size:0.5em;
    text-align:center;
    z-index:1;
}
.div_idalgo_content_football_match_timeline[data-status='0'] .span_idalgo_content_football_match_timeline_content_line_part{color:#fbfaf9;}

div.div_idalgo_content_football_match_timeline_content_line_middle{position:absolute;width:100%;height:4px;top:50%;margin-top:-2px;background-color:#ffffff;}
div.div_idalgo_content_football_match_timeline_content_line_gradient_top{
    position:absolute;width:100%;height:15px;top:50%;margin-top:-15px;background-color:#fbfaf9;
    background: -webkit-linear-gradient( top, #ffffff, #fbfaf9);
    background:    -moz-linear-gradient( top, #ffffff, #fbfaf9);
    background:     -ms-linear-gradient( top, #ffffff, #fbfaf9);
    background:      -o-linear-gradient( top, #ffffff, #fbfaf9);
    background:         linear-gradient( top, #ffffff, #fbfaf9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fbfaf9);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient_bottom{
    position:absolute;width:100%;height:15px;top:50%;background-color:#fbfaf9;
    background: -webkit-linear-gradient( top, #fbfaf9, #ffffff);
    background:    -moz-linear-gradient( top, #fbfaf9, #ffffff);
    background:     -ms-linear-gradient( top, #fbfaf9, #ffffff);
    background:      -o-linear-gradient( top, #fbfaf9, #ffffff);
    background:         linear-gradient( top, #fbfaf9, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbfaf9, endColorstr=#ffffff);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient{
    position:absolute;height:30px;top:50%;margin-top:-15px;left:0;width:0;
}
div.div_idalgo_content_football_match_timeline_content_line_gradient div.div_idalgo_content_football_match_timeline_content_line_gradient_top{
    background: -webkit-linear-gradient( top, #ffffff, #4db103);
    background:    -moz-linear-gradient( top, #ffffff, #4db103);
    background:     -ms-linear-gradient( top, #ffffff, #4db103);
    background:      -o-linear-gradient( top, #ffffff, #4db103);
    background:         linear-gradient( top, #ffffff, #4db103);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#4db103);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient div.div_idalgo_content_football_match_timeline_content_line_gradient_bottom{
    background: -webkit-linear-gradient( top, #4db103, #ffffff);
    background:    -moz-linear-gradient( top, #4db103, #ffffff);
    background:     -ms-linear-gradient( top, #4db103, #ffffff);
    background:      -o-linear-gradient( top, #4db103, #ffffff);
    background:         linear-gradient( top, #4db103, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db103, endColorstr=#ffffff);
}

div.div_idalgo_content_football_match_timeline_content_line_action{position:absolute;margin-left:-15px;}
    .idalgo_timeline_action_local{top:50%;}
    .idalgo_timeline_action_visitor{bottom:50%;}
    .idalgo_timeline_action_high{z-index:3}
    .idalgo_timeline_action_middle{z-index:2}
    .idalgo_timeline_action_low{z-index:1}
    .idalgo_timeline_action_local.idalgo_timeline_action_low{margin-top:-40px}
    .idalgo_timeline_action_local.idalgo_timeline_action_middle{margin-top:-30px}
    .idalgo_timeline_action_local.idalgo_timeline_action_high{margin-top:-25px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_low{margin-bottom:-40px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_middle{margin-bottom:-30px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_high{margin-bottom:-25px}

.idalgo_timeline_action_local.idalgo_content_football_action_logo_goal_timeline{background-position:center -2480px;}

.idalgo_timeline_action_visitor.idalgo_content_football_action_logo_goal_timeline{background-position:center -2511px;}


div.div_idalgo_content_football_match_timeline_content_penalty{position:absolute;width:40%;left:60%;top:50%;height:2em;margin-top:-1em;}
div.div_idalgo_content_football_match_timeline_content_penalty ul{display:block;position:relative;height:50%;}
div.div_idalgo_content_football_match_timeline_content_penalty ul li{position:relative;display:block;width:15px;height:15px;float:left;overflow:hidden;}
div.div_idalgo_content_football_match_timeline_content_penalty ul li span{display:block;position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px;}


.idalgo_content_football_action_logo_goal_timeline{background-position:center -1860px;}
.idalgo_content_football_action_logo_yellow_timeline{background-position:center -2294px;}
.idalgo_content_football_action_logo_yellowred_timeline{background-position:center -2356px;}
.idalgo_content_football_action_logo_red_timeline{background-position:center -2325px;}
.idalgo_content_football_action_logo_substitute_timeline{background-position:center -2387px;}
.idalgo_content_football_action_logo_nogoal_timeline{background-position:center -2449px;}
.idalgo_content_football_action_logo_video_timeline{background-position:center -3441px; background-color:#ffffff;border-radius:50%; top:25px}

/* Module/Pattern/CSS/CalendarCupNavigation.css *******************************************/
/**
Reprise du fichier calendarnavigation, en attendant...
**/
div.div_idalgo_content_calendar_cup_navigation{position:relative;margin-bottom:1em;}
div.div_idalgo_content_calendar_cup_navigation_part{
    position:relative;
    display:block;
    width:100%;
    height:2.2em;
    margin-bottom:15px;
}
div.div_idalgo_content_calendar_cup_navigation_part_left{position:absolute;width:30%;left:0}
div.div_idalgo_content_calendar_cup_navigation_part_right{position:absolute;width:70%;right:0;bottom:0}
div.div_idalgo_content_calendar_cup_navigation_part_left button.button_idalgo_dropdown{
    padding-right:30px;
}
span.span_idalgo_content_calendar_cup_navigation_part_right{
    display:block;
    margin-left:20px;
    border-bottom:1px solid #bbb6a8;
    text-align:left;
    line-height:2em;
    font-weight:bold;
    font-size:1.125em;
    color:#003978;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
}

div.div_idalgo_content_calendar_cup_navigation_filter_line{position:relative;height:2em;margin-bottom:1em}
    span.span_idalgo_content_calendar_cup_navigation_filter_line_txt{
        position:absolute;display:none;
        background-color:#fbfaf9;
        width:25%;min-width:110px;height:30px;
        line-height:30px;font-size:0.6875em;
        text-align:center;
        cursor:pointer;

    }
    span.span_idalgo_content_calendar_cup_navigation_filter_line_txt:after{
        position:absolute;
        left:100%;
        height:0;width:0;
        content:" ";
        pointer-events:none;
        top: 50%;
        margin-top: -15px;
        border-top:15px solid white;
        border-bottom:15px solid white;
        border-left:15px solid #fbfaf9;
        direction:ltr;
    }
    div.div_idalgo_content_calendar_cup_navigation_filter_line[data-filter="true"]
        span.span_idalgo_content_calendar_cup_navigation_filter_line_txt{display:block}

    div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox{position:absolute;right:0;height:2em;width:60%;}
    div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox div.div_idalgo_listbox{position:relative;width:45%;float:left;margin-right:8px;}
    div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox div.div_idalgo_listbox button.button_idalgo_dropdown {padding:0 30px 0 5px}
    div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox .div_idalgo_listbox ul{max-height:500px;overflow-y:auto}
    div.div_idalgo_content_calendar_cup_navigation_filter_line_round{width:370px;}

div.div_idalgo_content_calendar_cup_navigation_line{position:relative;height:20px;line-height:20px;border-bottom:1px solid #bbb6a8;}
    span.span_idalgo_content_calendar_cup_navigation_line_filter{position:absolute;height:100%;width:10%;left:0;top:0;text-transform:uppercase;font-size:0.6875em;font-weight:bold;text-indent:10px;color:#bbb6a8;}
    span.span_idalgo_content_calendar_cup_navigation_line_filter:before,
    span.span_idalgo_content_calendar_cup_navigation_line_filter:after{
        position:absolute;
        left:120%;
        height:0;width:0;
        border:solid transparent;
        content:" ";
        pointer-events:none;
    }
    span.span_idalgo_content_calendar_cup_navigation_line_filter:after{
        border-left-color: #ffffff;
        direction:ltr;
        border-width:10px;
        top:50%;
        margin-top:-10px;
    }
    span.span_idalgo_content_calendar_cup_navigation_line_filter:before{
        border-left-color: #bbb6a8;
        direction:ltr;
        border-width: 11px;
        top: 50%;
        margin-top: -11px;
    }
div.div_idalgo_content_calendar_cup_navigation ul.ul_idalgo_content_calendar_cup_navigation_line_status{position:relative;margin-left:20%}
div.div_idalgo_content_calendar_cup_navigation li.li_idalgo_content_calendar_cup_navigation_line_status{position:relative;float:left;text-transform:uppercase;padding:0 1em;font-weight:bold;font-size:0.75em;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;box-sizing:content-box}
div.div_idalgo_content_calendar_cup_navigation li.li_idalgo_content_calendar_cup_navigation_line_status_selected{color:#003978;}

/* Module/Football/CSS/CalendarCupNavigation.css ******************************************/
/**
Reprise du fichier calendarnavigation, en attendant...
**/
div.div_idalgo_content_football_calendar_navigation{position:relative;margin-bottom:1em;}
div.div_idalgo_content_football_calendar_navigation_part{
    position:relative;
    display:block;
    width:100%;
    height:2.2em;
    margin-bottom:15px;
}
div.div_idalgo_content_football_calendar_navigation_part_left{position:absolute;width:30%;left:0}
div.div_idalgo_content_football_calendar_navigation_part_right{position:absolute;width:70%;right:0;bottom:0}
div.div_idalgo_content_football_calendar_navigation_part_left button.button_idalgo_dropdown{
    padding-right:30px;
}
span.span_idalgo_content_football_calendar_navigation_part_right{
    display:block;
    margin-left:20px;
    border-bottom:1px solid #bbb6a8;
    text-align:left;
    line-height:2em;
    font-weight:bold;
    font-size:1.125em;
    color:#003978;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
}

div.div_idalgo_content_football_calendar_navigation_filter_line{position:relative;height:2em;margin-bottom:1em}
    span.span_idalgo_content_football_calendar_navigation_filter_line_txt{
        position:absolute;display:none;
        background-color:#fbfaf9;
        width:25%;min-width:110px;height:30px;
        line-height:30px;font-size:0.6875em;
        text-align:center;
        cursor:pointer;

    }
    span.span_idalgo_content_football_calendar_navigation_filter_line_txt:after{
        position:absolute;
        left:100%;
        height:0;width:0;
        content:" ";
        pointer-events:none;
        top: 50%;
        margin-top: -15px;
        border-top:15px solid white;
        border-bottom:15px solid white;
        border-left:15px solid #fbfaf9;
        direction:ltr;
    }
    div.div_idalgo_content_football_calendar_navigation_filter_line[data-filter="true"]
        span.span_idalgo_content_football_calendar_navigation_filter_line_txt{display:block}

    div.div_idalgo_content_football_calendar_navigation_filter_line_listbox{position:absolute;right:0;height:2em;width:60%;}
    div.div_idalgo_content_football_calendar_navigation_filter_line_listbox div.div_idalgo_listbox{position:relative;width:45%;float:left;margin-right:8px;}
    div.div_idalgo_content_football_calendar_navigation_filter_line_listbox div.div_idalgo_listbox button.button_idalgo_dropdown {padding:0 30px 0 5px}
    div.div_idalgo_content_football_calendar_navigation_filter_line_listbox .div_idalgo_listbox ul{max-height:500px;overflow-y:auto}
    div.div_idalgo_content_football_calendar_navigation_filter_line_round{width:370px;}

div.div_idalgo_content_football_calendar_navigation_line{position:relative;height:20px;line-height:20px;border-bottom:1px solid #bbb6a8;}
    span.span_idalgo_content_football_calendar_navigation_line_filter{position:absolute;height:100%;width:10%;left:0;top:0;text-transform:uppercase;font-size:0.6875em;font-weight:bold;text-indent:10px;color:#bbb6a8;}
    span.span_idalgo_content_football_calendar_navigation_line_filter:before,
    span.span_idalgo_content_football_calendar_navigation_line_filter:after{
        position:absolute;
        left:120%;
        height:0;width:0;
        border:solid transparent;
        content:" ";
        pointer-events:none;
    }
    span.span_idalgo_content_football_calendar_navigation_line_filter:after{
        border-left-color: #ffffff;
        direction:ltr;
        border-width:10px;
        top:50%;
        margin-top:-10px;
    }
    span.span_idalgo_content_football_calendar_navigation_line_filter:before{
        border-left-color: #bbb6a8;
        direction:ltr;
        border-width: 11px;
        top: 50%;
        margin-top: -11px;
    }
div.div_idalgo_content_football_calendar_navigation ul.ul_idalgo_content_football_calendar_navigation_line_status{position:relative;margin-left:20%}
div.div_idalgo_content_football_calendar_navigation li.li_idalgo_content_football_calendar_navigation_line_status{position:relative;float:left;text-transform:uppercase;padding:0 1em;font-weight:bold;font-size:0.75em;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;box-sizing:content-box}
div.div_idalgo_content_football_calendar_navigation li.li_idalgo_content_football_calendar_navigation_line_status_selected{color:#003978;}

/* Module/Pattern/CSS/CalendarCup.css *****************************************************/

div.div_idalgo_content_calendar_cup{position:relative;}
ul.ul_idalgo_content_calendar_cup_date{position:relative;}
li.li_idalgo_content_calendar_cup_date{position:relative;margin-bottom:1em;}
div.div_idalgo_content_calendar_cup_date_title{
    position:relative;display:block;
    height:2em;
    margin-bottom:1em;
    border:1px solid #e4e2dd;
    font-size:0.6875em;
    line-height:2em;
    padding:0 10px;
    background-color: #fbfaf9;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fbfaf9));
    background-image:-webkit-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:   -moz-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:    -ms-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:     -o-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:        linear-gradient(top, #ffffff, #fbfaf9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#fbfaf9, GradientType=0);
}
span.span_idalgo_content_calendar_cup_date_title_left{float:left}
span.span_idalgo_content_calendar_cup_date_title_right{position:absolute;display:block;width:10%;right:5px;text-align:center}
ul.ul_idalgo_content_calendar_cup_date_match{position:relative;padding:0 5px;}
li.li_idalgo_content_calendar_cup_date_match{position:relative;border-bottom:1px solid #e4e2dd;height:1.25em;line-height:1.25em;}
li.li_idalgo_content_calendar_cup_date_match div{font-size:0.6875em;}
ul.ul_idalgo_content_calendar_cup_date_match li:last-child{border-bottom:none;}
    div.div_idalgo_content_calendar_cup_date_match_hour{position:absolute;left:0;width:15%;height:100%;text-align:center;overflow:hidden}
    div.div_idalgo_content_calendar_cup_date_match_ctx{position:absolute;left:15%;width:10%;height:100%;text-align:left;font-weight:bold;overflow:hidden;}
        div.div_idalgo_content_calendar_cup_date_match_local a,
        div.div_idalgo_content_calendar_cup_date_match_visitor a{display:block;position:absolute;height:100%;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;}
        div.div_idalgo_content_calendar_cup_date_match_local img,
        div.div_idalgo_content_calendar_cup_date_match_visitor img{position:absolute;top:50%;margin-top:-7px;}
    div.div_idalgo_content_calendar_cup_date_match_local{position:absolute;left:25%;width:27%;height:100%;text-align:right;}
        img.img_idalgo_content_calendar_cup_date_match_local{left:0;}
        a.a_idalgo_content_calendar_cup_date_match_local{left:25px;right:0;}
    div.div_idalgo_content_calendar_cup_date_match_score{position:absolute;left:52%;width:11%;height:100%;text-align:right;text-align:center;}
    a.a_idalgo_content_calendar_cup_date_match_score{position:relative;display:block;width:100%;height:100%;font-family:"Georgia",Times New Roman,Times,serif;font-weight:bold;}
    div.div_idalgo_content_calendar_cup_date_match_visitor{position:absolute;left:63%;width:27%;height:100%;text-align:left;}
        img.img_idalgo_content_calendar_cup_date_match_visitor{right:0;}
        a.a_idalgo_content_calendar_cup_date_match_visitor{right:25px;left:0;}

    div.div_idalgo_content_calendar_cup_date_match_stadium{position:absolute;left:90%;width:10%;height:100%;text-align:center;}
    div.div_idalgo_content_calendar_cup_date_match_stadium span.idalgo_sprite{display:block;margin:0 auto;background-position:center -1550px;margin-top: -5px}
    span.span_idalgo_content_calendar_cup_date_match_stadium_tooltip{
        visibility: hidden;
        position: absolute;display:block;
        min-width:200px;
        top: 30px;
        right:0;
        z-index:200;
        padding: 0 10px;
        border: 1px solid #e4e2dd;
        background-color: #ffffff;
        box-shadow: -3px 3px 3px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        white-space:nowrap;
    }
    .div_idalgo_content_calendar_cup_date_match_stadium:hover .span_idalgo_content_calendar_cup_date_match_stadium_tooltip{visibility:visible}
span.span_idalgo_content_calendar_cup_date_match_stadium_tooltip:before,
span.span_idalgo_content_calendar_cup_date_match_stadium_tooltip:after
{
  content: "";
  position: absolute;
  top: -7px;
  right: 15px;
  margin-left: -8px;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
}

span.span_idalgo_content_calendar_cup_date_match_stadium_tooltip:before
{
  border-bottom-color: #e4e2dd;
  top: -8px;
}

/* Module/Football/CSS/CalendarCup.css ****************************************************/

div.div_idalgo_content_football_calendar_cup{position:relative;}
ul.ul_idalgo_content_football_calendar_cup_date{position:relative;}
li.li_idalgo_content_football_calendar_cup_date{position:relative;margin-bottom:1em;}
div.div_idalgo_content_football_calendar_cup_date_title{
    position:relative;display:block;
    height:2em;
    margin-bottom:1em;
    border:1px solid #e4e2dd;
    font-size:0.6875em;
    line-height:2em;
    padding:0 10px;
    background-color: #fbfaf9;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fbfaf9));
    background-image:-webkit-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:   -moz-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:    -ms-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:     -o-linear-gradient(top, #ffffff, #fbfaf9);
    background-image:        linear-gradient(top, #ffffff, #fbfaf9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#fbfaf9, GradientType=0);
}
span.span_idalgo_content_football_calendar_cup_date_title_left{float:left}
span.span_idalgo_content_football_calendar_cup_date_title_right{position:absolute;display:block;width:10%;right:5px;text-align:center}
ul.ul_idalgo_content_football_calendar_cup_date_match{position:relative;padding:0 5px;}
li.li_idalgo_content_football_calendar_cup_date_match{position:relative;border-bottom:1px solid #e4e2dd;height:1.25em;line-height:1.25em;}
li.li_idalgo_content_football_calendar_cup_date_match div{font-size:0.6875em;}
ul.ul_idalgo_content_football_calendar_cup_date_match li:last-child{border-bottom:none;}
    div.div_idalgo_content_football_calendar_cup_date_match_hour{position:absolute;left:0;width:15%;height:100%;text-align:center;overflow:hidden}
    div.div_idalgo_content_football_calendar_cup_date_match_ctx{position:absolute;left:15%;width:10%;height:100%;text-align:left;font-weight:bold;overflow:hidden;}
        div.div_idalgo_content_football_calendar_cup_date_match_local a,
        div.div_idalgo_content_football_calendar_cup_date_match_visitor a{display:block;position:absolute;height:100%;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;}
        div.div_idalgo_content_football_calendar_cup_date_match_local img,
        div.div_idalgo_content_football_calendar_cup_date_match_visitor img{position:absolute;top:50%;margin-top:-7px;}
    div.div_idalgo_content_football_calendar_cup_date_match_local{position:absolute;left:25%;width:27%;height:100%;text-align:right;}
        img.img_idalgo_content_football_calendar_cup_date_match_local{left:0;}
        a.a_idalgo_content_football_calendar_cup_date_match_local{left:25px;right:0;}
    div.div_idalgo_content_football_calendar_cup_date_match_score{position:absolute;left:52%;width:11%;height:100%;text-align:right;text-align:center;}
    a.a_idalgo_content_football_calendar_cup_date_match_score{position:relative;display:block;width:100%;height:100%;font-family:"Georgia",Times New Roman,Times,serif;font-weight:bold;}
    div.div_idalgo_content_football_calendar_cup_date_match_visitor{position:absolute;left:63%;width:27%;height:100%;text-align:left;}
        img.img_idalgo_content_football_calendar_cup_date_match_visitor{right:0;}
        a.a_idalgo_content_football_calendar_cup_date_match_visitor{right:25px;left:0;}
        
    div.div_idalgo_content_football_calendar_cup_date_match_stadium{position:absolute;left:90%;width:10%;height:100%;text-align:center;}
    div.div_idalgo_content_football_calendar_cup_date_match_stadium span.idalgo_sprite{display:block;margin:0 auto;background-position:center -1550px;margin-top: -5px}
    span.span_idalgo_content_football_calendar_cup_date_match_stadium_tooltip{
        visibility: hidden;
        position: absolute;display:block;
        min-width:200px;
        top: 30px;
        right:0;
        z-index:200;
        padding: 0 10px;
        border: 1px solid #e4e2dd;
        background-color: #ffffff;
        box-shadow: -3px 3px 3px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
        white-space:nowrap;
    }
    .div_idalgo_content_football_calendar_cup_date_match_stadium:hover .span_idalgo_content_football_calendar_cup_date_match_stadium_tooltip{visibility:visible}
span.span_idalgo_content_football_calendar_cup_date_match_stadium_tooltip:before,
span.span_idalgo_content_football_calendar_cup_date_match_stadium_tooltip:after
{
  content: "";
  position: absolute;
  top: -7px;
  right: 15px;
  margin-left: -8px;  
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;  
}

span.span_idalgo_content_football_calendar_cup_date_match_stadium_tooltip:before
{
  border-bottom-color: #e4e2dd;
  top: -8px;
}

/* Module/Football/CSS/PresidentCalendar.css **********************************************/
div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_visitor_team {width:15%;}

/* Module/Football/CSS/RefereeCalendar.css ************************************************/
span.span_idalgo_content_calendar_status_referee a {
    color: #000;
}
div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_visitor_team {width:15%;}

/* Module/Football/CSS/RefereeStatistic.css ***********************************************/


/* Module/Football/CSS/CoachCalendar.css **************************************************/
div.div_idalgo_content_calendar.coach span.span_idalgo_content_calendar_competition {
    width:21%;
    }
div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_visitor_team {width:15%;}

/* Module/Sport/CSS/ScoreCenterNavigation.css *********************************************/

div.div_idalgo_content_sport_score_center_navigation{position:relative}
/* Navigation prev,cur,next */
div.div_idalgo_content_sport_score_center_navigation_days{
    position:relative;
    width:100%;
    height:40px;
}
div.div_idalgo_content_sport_score_center_navigation_days .button_idalgo{font-size:0.625em;}
div.div_idalgo_content_sport_score_center_navigation_days .a_idalgo_dropdown_menu{font-size:0.625em;}
div.div_idalgo_content_sport_score_center_navigation_days > div{
    position:absolute;
    top:0;
}
div.div_idalgo_content_sport_score_center_navigation_days_before{
    left:0;
    width:33%;
    height:100%;
    text-align:right
}
div.div_idalgo_content_sport_score_center_navigation_days_before a.idalgo_listbox_split_left{
  border-right:0 none;
}
div.div_idalgo_content_sport_score_center_navigation_days_current{
    left:33%;
    width:34%;
    height:2em;
    text-align:center;
    z-index:1;
}
span.span_idalgo_content_sport_score_center_navigation_days_current{
    display:block;
    overflow:hidden;
    width:auto;
    height:38px;
    line-height:38px;
    font-size:0.625em;
    color:#003978;
    border-width:1px 1px 0 1px;
    border-color:#e4e2dd;
    border-style:solid;
    z-index:1;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
    margin:0 -1px;
}
div.div_idalgo_content_sport_score_center_navigation_days_current[data-title='1']{width:100%;left:0}
div.div_idalgo_content_sport_score_center_navigation_days_current[data-title='1'] span{border-style:none}
div.div_idalgo_content_sport_score_center_navigation_days_after{
    left:67%;
    width:33%;
    height:100%;
    text-align:left
}
div.div_idalgo_content_sport_score_center_navigation_days_after a.idalgo_listbox_split_right{
  border-left:0 none;
}

div.div_idalgo_content_sport_score_center_navigation span.span_idalgo_dropdown_short,
div.div_idalgo_content_sport_score_center_navigation div.div_idalgo_listbox a.a_idalgo_dropdown_short{display:none}

/* Module/Sport/CSS/ScoreCenter.css *******************************************************/

div.div_idalgo_content_sport_score_center {position:relative;z-index:0}

/** Filtre discipline **/
div.div_idalgo_content_sport_score_center_filter_discipline{
    position:relative;height:52px;width:100%;margin:20px 0 0 0}
ul.ul_idalgo_content_sport_score_center_filter_discipline{
    position:relative;display:block;width:100%;height:100%;text-align:center}
li.li_idalgo_content_sport_score_center_filter_discipline{
    position:relative;display:inline;margin:0;padding:0;list-style:none;vertical-align:top}
li.li_idalgo_content_sport_score_center_filter_discipline > button {
    position:relative;width:32px;height:32px;margin:10px 5px;padding:0;border-style:none;cursor:pointer;overflow:hidden;
    background-color:transparent;background-size:cover;background-position:bottom;box-sizing:border-box}

li.li_idalgo_content_sport_score_center_filter_discipline > button > svg{
    width:100%;
    fill:#e4e2dd;
    border-radius:50%;
    border:1px solid #e4e2dd;
    transition:0.5s ease;
    box-sizing:border-box
}
li.li_idalgo_content_sport_score_center_filter_discipline > button > svg .bg{
    fill:transparent;
    transition:0.5s ease
}
li.li_idalgo_content_sport_score_center_filter_discipline > button:hover > svg,
li.li_idalgo_content_sport_score_center_filter_discipline > button[data-status="on"] > svg{
    fill:#ffffff
}
li.li_idalgo_content_sport_score_center_filter_discipline > button:hover > svg .bg,
li.li_idalgo_content_sport_score_center_filter_discipline > button[data-status="on"] > svg .bg{
    fill:#003978
}

/** L&eacute;gende **/
div.div_idalgo_content_sport_score_center_legend {
    position:absolute;
    top:0;
    right:0;
    height:52px;
    width:130px;
    text-align:right;
    z-index:0;
}
div.div_idalgo_content_sport_score_center_legend_title {cursor:pointer}
span.span_idalgo_content_sport_score_center_legend_title_txt {position:relative;display:block;text-transform:uppercase;padding-right:30px;line-height:52px}
span.span_idalgo_content_sport_score_center_legend_title_txt span {
    border:1px solid black;
    border-radius:10px;
    position:absolute;
    top:16px;right:5px;
    width:1em;
    height:1em;line-height:1em;
    text-align:center
}

div.div_idalgo_content_sport_score_center_legend[is_closed=true] div.div_idalgo_content_sport_score_center_legend_content {display:none}

div.div_idalgo_content_sport_score_center_legend[is_closed=false] {margin:10px 25% 0 25%;width:50%;text-align:right;box-shadow: 2px 2px 3px #eee;z-index:101}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] div.div_idalgo_content_sport_score_center_legend_title {background-color:#fbfaf9}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_content_sport_score_center_legend_title_cross {position:absolute;top:11px;left:2px;display:block}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_content_sport_score_center_legend_title_txt {margin-right:10px}

div.div_idalgo_content_sport_score_center_legend[is_closed=false] div.div_idalgo_content_sport_score_center_legend_content{display:block;width:100%;background-color:#ffffff;border:1px solid #fbfaf9;box-shadow: 2px 2px 3px #eee}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] ul.ul_idalgo_content_sport_score_center_legend_content{margin-left:60px;padding:20px 0;position: relative}

/** L&eacute;gende - Foot **/
div.div_idalgo_content_sport_score_center_legend[is_closed=false] div.div_idalgo_football_legend_stat{height: 30px;position: relative;text-align: left}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_football_legend_stat_txt{position:relative;padding-left:60px;text-transform:uppercase}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_football_legend_stat_txt_res{position:absolute;display:block;top:0;left:6px;height:20px}

/** L&eacute;gende - Foot - Carr&eacute; du p&eacute;nalty **/
div.div_idalgo_content_sport_score_center_legend[is_closed=false] div.div_idalgo_football_legend_stat_penalty{height:50px}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] div.div_idalgo_football_legend_stat_penalty{line-height:50px}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_football_legend_stat_txt_square{border:1px solid #bbb6a8;height:38px;line-height:38px;position:absolute;top:-10px;left:0;width:38px}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_football_legend_stat_txt_square_peno{background-color:#fbfaf9;position:absolute;top:0;width:15px;height:15px;line-height:15px;margin-top:-5px;right:0;margin-right:-5px;text-align:center}
div.div_idalgo_content_sport_score_center_legend[is_closed=false] span.span_idalgo_football_legend_stat_txt_square_peno_txt{font-size:10px;line-height:15px}

div.div_idalgo_content_sport_score_center_competition_title span.idalgo_icon_football{background-position: -19px -380px}

/** Filtre navigation **/
div.div_idalgo_header div.div_idalgo_content_sport_score_center_filter_nav,
div.div_idalgo_container div.div_idalgo_content_sport_score_center_filter_nav{
    position:relative;display:block;
    border-bottom:1px solid #e4e2dd;
    margin:20px 0 0 0
}
div.div_idalgo_header ul.ul_idalgo_content_sport_score_center_filter_nav,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_filter_nav{
    position:relative;display:none;
    line-height:2em;
    margin:0 auto;
    border-bottom:0;
}

div.div_idalgo_header ul.ul_idalgo_content_sport_score_center_filter_nav li a,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_filter_nav li a{
    position:relative;height:3em;line-height:3em}

ul.ul_idalgo_content_sport_score_center_filter_nav > li > a.a_idalgo_active,
ul.ul_idalgo_content_sport_score_center_filter_nav > li > a.a_idalgo_active:hover {
    background-color:#fbfaf9;
}

ul.ul_idalgo_content_sport_score_center_filter_nav > li > a.a_idalgo_active,
ul.ul_idalgo_content_sport_score_center_filter_nav > li > a.a_idalgo_active:hover,
ul.ul_idalgo_content_sport_score_center_filter_nav > li > a:hover {
    border-bottom-color:#fbfaf9
}
div.div_idalgo_header ul.ul_idalgo_content_sport_score_center_filter_nav span.span_navtab_badge,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_filter_nav span.span_navtab_badge{
    line-height:18px;
    background-color:#003978
}

/** Comp&eacute;tition **/
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_competition,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_event{
    position:relative;display:block;
    padding:10px;
    background-color:#fbfaf9
}
    li.li_idalgo_content_sport_score_center_competition,
    li.li_idalgo_content_sport_score_center_event{
        position:relative;display:block;
        border:1px solid #e4e2dd;
        background-color:#ffffff;
        margin-bottom:1em
    }
    li.li_idalgo_content_sport_score_center_competition.idalgo_action_hide{display:none}
    li.li_idalgo_content_sport_score_center_competition.idalgo_sport_hide{display:none}
div.div_idalgo_content_sport_score_center_competition_title{
    position:relative;display:block;
    height:3em;line-height:3em;
    border-bottom:2px solid #003978;
    text-transform:uppercase;
    text-align:center;
    z-index:11
}
    span.span_idalgo_content_sport_score_center_competition_title{
        display:block;
        margin-left:50px;
        height:100%;
        line-height:40px;
        font-weight:bold;
        font-size:0.75em;
        letter-spacing:0.2em;
        text-align:left;
        overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap;
        z-index:1
    }
div.div_idalgo_content_sport_score_center_competition_title > svg {
    position:absolute;
    height:40px;
    top:5px;
    left:5px;
    fill:#003978
}
div.div_idalgo_content_sport_score_center_competition_title > svg .bg{
    fill:transparent
}

html[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_title{letter-spacing:normal}

    span.span_idalgo_content_sport_score_center_competition_title_subtitle,
    span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{
        position:absolute;display:block;
        top:10px;height:100%;color:#645f4f;font-size:0.625em;text-align:left}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle{left:50px}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{left:40px}

    span.span_idalgo_content_sport_score_center_competition_title_gender,
    span.span_idalgo_content_sport_score_center_competition_group_title_gender{
        position: absolute;display: block;
        width: 35px;top:7px;
        right:5px
    }

span.span_idalgo_content_sport_score_center_competition_group_title_gender{top:-2px}

    span.span_idalgo_content_sport_score_center_competition_group_title_gender + span,
    span.span_idalgo_content_sport_score_center_competition_title_gender + span {right:50px;}
    span.span_idalgo_content_sport_score_center_competition_title_gender + span.span_idalgo_content_sport_score_center_competition_title_subtitle {left:60px;}

html[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_subtitle,
html[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_subtitle_short,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_subtitle,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_subtitle_short,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_title_subtitle,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{
    letter-spacing:normal}

    span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{display:none}
    span.span_idalgo_content_sport_score_center_competition_title_logo{
        position:absolute;display:block;
        top:1.5em;left:15px;margin-top:-8px;
        height:14px;width:14px;
        border-radius:50px;
        border:2px solid #003978;
        background-color:white;
        z-index:10
    }
    div.div_idalgo_content_sport_score_center_competition_title_standing_action,
    div.div_idalgo_content_sport_score_center_competition_title_finalleg_action{
        display:block;position:absolute;
        color:#003978;
        text-align:center;
        left:0;right:0;bottom:0;width:100%;
        font-size:0.5em;
        height:0;
        line-height:0;
        z-index: 1;
    }
    span.span_idalgo_content_sport_score_center_competition_title_standing_action,
    span.span_idalgo_content_sport_score_center_competition_title_finalleg_action{
        position:relative;cursor:pointer;
        padding:0 1em;
        background-color:#ffffff;
        letter-spacing:0.5em;
    }

html[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_standing_action,
html[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_finalleg_action,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_standing_action,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_title_finalleg_action
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_title_standing_action,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_title_finalleg_action{
    letter-spacing:normal}

div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_competition_group{position:relative;display:block;z-index:1}
    li.li_idalgo_content_sport_score_center_competition_group{position:relative;display:block}
    li.li_idalgo_content_sport_score_center_competition_group.idalgo_action_hide{display: none;}
        div.div_idalgo_content_sport_score_center_competition_group_title{
            position:relative;display:block;
            height:2em;line-height:2em;
            border-bottom:1px solid #e4e2dd;
            background-color:#fbfaf9;
            text-transform:uppercase;
            text-align:center;
        }
        span.span_idalgo_content_sport_score_center_competition_group_title,
        span.span_idalgo_content_sport_score_center_competition_group_title_short{
            position:absolute;display:block;
            top:11px;left:11px;
            line-height:1.3em;
            font-size:0.5em;
            color:#3c382f;
            letter-spacing:0.4em;
            text-align:left;
        }
        div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_group_title,
        div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_group_title_short,
        div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_group_title,
        div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_group_title_short{
            letter-spacing:normal}
        span.span_idalgo_content_sport_score_center_competition_group_title_short{display:none}
        div.div_idalgo_content_sport_score_center_competition_group_title_standing,
        div.div_idalgo_content_sport_score_center_competition_group_title_finalleg{
            display:block;position:absolute;
            color:#003978;
            text-align:center;
            left:0;right:0;bottom:0;width:100%;
            font-size:0.5em;
            height:0;
            line-height:0;
            z-index:11;
        }
        span.span_idalgo_content_sport_score_center_competition_group_title_standing,
        span.span_idalgo_content_sport_score_center_competition_group_title_finalleg{
            position:relative;cursor:pointer;
            padding:0 1em;
            background-color:#ffffff;
            letter-spacing:0.5em;
        }
        div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_group_title_standing,
        div.div_idalgo_container[lang="AR"] span.span_idalgo_content_sport_score_center_competition_group_title_finalleg,
        div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_group_title_standing,
        div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_sport_score_center_competition_group_title_finalleg{
            letter-spacing:normal}
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_competition_group_match{position:relative;margin-top:5px}
    li.li_idalgo_content_sport_score_center_competition_group_match,
    div.div_idalgo_dom_match_games_period{position:relative;border-bottom:1px solid #e4e2dd}

div.div_idalgo_content_sport_score_center div.div_idalgo_dom_match_match_popup{position:absolute;display:block;left:0;top:0;width:100%;height:100%;cursor:pointer;}

li.li_idalgo_content_sport_score_center_competition_group_match_first
{
    margin-top: 15px;
    border-top:1px solid #e4e2dd;
}

/* Popup */
div.div_idalgo_football_popup_match_content div.div_idalgo_football_popup_match_content_nav ul{width:90%}
div.div_idalgo_football_popup_match_content li.li_idalgo_left{width:33%}
div.div_idalgo_football_popup_match_content div.div_idalgo_content_football_match_preview_history_header_left{width:37%}
div.div_idalgo_football_popup_match_content div.div_idalgo_content_football_match_preview_history_header_right{width:63%}


/** Filtre sports JO **/
div.div_idalgo_content_sport_score_center_filter {position: relative;display: block;background-color:#fbfaf9;padding:10px;}

div.div_idalgo_content_sport_score_center_filter_list{
    position:relative;
    display:block;
}

div.div_idalgo_content_sport_score_center_filter_list_title {
    position: relative;display: block;
    height: 30px;line-height: 30px;
    font-size: 0.875em;
    text-indent: 10px;
    border-top: 2px solid #003978;
    background-color: #ffffff
}

div.div_idalgo_content_sport_score_center_filter_list_title_filter_all {position: absolute;display: block;height: 100%;top:0;right:5px;color: #e4e2dd}
div.div_idalgo_content_sport_score_center_filter_list_title_filter_all.idalgo_active {color: #3c382f}
span.span_idalgo_content_sport_score_center_filter_list_title_filter_all_txt {position: relative;display: block;margin-right:50px}


ul.ul_idalgo_content_sport_score_center_filter_list_content {position: relative;display: block;background-color: #ffffff ;box-shadow: 0px 1px 0px #e4e2dd;}
    li.li_idalgo_content_sport_score_center_filter_list_content_sport{position: relative;display: block;float: left;width: 30px;height:30px;margin: 5px 10px;background-color: #e4e2dd}
    span.span_idalgo_content_sport_score_center_filter_list_title_filter_all_cnt {position: absolute;display: block;top:3px;right:10px;height: 30px;width: 30px;background-color: #ffffff}
    span.span_idalgo_content_sport_score_center_filter_mob_filter {position:relative;display: none;width:100%;height: 30px;line-height: 30px;background-color: #003978;color:#ffffff;text-align: center;text-transform: uppercase;font-size: 0.6875em;letter-spacing: 0.2em}
    span.span_idalgo_content_sport_score_center_filter_mob_filter:hover,
    div.div_idalgo_content_sport_score_center_filter_list_title_filter_all:hover,
    li.li_idalgo_content_sport_score_center_filter_list_content_sport:hover{cursor: pointer}
li.li_idalgo_content_sport_score_center_filter_list_content_sport img {height: 30px;width: 30px}
li.li_idalgo_content_sport_score_center_filter_list_content_sport.idalgo_active {background-color: #003978;}

/* Module/Rugby/CSS/WidgetStatisticPlayer.css *********************************************/

/* D&eacute;finition du comportement de la zone de slide du widget *********************/
div.div_idalgo_widget_statistic_player {position:relative;height:530px;overflow: hidden;margin:0 auto;}
ul.ul_idalgo_widget_statistic_player_view {position:relative;height: 345px;left:0;z-index:0}
li.li_idalgo_widget_statistic_player_view {position:relative;float:left;}
div.div_idalgo_widget_player_stats_slider_view_count{position:absolute;width:48px;height:48px;border:2px solid #bbb6a8;border-radius:50%;}

/*********************************** Navigation *********************************/
div.div_idalgo_slider_navigation{position:absolute;width:100%}
div.div_idalgo_slider_navigation_switch {position:absolute;height:20px;left:50%;top:0}
div.div_idalgo_slider_navigation_switch_inner {height:20px;left:-50%;position:relative}

div.div_idalgo_slider_navigation_button {text-align:center;height:50px;width:100%;position:relative;top:23px}
div.div_idalgo_slider_navigation_button div.idalgo_sprite_button {height:50px;width:50px;margin:0 auto;cursor:pointer;}
div.div_idalgo_slider_navigation_switch div.idalgo_sprite_switch  {float:left;height:20px;width:15px;cursor:pointer}
div.div_idalgo_slider_navigation_switch div.div_idalgo_button_active {background-position:center -2952px}

/* Module/Rugby/CSS/Result.css ************************************************************/

div.div_idalgo_content_rugby_result{position:relative}

/* Module/Rugby/CSS/WidgetResult.css ******************************************************/

div.div_idalgo_rugby_widget_result{position:relative}
div.div_idalgo_rugby_widget_result a.a_idalgo_match_final_match_score{font-size:2em;line-height:1.5em}

/* Module/Rugby/CSS/MatchAction.css *******************************************************/

div.div_idalgo_content_rugby_match_action{position:relative;display:block}

span.span_idalgo_content_match_action_part_detail_logo {
    height: 18px;
    position: relative;
    width: 20px;
    vertical-align:bottom;
}

div.div_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail_logo,
li.li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_detail_logo {
    display:inline-block
}

div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail_logo,
li.li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail_logo {
    display:inline-block
}

/* Couleur sur les remplacements */
.div_idalgo_content_match_action_part_7 a.a_idalgo_content_match_action_part_player,
.li_idalgo_content_match_action_part_7 a.a_idalgo_content_match_action_part_player{color:#eb3e29}
.div_idalgo_content_match_action_part_7 a.a_idalgo_content_match_action_part_detail,
.li_idalgo_content_match_action_part_7 a.a_idalgo_content_match_action_part_detail{color:#4fba82;font-weight:bold}

/* Module/Pattern/CSS/MatchSquad.css ******************************************************/

/* La zone de contenu principale *******************************************************/
div.div_idalgo_content_match_squad_container_border {
    position:relative;
    border:1px solid #bbb6a8;
    display: block;
    overflow:hidden;
    margin-bottom:40px
}

div.div_idalgo_content_match_squad_container {
    position:relative;
    margin:20px
}

/* Logo des &eacute;quipes *********************************************************/
img.img_idalgo_content_match_squad_container_team_picture_local,
img.img_idalgo_content_match_squad_container_team_picture_visitor{
    position:absolute;
    display:block;
    left:37px;
    width:66px
}

img.img_idalgo_content_match_squad_container_team_picture_local  {top:40px}
img.img_idalgo_content_match_squad_container_team_picture_visitor{bottom:40px}
img.img_idalgo_content_match_squad_container_team_opacity{
    opacity:0.2
}

img.img_idalgo_content_match_squad_container_team_picture_local_small,
img.img_idalgo_content_match_squad_container_team_picture_visitor_small{
    display:none;
    width:32px
}

/* Tactiques **************************************************************************/
span.span_idalgo_content_match_squad_container_tactic_local,
span.span_idalgo_content_match_squad_container_tactic_visitor{
    position:absolute;
    display:block;
    right:0;
    height:20px;
    line-height:20px;
    margin:0;
    color:#003978;
    float:right;
    font-size:0.9em;
    font-weight:bold
}
span.span_idalgo_content_match_squad_container_tactic_local{
    top:-20px
}
span.span_idalgo_content_match_squad_container_tactic_visitor{
    bottom:-20px
}

/* Le terrain **************************************************************************/
div.div_idalgo_content_match_squad_main {
    position:relative;
    margin:0;
    margin-left:140px;
    z-index:9;
    overflow:hidden;
}

img.img_idalgo_content_match_squad_main_background{
    width:100%;
    max-height:100%;
    border:none;
}

img.img_idalgo_content_match_squad_main_background_opacitiy_08 {
    opacity:0.8;
}

div.div_idalgo_content_match_squad_main_list {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: left 0.2s;
       -moz-transition: left 0.2s;
        -ms-transition: left 0.2s;
         -o-transition: left 0.2s;
            transition: left 0.5s
}

div.div_idalgo_content_match_squad_main div.div_idalgo_content_match_squad_main_list_unselected {
    left:100%
}

div.div_idalgo_content_match_squad_main_list_selected {
    left:0
}
ul.ul_idalgo_content_match_squad {
    position:absolute;
    left:0;
    width:100%;
    height:50%
}
ul.ul_idalgo_content_match_squad[data-team=local]{
    top:0
}

ul.ul_idalgo_content_match_squad[data-team=visitor]{
    bottom:0
}

/* Joueurs **************************************************************************/
ul.ul_idalgo_content_match_squad li.li_idalgo_content_match_squad {
    position:relative;
    width:78px;
    height:40px;
    margin:-20px 0 0 -39px;
    float:left;
    overflow:hidden;
    cursor:pointer;
    list-style:none
}

div.div_idalgo_content_match_squad_event_web,
div.div_idalgo_content_match_squad_event_mobile {
    position:absolute;
    top:0;
    left:0;
    width:78px;
    height:40px;
}

div.div_idalgo_content_match_squad_event_web {
    display:block;
}

div.div_idalgo_content_match_squad_event_mobile {
    display:none;
}

div.div_idalgo_content_match_squad_shirt {
    position:absolute;
    width:21px;
    height:21px;
        top:0px;
    left:27px;
    border: 2px solid #645f4f;
    -webkit-border-radius:50%;
       -moz-border-radius:50%;
            border-radius:50%;
    background-color:#fbfaf9;
    color:#3c382f;
    display:flex;
    justify-content:center;
    align-items:center
}

ul.ul_idalgo_content_match_squad li:hover div.div_idalgo_content_match_squad_shirt {
    background-color: yellow !important;
    color:#3c382f !important;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s
}

span.span_idalgo_content_match_squad_shirt{
    position:relative;
    font-weight:bold;
    font-size: 0.75em
}

div.div_idalgo_content_match_squad_player {
    position:absolute;
    width:78px;
    height:15px;
    line-height:15px;
    bottom:0;
    text-align:center;
}

a.a_idalgo_content_match_squad_player {
    line-height:15px;
    color:#ffffff;
    font-size:0.65em;
    font-weight:bold;
}

/* Actions des joueurs *****************************************************************/
/* Buts */

div.div_idalgo_content_match_squad_goal {
    position:absolute;
    top:2px;
    left:0px;
    width:27px;
    height:37px;
}
span.span_idalgo_content_match_squad_goal_bal {
    display:block;
    float:right;
    margin-right:1px;
    margin-bottom:1px;
    height:0;
    width:0;
    border:3px solid #ffffff;
    border-radius: 50%;
}

/* Carton Jaune */
div.div_idalgo_content_match_squad_yellow {
    position:absolute;
    top:3px;
    right:20px;
    width:4px;
    height:8px;
}

div.div_idalgo_content_match_squad_yellow span {
    display:block;
    width:4px;
    height:8px;
    background-color: yellow;
}

/* 2e Carton Jaune */
div.div_idalgo_content_match_squad_yellow_red {
    position:absolute;
    top:1px;
    right:12px;
    width:4px;
    height:8px;
    background-color: red;
}

div.div_idalgo_content_match_squad_yellow_red span {
    display:block;
    position:absolute;
    top:2px;
    right:2px;
    width:4px;
    height:8px;
    background-color: yellow;
}


/* Carton Rouge */
div.div_idalgo_content_match_squad_red {
    position:absolute;
    top:5px;
    right:21px;
    width:4px;
    height:8px;
}

div.div_idalgo_content_match_squad_red span {
    display:block;
    width:4px;
    height:8px;
    background-color: red;
}


/* Changements */
div.div_idalgo_content_match_squad_substitute {
    position:absolute;
    bottom:20px;
    right:16px;
    width:6px;
    height:6px;
}

div.div_idalgo_content_match_squad_substitute span {
    display:block;
    position:absolute;
    width:0;
    height:0;
    border:6px solid transparent;
}

div.div_idalgo_content_match_squad_substitute span.span_idalgo_content_match_squad_substitute_in {
    border-right:6px solid green;
    margin-top: 2px;
}

div.div_idalgo_content_match_squad_substitute span.span_idalgo_content_match_squad_substitute_out {
    border-left:6px solid red;
    margin-left: 5px;
    margin-top: -4px;
}


/* D&eacute;tail d'un joueur ******************************************************************/
div.div_idalgo_content_match_squad_container_identity_background{
    display:none;
}
div.div_idalgo_content_match_squad_container_identity{
    position:absolute;
    display:block;
    padding:5px;
    width:130px;
    height:340px;
    top:50%;
    left:-200px;
    margin-top:-170px;
    background-color: #ffffff;
    z-index: 20;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
        -ms-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    border-radius: 3px;
    box-sizing:content-box
}
div.div_idalgo_content_match_squad_container_identity_active{
    left:0
}

div.div_idalgo_content_match_squad_container_identity_arrow {
    display:block;
    position:absolute;
    width:0;
    height:0;
    top:50%;
    right:-48px;
    margin-top:-30px;
    border:24px solid transparent;
    border-left:24px solid #ffffff;
}

div.div_idalgo_content_match_squad_container_identity div {
    color:#bbb6a8;
    font-size:0.7em;
}

div.div_idalgo_content_match_squad_container_identity div.div_idalgo_content_match_squad_container_identity_name {
    color:#840303;
    font-size:0.75em;
    text-transform: uppercase;
    font-weight:bold
}

div.div_idalgo_content_match_squad_container_identity div.div_idalgo_content_match_squad_container_identity_firstname {
    color:#3c382f;
    font-size:0.8em;
    text-transform: capitalize;
    font-weight:bold
}

div.div_idalgo_content_match_squad_container_identity_picture {
    padding:10px 0px;
    width:66px;
}

div.div_idalgo_content_match_squad_container_identity_picture img {
    width:66px;
    height:91px;
}

div.div_idalgo_content_match_squad_container_identity div.div_idalgo_content_match_squad_container_identity_competition{
    margin-top:10px;overflow:hidden;text-overflow:ellipsis;right:2px}
div.div_idalgo_content_match_squad_container_identity_competition span{white-space:nowrap}

div.div_idalgo_content_match_squad_container_identity div.div_idalgo_content_match_squad_container_identity_statistic {
    font-size:1em;right:2px
}
div.div_idalgo_content_match_squad_container_identity_statistic div {
    line-height:2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}

div.div_idalgo_content_match_squad_container_identity_info{
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

div.div_idalgo_content_match_squad_container_identity_country img{
    display:inline;
    width:16px;
    margin:0;
    margin-left:5px;
    vertical-align:baseline
}

/* Boutons de gestion de l'affichage "Titulaires/Rempla&ccedil;ants" *************************************************************************/
ul.ul_idalgo_content_match_squad_container_action {
    position:absolute;
    left:0;
    top:50%;
    width:140px;
    margin-top:-22px;
    z-index:10; /* Pour placer les fl&egrave;ches sous IE au dessus du terrain */
}

ul.ul_idalgo_content_match_squad_container_action li {
    position:relative;
    height:22px;
    line-height:22px;
    color:#bbb6a8;
    text-transform: uppercase;
    text-indent: 10px;
    font-size: 0.75em;
    cursor:pointer;
    list-style:none;
    margin:0
}


ul.ul_idalgo_content_match_squad_container_action li.li_idalgo_content_match_squad_container_action_selected {
    background-color: #840303;
    color:#ffffff;
}

ul.ul_idalgo_content_match_squad_container_action li.li_idalgo_content_match_squad_container_action_selected div.div_idalgo_content_match_squad_container_action_arrow {
    position:absolute;
    height:0;
    width:0;
    border:11px solid transparent;
    border-left:11px solid #840303;
    top:0;
    right:-22px;
}

/* Module/Rugby/CSS/TeamSquad.css *********************************************************/

/** Combo comp&eacute;tition **/
div.div_idalgo_content_rugby_team_squad_both div.div_idalgo_content_squad_listbox_action_competition {margin-top:30px}

/** Bouton tout ouvrir/fermer **/
div.div_idalgo_team_squad_open_close_action span {cursor:pointer}

/** title2 Avants/arri&egrave;res **/
div.div_idalgo_content_squad_infos_stats > div.idalgo_title2 {font-size:1.3em}

/** Panel Statistic **/
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_country { width:6%; }
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_name    { width:auto;text-align:left;overflow:hidden;}
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_played,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_player_started,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_try,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_conversion,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_penalty,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_drop,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_point,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_yellow,
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_red     { width:40px;}
tr.tr_idalgo_content_team_squad_statistic td.td_idalgo_content_team_squad_statistic_auto    { width:0;}
tr.tr_idalgo_content_team_squad_statistic span{display:block;margin:0 auto}

/* Module/Rugby/CSS/PlayerIdentity.css ****************************************************/

/* Zone principal du contenu */
div.div_idalgo_content_player_identity_content{
    position:relative;
    display:block;
}

/* Colone de gauche */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_first{
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    width:126px;
    text-align:center;
}

/* Colone centrale */
div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity {
    position:relative;
    margin-top:0px;
    margin-bottom:10px;
    margin-left: 126px;
    margin-right: 96px;
    min-height: 135px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_small {
    min-height: 142px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_medium {
    min-height: 170px;
}

div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity_big {
    min-height: 256px;
}

div.div_idalgo_content_player_identity li.li_idalgo_player_identity {
    position: relative;
    border-bottom:1px solid #bbb6a8;
    height:2em;
    line-height:2em;
}

div.div_idalgo_content_player_identity li.li_idalgo_player_identity_no_border{
    border:none;
}

div.div_idalgo_content_player_identity span.span_idalgo_player_identity_label {
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:105px;
    color:#bbb6a8;
    white-space:nowrap;
    font-size: 0.6875em;
    overflow:hidden;
    text-overflow:ellipsis;
}

div.div_idalgo_content_player_identity a.a_idalgo_player_identity_value,
div.div_idalgo_content_player_identity span.span_idalgo_player_identity_value {
    display: block;
    position: relative;
    font-weight:bold;
    color:#3c382f;
    font-size: 0.75em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-left:105px;
}

img.img_idalgo_player_identity_value_country{
    display:inline;
    margin:0
}

div.div_idalgo_content_player_identity span.span_idalgo_player_identity_name_value {
    text-transform:uppercase;
}

/* Colone de droite */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last {
    position:absolute;
    display:block;
    text-align:center;
    top:0px;
    right:0px;
    width:96px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img {
    margin-bottom: 13px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img.img_idalgo_player_identity_last_shirt {
    border:1px solid #e4e2dd;
    padding:9px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last div.div_idalgo_player_identity_last_logo {
    border:1px solid #e4e2dd;
    margin: 0px auto 13px auto;
    padding:7px;
    width:55px;
    position: relative;
    display:block;
    box-sizing: content-box;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img.img_idalgo_player_identity_last_logo {
    margin-bottom:0px;
}

img.img_idalgo_player_identity_last_logo_mask,
div.div_idalgo_player_identity_team_logo_mask {display:none!important;}

/* Module/Rugby/CSS/PlayerStatistic.css ***************************************************/

/* Statistiques joueur */
div.div_idalgo_content_statistic_average_right_title span.idalgo_sprite_rugby{height:30px;width:30px}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_point      {background-position:center 0px;}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_try        {background-position:center -341px;}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_conversion {background-position:-16px -372px}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_penalty    {background-position:-16px -403px}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_drop       {background-position:-16px -434px}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_yellow     {background-position:center -124px;}
span.idalgo_sprite_rugby.span_idalgo_content_rugby_statistic_average_right_title_red        {background-position:center -155px;}

/* Module/Rugby/CSS/PlayerCalendar.css ****************************************************/

div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_red_yellow span{background-position: -16px -194px}
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_try span{background-position: -17px -1743px}

/* Module/Rugby/CSS/MatchComment.css ******************************************************/
span.span_idalgo_content_match_comment_content_category_cnt_count{
    top:20px;
}

span.span_idalgo_content_match_comment_text_big_1,
span.span_idalgo_content_match_comment_text_big_2,
span.span_idalgo_content_match_comment_text_big_3,
span.span_idalgo_content_match_comment_text_big_9,
span.span_idalgo_content_match_comment_text_big_10
{
    display:block;
    margin-bottom:0.5em;
    font-weight:bold;
    text-transform:uppercase;
    padding-top: 1em;
}

span.span_idalgo_content_match_comment_text_big_1,
span.span_idalgo_content_match_comment_text_big_2,
span.span_idalgo_content_match_comment_text_big_3{
    text-align: center;
    border-bottom: 1px solid #e4e2dd;
    padding-bottom: 1em;
}

/* Module/Tennis/CSS/WidgetStanding.css ***************************************************/
/* Le classement */
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing {overflow: hidden;}

/* Le titre */
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider div.idalgo_title3_widget {padding:0;margin-top:10px;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider div.idalgo_title3_widget h4.idalgo_title3_widget {font-size: 1.5em;font-weight:normal;color:#e4e2dd;}
div.div_idalgo_tennis_widget_standing img.img_idalgo_widget_standing_title {display:none}
div.div_idalgo_tennis_widget_standing div.idalgo_title_format3 img.img_idalgo_widget_standing_title {display:block;position: absolute;top:0;right: 0;}

/* Le Podium */
div.div_idalgo_tennis_widget_standing div.div_idalgo_widget_statistic_podium {margin-bottom: 0;}
div.div_idalgo_tennis_widget_standing span.span_idalgo_widget_statistic_podium_position {display: none;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_widget_statistic_podium_img img.img_idalgo_widget_statistic_podium_img_team {margin-bottom: 9px;}

/* Le tableau */
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing {padding:0 3px;}
div.div_idalgo_tennis_widget_standing tr.tr_idalgo_content_standing_hide{display:none}
div.div_idalgo_tennis_widget_standing td{vertical-align:top;position:relative}
div.div_idalgo_tennis_widget_standing td span {font-size: 0.8em;font-weight: bold;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_position {width:7%;color:#bbb6a8;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_logo {position:relative;width: 11%}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_logo img {border: 1px solid #e4e2dd;height:14px;top:50%;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_name {width:45%;text-align:left;text-transform: uppercase;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_name span.span_idalgo_content_standing_name {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_point {width: 17%;text-align:right;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution_graphic {width: 9%;background-image: none;text-align: right;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution_graphic span {display: block;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution_graphic_up span {background-position:center -279px;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution_graphic_down span {background-position:center -310px;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution {width:11%;text-align:right;}
div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_evolution span {padding-right:5px;}

div.div_idalgo_tennis_widget_standing td.td_idalgo_content_standing_name a{
    position:absolute;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;
    font-size:0.875em;line-height:28px}

/* Les actions sur le tableau */
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_more {
    position:relative;display:block;
    height:30px;
    width:100%;
    cursor:pointer;
    -moz-box-shadow: 0px -30px 33px 0px #ffffff;
    -webkit-box-shadow: 0px -30px 33px 0px #ffffff;
    -o-box-shadow: 0px -30px 33px 0px #ffffff;
    box-shadow: 0px -30px 33px 0px #ffffff;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=90, Strength=33);
}

div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_show {background-position:center -3534px}
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_hide {background-position:center -3565px;box-shadow:none}
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_more {}
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_more_top {position: absolute;border-radius:15px;width:30px;background-color: #ffffff;margin-top:-15px;left:50%;margin-left:-15px;z-index: 2;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_more_top.div_idalgo_content_standing_show {display:none!important;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_content_standing_more_top.div_idalgo_content_standing_hide {display:block}

/* D&eacute;finition du comportement de la zone de slide du widget *********************/
div.div_idalgo_tennis_widget_standing {position:relative;display:block;overflow: hidden;margin:0 auto;}
div.div_idalgo_tennis_widget_standing ul.ul_idalgo_slider_view {position:relative;left:0;}
div.div_idalgo_tennis_widget_standing li.li_idalgo_slider_view {position:relative;float:left;}

div.div_idalgo_tennis_widget_standing img.img_idalgo_widget_standing_title.img_idalgo_widget_standing_title_fadein {transition:0.2s;opacity: 0;}
div.div_idalgo_tennis_widget_standing img.img_idalgo_widget_standing_title.img_idalgo_widget_standing_title_fadeout {transition:0.5s;opacity: 100;}
/*********************************** Navigation *********************************/
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation:before {display:block;position:relative;border-top:1px solid #e4e2dd;content: " ";height: 0;width: 100%;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation{position:relative;width:100%;height:120px;margin-top:10px;clear:both;}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation_switch {position:absolute;height:20px;left:50%;top:5px}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation_switch_inner {height:20px;left:-50%;position:relative}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation_switch div.idalgo_sprite_switch  {float:left;height:20px;width:15px;cursor:pointer}
div.div_idalgo_tennis_widget_standing div.div_idalgo_slider_navigation_switch div.div_idalgo_button_active {background-position:center -2952px}

div.div_idalgo_tennis_widget_standing  div.div_idalgo_slider_navigation_button {text-align:center;height:50px;width:100%;position:relative;top:23px}
div.div_idalgo_tennis_widget_standing  div.div_idalgo_slider_navigation_button div.idalgo_sprite_button {height:50px;width:50px;cursor:pointer;display:inline-block;}

/* Module/Tennis/CSS/WidgetResult.css *****************************************************/
div.div_idalgo_tennis_widget_result{position:relative}

div.div_idalgo_widget_result_content{width:100%;overflow:hidden}
ul.ul_idalgo_widget_result_content_match_list {position:absolute;display:block;height:140px;left:0}
li.li_idalgo_dom_match_tennis_widget{position:relative;display:block;float: left}
div.div_idalgo_dom_match_tennis_widget_title{position:relative;display:block;line-height:1em;padding:0 0 10px;text-align: center}
div.div_idalgo_dom_match_tennis_widget_title > span{position:relative;display:block;text-transform: uppercase;font-weight:bold}
span.span_idalgo_dom_match_tennis_widget_title_tournament{font-size:0.75em;}
div.div_idalgo_dom_match_tennis_widget_title_phase{position:relative;height:1em;}
div.div_idalgo_dom_match_tennis_widget_title_phase_inner_left{position:relative;float:left;left:50%}
div.div_idalgo_dom_match_tennis_widget_title_phase_inner_left_right{position:relative;left:-50%;}
div.div_idalgo_dom_match_tennis_widget_title_phase_inner_left_right > span{float:left;font-size:0.6875em;color:#003978;text-transform: uppercase;font-weight:bold}
div.div_idalgo_dom_match_tennis_widget_title_phase_inner_left_right > span + span{margin-left:5px;}
div.div_idalgo_dom_match_tennis_widget_title_phase_inner_left_right > span + span:before{position:relative;content:'-';left:-2px}
div.div_idalgo_dom_match_tennis_widget_title_status{
    position:relative;
    width:100%;
    height:1px;
    line-height:1px;
    text-align:center;
    background-color:#e4e2dd;
    margin-top:10px
}
span.span_idalgo_dom_match_tennis_widget_title_status{
    position:relative;
    background-color: #ffffff;
    font-size:0.875em;
    font-weight:bold;
    padding:0 5px
}

div.div_idalgo_widget_result_content{position: relative;display: block;min-height: 160px}
/** Filtre navigation **/
div.div_idalgo_widget_result_content_filter_nav{
    position:relative;display:block;
    margin-bottom:0.625em;
}
ul.ul_idalgo_widget_result_content_filter_nav{
    position:relative;
    line-height:2em;
    margin: 20px 0 0 5px;
    border-bottom:1px solid #e4e2dd;
}
div.div_idalgo_tennis_widget_result ul.ul_idalgo_nav > li.li_idalgo_left{width:auto}
ul.ul_idalgo_widget_result_content_filter_nav li a{position:relative;overflow:visible;padding:0 20px}
div.div_idalgo_tennis_widget_result ul.ul_idalgo_nav > li > span.span_navtab_badge{
    line-height:18px;top:-15px;
    background-color:#003978}

/** CONTENU MATCH **/
div.div_idalgo_tennis_widget_result div.div_idalgo_dom_match_tennis{position: relative;height:4em;text-align:center;line-height: 4em}
div.div_idalgo_tennis_widget_result span.span_idalgo_dom_match_tennis_content_versus{
    font-size: 0.6875em;
    text-transform: uppercase;
    line-height:6em}

/* Feature - To Come, Canceled, Delayed */
li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature{
    position:absolute;height:100%;width:auto;padding:0;margin:0;top:0;line-height:4em}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1{
    left:0;right:50%;margin-right:15px}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2{
    left:50%;right:0;margin-left:15px}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] img{
    display:none;position:absolute;width:16px;top:50%;margin-top:-5px;border:1px solid #bbb6a8}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 img{
    left:10px;right:auto}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 img{
    right:10px;left:auto}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] img.img_idalgo_dom_match_tennis_content_feature_player_country_big{
    display:block;width:40px}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature_player_name{
    position:absolute;height:100%;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    left:30px;right:0;text-align:right;margin-right:0}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    right:30px;left:0;text-align:left;margin-right:0}




/* Features
li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature{
    position:absolute;height:100%;width:auto;padding:0;margin:0;top:0;line-height:4em}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1{
    left:0;right:50%;margin-right:45px}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2{
    left:50%;right:0;margin-left:45px}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] img{
    position:absolute;width:16px;top:50%;margin-top:-14px;border:1px solid #bbb6a8}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 img{
    left:10px;right:auto}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 img,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 img,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 img{
    right:10px;left:auto}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature_player_name{
    position:absolute;height:100%;width:auto;white-space:nowrap;overflow:hidden}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature_player_name span,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature_player_name span,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature_player_name span{
    text-overflow:ellipsis}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    left:60px;right:0;text-align:right}

li.li_idalgo_dom_match_tennis_widget[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
li.li_idalgo_dom_match_tennis_widget[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    right:60px;left:0;text-align:left}

*/


div.div_idalgo_tennis_widget_result div.div_idalgo_dom_match_tennis_score{
    position:absolute;display:block;
    top:0;left:50%;
    height:100%;width:20px;
    text-align:center;
    line-height:2em;
}
div.div_idalgo_tennis_widget_result div.div_idalgo_dom_match_tennis_score span{display:block}
div.div_idalgo_tennis_widget_result div.div_idalgo_dom_match_tennis_list_set {
    position:absolute;display:block;
    right:-150px;
    height:100%;width:150px}

/** SLIDER NAVIGATION **/

div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation {position:relative;margin-top:8.2em;width:100%;border-top: 1px solid #e4e2dd}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_switch
{position:absolute;height:20px;left:50%;top:0}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_switch_inner
{height:20px;left:-50%;position:relative}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_button
{text-align:center;height:50px;width:100%;position:relative;background-color:transparent}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation div.idalgo_sprite_button{
    height:50px;width:50px;
    margin:0 auto;
    cursor:pointer}

div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div {position: absolute;display: block;top:0;background-color:transparent}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_play{left:50%;margin-left:-25px;z-index:1}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_prev,
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_next {width:60%;height: 30px;top:10px}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_prev {left:0}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_next {right:0}

div.div_idalgo_tennis_widget_result div.div_idalgo_button_play_active div.div_idalgo_widget_content_navigation_button_prev,
div.div_idalgo_tennis_widget_result div.div_idalgo_button_play_active div.div_idalgo_widget_content_navigation_button_next {display: none}

div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos {position: relative;display: block;height: 30px;line-height: 30px}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos div {position: absolute;display: block;text-align: center;font-size:.825em;color:#bbb6a8}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos_separator {width:20px;left:50%;margin-left:-10px;}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos_current,
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos_all {width:48%}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos div.div_idalgo_widget_content_navigation_infos_current{text-align: right;left:0}
div.div_idalgo_tennis_widget_result div.div_idalgo_widget_content_navigation_infos div.div_idalgo_widget_content_navigation_infos_all {text-align: left;right:0}

div.div_idalgo_tennis_widget_result a.a_idalgo_link_match{
    position:absolute;
    height:100%;
    width:100%;
    z-index:1;
}

/*** GESTION DES DOUBLES ***/
div.div_idalgo_tennis_widget_result div.div_idalgo_dom_match_tennis_double div.div_idalgo_dom_match_tennis_content_feature_player {height: 50%;line-height:2em}
li.li_idalgo_dom_match_tennis_widget[data-code-status="2"] div.div_idalgo_dom_match_tennis_double div.div_idalgo_dom_match_tennis_content_feature_player {line-height:1em}

/* Live */
li.li_idalgo_dom_match_tennis_widget[data-status="9"] div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    background-color:#4db103;border-color:#4db103;color:#ffffff}

li.li_idalgo_dom_match_tennis_widget[data-status="9"] div.div_idalgo_dom_match_tennis_widget_title_status span {
    border:1px solid #4db103;color:#4db103
}

/* Arret&eacute; */
li.li_idalgo_dom_match_tennis_widget[data-status="4"] div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    background-color:#ff6600;border-color:#ff6600;color:#ffffff}

li.li_idalgo_dom_match_tennis_widget[data-status="4"] div.div_idalgo_dom_match_tennis_widget_title_status span {
    border:1px solid #ff6600;color:#ff6600
}

/* Module/Tennis/CSS/StandingNavigation.css ***********************************************/
div.div_idalgo_content_tennis_standing_navigation {
    position:relative;display: block;
    height:2em;line-height:2em;
    text-align:center
}

/* Module/Tennis/CSS/Standing.css *********************************************************/
div.div_idalgo_content_tennis_standing{position:relative;display:block}
div.div_idalgo_content_tennis_standing_filter{position:relative;display:block}
    span.span_idalgo_content_tennis_standing_filter{
        position:relative;display:block;
        width:40%;height:2.5em;
        margin:0 auto;
        margin-bottom:5px;
        line-height: 2.5em;
        text-align:center;
        cursor:pointer;
    }
span.span_idalgo_content_tennis_standing:hover{background-color: #fbfaf9}
ul.ul_idalgo_content_tennis_standing{position:relative;display:block}
li.li_idalgo_content_tennis_standing{
    position:relative;display:block;
    height:4em;line-height:4em;
    border-bottom: 1px solid #e4e2dd;
    overflow:hidden
}
div.div_idalgo_content_tennis_standing_header{
    position:relative;display:block;
    height:2em;line-height:2em;
    border-bottom: 1px solid #e4e2dd;
}
li.li_idalgo_content_tennis_standing:hover{background-color: #d66000}

li.li_idalgo_content_tennis_standing > div {
    position: absolute;
    top: 0;
    height: 4em;
    line-height: 4em;
    text-align: left;
    color: #3c382f
}
div.div_idalgo_content_tennis_standing_header > div{
    position:absolute;
    top:0;
    height:2em;line-height:2em;
    color:#3c382f;
    font-size:0.75em
}

    div.div_idalgo_content_tennis_standing_header_position{left:0;width:40px;text-indent:10px}
    div.div_idalgo_content_tennis_standing_header_person{left:95px;width:100px}
    div.div_idalgo_content_tennis_standing_header_points{right:150px;width:70px;text-align:center}
    div.div_idalgo_content_tennis_standing_header_title{right:100px;width:50px;text-align:center}
    div.div_idalgo_content_tennis_standing_header_win{right:50px;width:50px;text-align:center}
    div.div_idalgo_content_tennis_standing_header_lost{right:0;width:50px;text-align:center}

    div.div_idalgo_content_tennis_standing_position{left:0;width:40px;text-indent:10px}
    div.div_idalgo_content_tennis_standing_country{left:40px;width:30px}
li.li_idalgo_content_tennis_standing div.div_idalgo_content_tennis_standing_person{
        position:relative;
        left:0;margin-right:340px
    }
        div.div_idalgo_content_tennis_standing_person_inner{
            position:absolute;display:block;
            left:70px;
            width:100%;
            text-indent:60px;
            overflow:hidden;text-overflow: ellipsis;text-overflow: '.';white-space: nowrap;
        }
li.li_idalgo_content_tennis_standing
    div.div_idalgo_content_tennis_standing_evolution{right:230px;width:50px;text-align:right}
    div.div_idalgo_content_tennis_standing_points{right:150px;width:70px}
li.li_idalgo_content_tennis_standing div.div_idalgo_content_tennis_standing_points{text-align:center}
    div.div_idalgo_content_tennis_standing_title{right:100px;width:50px}
    div.div_idalgo_content_tennis_standing_win{right:50px;width:50px}
    div.div_idalgo_content_tennis_standing_lost{right:0;width:50px}

        img.img_idalgo_content_tennis_standing_country{
            position:absolute;display:block;
            width:16px;height:11px;
            top:50%;margin-top:-6px;
            left:50%;margin-left:-8px
        }
div.div_idalgo_content_tennis_standing_country
        img.img_idalgo_content_tennis_standing_country{border: 1px solid #e4e2dd}
        div.div_idalgo_content_tennis_standing_person_inner_photo{
            position:absolute;overflow:hidden;
            height:32px;width:32px;
            top:50%;margin-top:-16px;
            left:10px;
            border-radius:50%;
        }
        img.img_idalgo_content_tennis_standing_person_inner_photo{position:absolute;left:0;top:-10px}
        div.div_idalgo_content_tennis_standing_evolution > span.idalgo_sprite_tennis {
            position:absolute;display:block;
            left:0;top:50%;
            margin-top:-15px;
        }
        span.span_idalgo_content_tennis_standing_title,
        span.span_idalgo_content_tennis_standing_win,
        span.span_idalgo_content_tennis_standing_lost{
            position:absolute;display:block;
            height:32px;width:32px;
            top:50%;margin-top:-16px;
            left:50%;margin-left:-16px;
            border-radius:50%;
            text-align:center;
            line-height:32px;
            font-weight: bold;
            font-size:0.75em
        }
        span.span_idalgo_content_tennis_standing_title{background-color:#fbfaf9}
        span.span_idalgo_content_tennis_standing_win{background-color:#d4ffd4}
        span.span_idalgo_content_tennis_standing_lost{background-color:#ffdedd}

div.div_idalo_content_tennis_standing_light div.div_idalgo_content_tennis_standing_person{margin-right:130px}
div.div_idalo_content_tennis_standing_light div.div_idalgo_content_tennis_standing_person_inner_photo{display:none}
div.div_idalo_content_tennis_standing_light div.div_idalgo_content_tennis_standing_header_points,
div.div_idalo_content_tennis_standing_light div.div_idalgo_content_tennis_standing_points {right:0}
div.div_idalo_content_tennis_standing_light div.div_idalgo_content_tennis_standing_evolution{right:80px}

/* Module/Pattern/CSS/Calendar.css ********************************************************/
div.div_idalgo_calendar{position:relative;display:block}
div.div_idalgo_calendar_filterbar {
    display: block;
    position: relative;
    height: 32px;
    margin: 18px 0 58px 0;
    text-align:center
}
/* ToolBar */
button.button_idalgo_dropdown{text-align:left;text-transform:capitalize}

div.div_idalgo_calendar_filterbar_competitions_select,
div.div_idalgo_calendar_filterbar_months_select{
    position:relative;
    display:inline-block;
    width:150px;
    text-align:left;
}

div.div_idalgo_calendar_filterbar_competitions_select{width:200px}

/*PREVIOUS*/
div.div_idalgo_calendar_filterbar_previous{
    position:absolute;
    display:block;
    top:50px;
    height:32px;
    cursor:pointer;
}

span.span_idalgo_calendar_filterbar_previous_element{
    position:relative;
    display:inline-block;
    background-position: center -3565px;
}

span.span_idalgo_calendar_filterbar_previous_element_month{
    line-height:32px;
    height:32px;
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-weight: bold;
    color:#003978;
    text-transform:capitalize;
}

/* Head */
ul.ul_idalgo_calendar_month {position:relative;display: block}
li.li_idalgo_calendar_month {
    position: relative;
    width: auto;
    margin: 15px 0 40px 0;
    border-color: #e4e2dd;
    border-style: solid;
    border-width: 1px 0 0 0;
    display:block;
}

div.div_idalgo_calendar_month_name {
    position:relative;
    margin-top:15px;
    display: block;
    height: 30px;
    margin-left: 10px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    color: #003978;
    font-size: 1.125em;
}
div.div_idalgo_calendar_month_count {position:relative;margin-bottom:40px;margin-left:10px}

ul.ul_idalgo_calendar_month_card {position:relative;display:block}
li.li_idalgo_calendar_month_card {position:relative;display:block}
/* Card Global*/
a.a_idalgo_calendar_month_card_link{position:relative;display:block}
div.div_idalgo_calendar_element {
    position:relative;
    display:block;
    float:left;
    overflow:hidden;
    background-color:#ffffff;
    height:210px;
    width:23%;
    vertical-align:top;
    margin:0 1% 20px 1%;
    border-color: #d4d4d4;
    /* border-style: solid; */
    border-width: 1px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.24);
    -o-box-shadow: 0 2px 2px rgba(0,0,0,0.24);
    box-shadow: 0 2px 2px rgba(0,0,0,0.24);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,Direction=134,Strength=2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 350px;
}

div.div_idalgo_calendar_element > a.a_idalgo_calendar_month_card_link{height:100%}
div.div_idalgo_calendar_element a {
    text-decoration: none !important;
}

/*Top Card*/

/*A venir*/
img.img_idalgo_card_element_top_img {
    left: 0;
    margin-left: 0;
    margin-top: -115px;
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 100%;
}

/*background img : en cours + termin&eacute;*/
img.img_idalgo_card_element_top_logo {
    opacity: 0.25;
    position: absolute;
    top: -30px;
}

/*Termin&eacute;e*/
div.div_idalgo_card_element_top {
    position:relative;
    z-index:1;
    width:100%;
    height:50%;
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
}

div.div_idalgo_card_element_top_name,
div.div_idalgo_card_element_top_date {
    position:relative;
    z-index:4;
    text-align:center;
    background-color:transparent;
    font-size:1em;
    line-height:20px;
    left:1;
    right:1;
    color:#ffffff;
    top:18%
}
div.div_idalgo_card_element_top_date{
    margin:0 auto;
}

span.span_idalgo_card_element_card_top_date_separate{margin:0 3px}

/*Round Card*/
img.img_idalgo_card_element_round_logo {
    background-color: #ffffff;
    width:50px;
    height:50px;
}
/*Termin&eacute;e*/
div.div_idalgo_card_element_round,
div.div_idalgo_card_element_round_2{
    position:absolute;
    z-index:4;
    top:50%;
    left:50%;
    height:50px;
    width:50px;
    margin:-25px 0 0 -25px;
    margin-left:-25px;
    overflow:hidden;
    border: 3px solid #ffffff;
    background-color:#ffffff;
            border-radius: 28px;
       -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
            box-sizing: content-box;
       -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/** GESTION DOUBLE (PROGRAMME) **/
div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round {
    left:40%;
}

div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round_local{
    left:20%;
}

div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round_local_2{
    left:35%;
}

div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round_visitor{
    left:65%;
}

div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round_visitor_2{
    left:80%;
}

div.div_idalgo_card_element_round_2 {
    left:60%;
    z-index: 3;
}

img.img_idalgo_card_element_round,
img.img_idalgo_card_element_round_2{
    position:relative;
    display:block;
    top:-13px;
}
div.div_idalgo_calendar_element[is_country="1"] img.img_idalgo_card_element_round{top:0;height:100%;right:9px}


/*Bottom Card*/

/*Termin&eacute;e*/
div.div_idalgo_card_element_bottom {
    position: relative;
    display:block;
    height:50%;
    z-index: 2;
    background-color: #ffffff;
}
span.span_idalgo_card_element_bottom_winner,
span.span_idalgo_card_element_bottom_pilotname, span.span_idalgo_card_element_bottom_winnername {
    position:absolute;
    width:100%;
    margin:0 auto;
    text-align:center;
    top:38px;
    font-size: 0.8125em;
    color:#bbb6a8
}

span.span_idalgo_card_element_bottom_pilotname, span.span_idalgo_card_element_bottom_winnername {
    top:55px;
    color:#000000;
    font-weight:bold;
}

span.span_idalgo_card_element_bottom_winnername[data-status="canceled"]{color:#840303}
span.span_idalgo_card_element_bottom_winnername[data-status="stopped"],
span.span_idalgo_card_element_bottom_winnername[data-status="deferred"]{color:#840303}

/*A venir*/
div.div_idalgo_card_element_bottom_name,
div.div_idalgo_card_element_bottom_date {
    font-size: 0.8125em;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 35%;
}

/*En cours */

span.span_idalgo_card_element_bottom_status {
    font-size: 0.8125em;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 35%;
    display: block;
}

/* Ultra bottom Cards(links and competition)*/
div.div_idalgo_card_element_links,
span.span_idalgo_card_element_competition,
span.span_idalgo_card_element_countdown{
    position:absolute;
    bottom:6px;
    font-weight:bold;
    font-size:0.625em;
    z-index: 2;
}

a.a_idalgo_card_element_links_element,
span.span_idalgo_card_element_links_element{
    margin-right:4%;
    color:#e4e2dd;
    position:relative;
    float: left;
}

a.a_idalgo_card_element_links_element_finished,
span.span_idalgo_card_element_links_element_finished{color:#000}

div.div_idalgo_card_element_links{left:8px;width:60%}
span.span_idalgo_card_element_competition,
span.span_idalgo_card_element_countdown{right:8px}

/** SCENARIO DOUBLE (CALENDAR) **
div.div_idalgo_card_element_multiple div.div_idalgo_card_element_round*/

/* Module/Tennis/CSS/MatchPreview.css *****************************************************/
div.div_idalgo_content_tennis_match_preview{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content{position:relative}
div.div_idalgo_content_tennis_match_preview_content_head_to_head{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player{
    position:relative;display:block;
    height:140px;width:55%;
    margin-left:30%;
    line-height:80px;text-align:center
}
span.span_idalgo_content_tennis_match_preview_content_head_to_head_player_center{color:#003978;font-weight:bold;font-size:1.2em}
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player_local{left:0}
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player_visitor{right:0}
div.div_idalgo_tennis_player {
    position:absolute;display:block;
    top:0;
    width:100px;height:140px;
    text-align:center;
}
div.div_idalgo_tennis_player_photo {
    position:relative;display:block;
    border-radius:50%;overflow:hidden;
    height:75px;width:75px;
    margin:0 auto 8px auto;
}
div.div_idalgo_tennis_player_photo img.img_idalgo_tennis_player_photo {
    position:absolute;display:block;width:100%;top:-25px;
}
span.span_idalgo_tennis_player_rank{
    position:absolute;display:block;
    right:0;top:51px;
    width:24px;height:24px;
    line-height:24px;
    border-radius:50%;
    font-size:0.875em;
    border:2px solid #ffffff;
    text-align:center;
    color:#ffffff;
    background-color:#003978
}
div.div_idalgo_tennis_player_name {
    position:relative;display:block;
    text-align:center;
    line-height:1.5em;
    height:1.5em;
    overflow: hidden;
    white-space:nowrap;
    width: 250px;
    margin-left: -78px;
}
a.a_idalgo_tennis_player_name {font-size:0.875em;font-weight:bold}

div.div_idalgo_tennis_player_country{
    position:relative;display:block;text-align:center;line-height:1.5em;white-space:nowrap}
img.img_idalgo_tennis_player_country{position:relative;right:0;margin:0 5px;width:16px;height:11px}
span.span_idalgo_tennis_player_country{font-size:0.875em;white-space:nowrap}

div.div_idalgo_content_tennis_match_preview_content_head_to_head_player_visitor span.span_idalgo_tennis_player_rank {
    background-color:#645f4f;
    right:auto;left:0;
}
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player_visitor img.img_idalgo_tennis_player_country {
    right:auto;left:0
}
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player_visitor span.span_idalgo_tennis_player_country {
    margin-right:0
}

/* Info joueur */
div.div_idalgo_content_tennis_match_preview_content_information{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content_information_content{position:relative;padding:0 5px}
div.div_idalgo_content_tennis_match_preview_content_information_content_line{
    position:relative;display:block;
    height:3em;line-height:3em;
    border-bottom:1px solid #e4e2dd
}

span.span_idalgo_content_tennis_match_preview_content_information_content_line_text {
    position:absolute;display:block;
    height:100%;width:30%;
    font-size:.875em;
    text-indent: 10px;
    font-weight:bold
}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player1,
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2 {
    position:absolute;display:block;
    width:70px;height:26px;
    top:50%;
    margin-top:-15px;
    line-height:26px;
    background-color:#003978;
    color:#ffffff;
    font-size:.875em;
    text-align:center;
    border-radius:2px;
    font-weight:bold;
}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player1:after,
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2:after {
    position:absolute;height:0;width:0;
    top:100%;left:50%;
    margin-left:-5px;
    content:' ';
    border: solid transparent;
    border-top-color:#003978;
    border-width:5px
}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2{
    background-color:#645f4f
}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2:after{
    border-top-color:#645f4f;
}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player1{left:30%;margin-left:12.5px}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2{right:15%;margin-right:12.5px}

/* Stat saison */
div.div_idalgo_content_tennis_match_preview_content_stats{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content_stats_content{position:relative;padding:0 5px}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line{
    position:relative;display:block;
    height:4em;line-height:4em;
    border-bottom:1px solid #e4e2dd
}

span.span_idalgo_content_tennis_match_preview_content_stats_content_line_text {
    position:absolute;display:block;
    height:100%;width:22%;
    font-size:.875em;
    text-indent: 10px;
    font-weight:bold;
    overflow:hidden
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    position:absolute;display:block;
    height:50%;top:0;
    width:55%;
    left:30%;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    top:50%;
}

img.img_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
img.img_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    position:absolute;display:block;
    width:16px;height:11px;
    top:50%;margin-top:-6px;
    left:-35px;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line img.img_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line img.img_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    border:1px solid #fbfaf9;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player1_bar,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2_bar {
    position:absolute;display:block;
    height:7px;width:100%;
    background-color:#003978;
    left:0;top:50%;margin-top:-3px;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2_bar{background-color:#645f4f}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player1_bar_empty,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2_bar_empty{
    background-color:#fbfaf9;
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    position:absolute;display:block;
    height:50%;top:0;
    line-height:2.67em;
    width:15%;
    right:0;
    text-align:center;
    font-weight:bold;
    font-size:.875em;
    color:#003978;
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player2{top:50%;color:#645f4f}

/** Versus **/
div.div_idalgo_content_tennis_match_preview_content_versus{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content_versus_content{position:relative;padding:0 5px}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary{position:relative;display:block;height:6.875em;margin-bottom:15px}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count{
    position:absolute;display:block;
    top:0;left:0;
    width:30%;
    border-right:1px solid #e4e2dd;
    text-align:center
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count_year{
    position:relative;display:block;
    height:1.5em;line-height:1.5em
}
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_count_year{font-size:0.6875em;color:#645f4f;font-weight:bold}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count_count{height:3.875em;line-height:3.875em}
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_count_count{color:#645f4f;font-weight:bold;font-size:3em}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count_count_txt{
    position:relative;display:block;
    height:1.5em;line-height:1.5em
}
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_count_count_txt{font-size:0.6875em;color:#645f4f}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat{
    position:relative;display:block;
    height:100%;margin-left:30%;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat > div {
    position:absolute;display:block;
    width:30%;
    text-align:center;
    font-weight:bold
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local{
    left:5%;color:#003978;
    height:80px;top:10px
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle{left:35%;top:0;height:100%}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart{
    position:absolute;display: block;
    height:94px;width:94px;
    left:50%;top:50%;
    margin-left:-47px;margin-top:-47px;
    border-radius:50%;
    background-color: #003978;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_50 {
    background-color: #645f4f;
}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_progress{
    content: '';
    position: absolute;
    border-radius: 50%;
    left:0;top: 0;
    height:94px;width:94px;
    clip: rect(0, 94px, 94px, 47px);
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_50_progress{
    clip: rect(0, 47px, 94px, 0);
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_progress_fill{
    content: "";
    position: absolute;
    border-radius: 50%;
    left:0;top: 0;
    height:94px;width:94px;
    clip: rect(0, 47px, 94px, 0);
    transform: rotate(60deg);
    background:#645f4f;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_50_progress_fill{
    clip: rect(0, 94px, 94px, 47px);
    background:#003978;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle_chart_inner {
    content: '';
    position: absolute;
    border-radius: 50%;
    left:22px;
    top: 22px;
    width: 50px;
    height: 50px;
    background-color:#ffffff
}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor{
    left:65%;color:#645f4f;
    height:80px;top:10px
}

div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_name,
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_name {
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-transform:uppercase;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_count,
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_count{
    position:relative;display:block;
    height:2em;line-height:2em;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_txt,
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_txt {
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-transform:capitalize;
}
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_name,
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_name,
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_txt,
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_txt {
    font-size:0.6875em
}
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_local_count,
span.span_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_visitor_count{
    font-size:2em
}


/* Affichage des matchs */
ul.ul_idalgo_content_tennis_match_preview_match{position:relative;display:block}
li.li_idalgo_content_tennis_match_preview_match{
    position:relative;display:block;
    border:1px solid #e4e2dd;
    background-color:#ffffff;
}

li.li_idalgo_content_tennis_match_preview_match + li.li_idalgo_content_tennis_match_preview_match{margin-top:1em}
li.li_idalgo_content_tennis_match_preview_match + li.li_idalgo_content_tennis_match_preview_match_same_tournament{
    margin-top:0;
    border-top-width:0;
}
li.li_idalgo_content_tennis_match_preview_match_same_tournament span.span_idalgo_content_tennis_match_preview_match_title{display:none}

div.div_idalgo_content_tennis_match_preview_match_title{
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-transform:uppercase;
    background-color:#fbfaf9;
    text-align:center;
    z-index:2
}
span.span_idalgo_content_tennis_match_preview_match_title{
    position:absolute;display:block;
    top:0;left:5px;
    height:100%;
    text-indent:10px;
    font-weight:bold;
    font-size:0.75em;
    letter-spacing:0.2em;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap;
    z-index:1
}

span.span_idalgo_content_tennis_match_preview_match_title_subtitle{
    position:absolute;display:block;
    top:0;right:5px;
    height:100%;
    color:#645f4f;
    font-size:0.5em;
    letter-spacing:0.2em;
    text-align:right
}
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_tennis_match_preview_match_title,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_tennis_match_preview_match_title,
div.div_idalgo_container[lang="AR"] span.span_idalgo_content_tennis_match_preview_match_title_subtitle,
div.div_idalgo_container[dir="rtl"] span.span_idalgo_content_tennis_match_preview_match_title_subtitle{
    letter-spacing:normal}

span.span_idalgo_content_tennis_match_preview_match_title_logo{
    position:absolute;display:block;
    top:1.5em;left:10px;margin-top:-8px;
    height:14px;width:14px;
    border-radius:50px;
    border:2px solid #003978;
    background-color:white;
    z-index:10
}
li.li_idalgo_content_tennis_match_preview_match div.div_idalgo_dom_match_tennis {
    margin-top:5px
}

/** Last match **/
div.div_idalgo_content_tennis_match_preview_content_last_match{position:relative;display:block}
div.div_idalgo_content_tennis_match_preview_content_last_match_content{position:relative;padding:0 5px}


div.div_idalgo_content_tennis_match_preview span.span_idalgo_content_tennis_match_preview_match_title_logo{display:none}

/* Module/Pattern/CSS/MatchHeader.css *****************************************************/

div.div_idalgo_content_match_header{position:relative;}
div.div_idalgo_content_match_header_main{position:relative;overflow:hidden;}
div.div_idalgo_content_match_header_main_date{
    position:relative;display:block;
    text-align:center;
    color:#645f4f;
    font-size:0.6875em;
    height:3em;
    line-height:3em;
    border-top:1px solid #e4e2dd
}
div.div_idalgo_content_match_header_main_header{
    position:relative;display:block;
    border-top:1px solid #e4e2dd;
    height:9.3125em;
    text-align:center;
}
span.span_idalgo_content_match_header_main_header_status{
    position:absolute;display:block;
    border:1px solid #e4e2dd;
    border-radius:2px;
    height:0.8em;
    line-height:0.8em;
    font-size:0.7em;
    top:-0.6em;
    left:50%;
    margin-left:-15px;
    width:30px;
}
    div.div_idalgo_content_match_header_main_header_local{
        position:absolute;display:block;
        left:0;top:0;
        width:40%;height:100%;
        overflow:hidden;
    }
    div.div_idalgo_content_match_header_main_header_local_cnt{
      margin:20px auto 8px auto;
      background-color:white;
      width:75px;height:75px;
      -webkit-border-radius:6px;
      -moz-border-radius:6px;
      border-radius:6px;
    }
    img.img_idalgo_content_match_header_main_header_local_cnt{
      margin-top:4px;
    }
    a.a_idalgo_content_match_header_main_header_local{
        display:block;
        font-size:1.5em;
        font-weight:bold;
        line-height:0.9em;
    }
    div.div_idalgo_content_match_header_main_header_chrono{
            position:absolute;
            display:block;
            height:30px;
            top:0;left:50px;right:50px;
            background-color:transparent
        }
    div.div_idalgo_content_match_header_main_header_chrono_cnt{
        position:relative;display:block;
        height:24px;width:120px;
        margin:0 auto;
        text-align:center;
        font-weight:bold;
        font-size:1em;
        line-height:24px;
        transition: 1s;
        text-transform:uppercase;
        color:#ffffff;
    }
    span.span_idalgo_content_match_header_main_header_chrono_cnt + span.span_idalgo_content_match_header_main_header_chrono_cnt{margin-left:5px}
    div.div_idalgo_content_match_header_main_header_center{
        position:relative;display:block;
        width:30%;
        margin:0 auto;
        height:100%;
    }
        div.div_idalgo_content_match_header_main_header_center_top{
            position:absolute;
            display:block;
            height:30px;
            width:100%;
            top:0.66em;
            left:0;
            font-size:1.2em;
            font-weight:bold;
            color:#645f4f;
            text-shadow: 1px 1px 0 #bbb6a8;
            transition: 2s;
            text-transform:uppercase;
        }
        div.div_idalgo_content_match_header_main_header_center_top *{
            display:block;
            font-size:0.6em;
            text-shadow:none;
        }
        div.div_idalgo_content_match_header_main_header_center_halftime{
            position:absolute;
            height:30px;
            width:100%;
            top:96px;
            left:0;
            font-size:0.75em;
            font-weight:bold;
            color:#645f4f;
        }
        div.div_idalgo_content_match_header_main_header_center_halftime * {display:block;}

        div.div_idalgo_content_match_header_main_header_center_score{
            position:absolute;display:block;
            height:50px;width:100%;
            top:50%;margin-top:-0.7em;
            left:0;
            font-weight:bold;
            font-size:3em;
            line-height:0.8em;
            text-align:center;
            transition: 2s;
        }
        span.span_idalgo_content_match_header_main_header_center_score_local{
            position:absolute;
            right:50%;top:0;
            margin-right:15px;
        }
        span.span_idalgo_content_match_header_main_header_center_score_visitor{
            position:absolute;
            left:50%;top:0;
            margin-left:15px;
        }
    div.div_idalgo_content_match_header_main_header_visitor{
        position:absolute;display:block;
        right:0;top:0;
        width:40%;height:100%;
        overflow:hidden;
    }
    div.div_idalgo_content_match_header_main_header_visitor_cnt{
      margin:20px auto 8px auto;
      background-color:white;
      width:75px;height:75px;
      -webkit-border-radius:6px;
      -moz-border-radius:6px;
      border-radius:6px;
    }
    img.img_idalgo_content_match_header_main_header_visitor_cnt{
      margin-top:4px;
    }
    a.a_idalgo_content_match_header_main_header_visitor{
        display:block;
        font-size:1.5em;
        line-height:0.9em;
        font-weight:bold;
    }

div.div_idalgo_content_match_header_main_goal{
    position:relative;display:block;
    border-bottom:1px solid #e4e2dd
}

div.div_idalgo_content_match_header_main_referee{
    position:relative;display:block;
    text-align:center;
    font-size:0.6875em;
    height:0;
    z-index:1;
}
bdo.bdo_idalgo_content_match_header_main_referee{position:relative;top:-9px;background-color:#ffffff;padding:0 5px}
    span.span_idalgo_content_match_header_main_referee_title{
        color:#645f4f;
        margin-right:5px;
    }
    span.span_idalgo_content_match_header_main_referee_name{
        color:#3c382f;
    }
div.div_idalgo_content_match_header_main_stadium{
    position:relative;display:block;
    border-bottom:1px solid #e4e2dd;
    font-size:0.6875em;
    height:32px;
}
    div.div_idalgo_content_match_header_main_stadium_info{
        position:absolute;
        left:5px;top:0;
        height:100%;width:60%;
        text-align:left;
        line-height:2.9090em;
    }
        span.span_idalgo_content_match_header_main_stadium_info_title{
            color:#645f4f;
        }
        span.span_idalgo_content_match_header_main_stadium_info_name{
            color:#3c382f;
        }
    div.div_idalgo_content_match_header_main_stadium_audience{
        position:absolute;
        right:5px;top:0;
        height:100%;width:40%;
        text-align:right;
        line-height:2.9090em;
    }
    bdo.bdo_idalgo_content_match_header_main_stadium_audience{direction:ltr;}

div.div_idalgo_content_match_header_main_header_box_standing{position:absolute;display:block;width:35px;height:75px;top:-5px;background-color:#003978;color:#ffffff}
    span.span_idalgo_content_match_header_main_header_box_standing_position{display:block;font-size:0.6875em;font-weight:bold;line-height:3em}
    span.span_idalgo_content_match_header_main_header_box_standing_points{display:block;font-size:0.6875em;font-weight:bold;line-height:1em;margin:0 5px}
div.div_idalgo_content_match_header_main_header_box_local{left:10px}
    div.div_idalgo_content_match_header_main_header_box_local:before{
        content:'';position:absolute;
        top:0;left:100%;
        width: 0px;height: 0px;
        border:0 solid #ffffff;
        border-bottom:5px solid #e4e2dd;
        border-right:5px solid #ffffff
    }
    div.div_idalgo_content_match_header_main_header_box_local:after{
        content:'';position:absolute;
        bottom:-16px;left:0;
        width: 0px;height: 0px;
        border:0 solid #ffffff;
        border-top:16px solid #003978;
        border-right:35px solid transparent
    }
div.div_idalgo_content_match_header_main_header_box_visitor{right:10px}
    div.div_idalgo_content_match_header_main_header_box_visitor:before{
        content:'';position:absolute;
        top:0;right:100%;
        width: 0px;height: 0px;
        border:0 solid #ffffff;
        border-bottom:5px solid #e4e2dd;
        border-left:5px solid #ffffff
    }
    div.div_idalgo_content_match_header_main_header_box_visitor:after{
        content:'';position:absolute;
        bottom:-16px;right:0;
        width: 0px;height: 0px;
        border:0 solid #ffffff;
        border-top:16px solid #003978;
        border-left:35px solid transparent
    }

/** chrono pour l'arabe **/
html[lang="ar"] div.div_idalgo_content_match_header_main_header_chrono_cnt{width:160px}

/* Module/Tennis/CSS/MatchHeader.css ******************************************************/
div.div_idalgo_content_tennis_match_header{position:relative;display:block;margin-bottom:20px}

div.div_idalgo_content_tennis_match_header a.a_idalgo_dom_match_match{height:6em}

div.div_idalgo_content_tennis_match_header_content{
    position:relative;display:block;
    height:244px;
    background-position:center center;
    background-repeat:no-repeat;
    background-image: url('//sports.lesoir.be/sport/cache/media/Tennis/Background/MatchHeader/default.jpg');
    background-size: cover;
}
div.div_idalgo_content_tennis_match_header_content_background{
    position:absolute;
    height:100%;width:100%;
    opacity:0.8
}
div.div_idalgo_content_tennis_match_header_content_background_black{background-color:#000000;opacity:0.6}

div.div_idalgo_tennis_players{
    position:absolute;display:block;
    width:104px;height:104px;
    top:50%;margin-top:-50px
}
div.div_idalgo_tennis_players_name{
    position:absolute;display:block;
    top:101px;/*76+25*/
    left:50%;margin-left:-150px;
    width:300px;
    text-align:center;
    height:1.5em;line-height:1.5em;
}
div.div_idalgo_tennis_players_name span{color:#ffffff;font-size:1.25em;white-space:nowrap}
span.span_idalgo_tennis_players_name_sep{margin:0 5px}

div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player {
    position:absolute;display:block;
    width:104px;height:104px;
    top:50%;margin-top:-50px
}
div.div_idalgo_tennis_players_double{width:168px;height:76px;margin-top:-38px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player{height:76px;width:76px;margin-top:-38px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player:first-child{left:0;margin-left:0;right:auto;margin-right:auto}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player:nth-child(2){right:0;margin-right:0;left:auto;margin-left:auto}

div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player_photo {
    position:relative;display:block;overflow:hidden;
    width:100px;height:100px;
    border:2px solid #ffffff;border-radius:50%;
    margin:0 auto 25px auto
}

div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player_photo{position:absolute;display:block;top:-38px}
div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player{
    position:absolute;
    width:24px;height:14px;
    border:2px solid #ffffff;
    bottom:0;
}
div.div_idalgo_content_tennis_match_header_content_local img.img_idalgo_tennis_player {left:0}
div.div_idalgo_content_tennis_match_header_content_visitor img.img_idalgo_tennis_player {right:0}
/* div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player_name{
    position:absolute;
    left:-100px;right:-100px;
    text-align:center
} */
div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player_name a{
    overflow:hidden;text-overflow:ellipsis;
}
div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_player_name,
div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_players_name_first,
div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_players_name_second
{
    color:#ffffff;
    font-size:1.25em;
}

div.div_idalgo_content_tennis_match_header_content_local{left:50%;margin-left:-270px}
div.div_idalgo_content_tennis_match_header_content_visitor{right:50%;margin-right:-270px}
div.div_idalgo_content_tennis_match_header_content_local.div_idalgo_tennis_players_double{margin-left:-334px}
div.div_idalgo_content_tennis_match_header_content_visitor.div_idalgo_tennis_players_double{margin-right:-334px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player_photo{height:72px;width:72px}
div.div_idalgo_tennis_players_double img.img_idalgo_tennis_player_photo{top:-22px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player_name{display: none}

span.span_idalgo_tennis_players_service{
    position:absolute;display:none;
    height:30px;width:30px;
    bottom:-2px;
    background-color:#FDEF10;
    border-radius:50%;
    color:#3c382f;
    font-weight:bold;
    text-align:center;
    line-height:30px;
}
span.span_idalgo_tennis_player_service_current{display:block}
div.div_idalgo_content_tennis_match_header[data-state='0'] span.span_idalgo_tennis_players_service_current,
div.div_idalgo_content_tennis_match_header[data-state='2'] span.span_idalgo_tennis_players_service_current{display:none}

div.div_idalgo_tennis_players_abandon {
    position:absolute;display:block;
    height:1.4em;line-height:1.4em;
    width:100px;
    bottom:-4px;
    text-align:center;
    background-color:#003978;
    color:#ffffff;
    font-weight:bold;
    border:2px solid #ffffff;
    border-radius:5px;
}
span.span_idalgo_tennis_players_abandon, span.span_idalgo_tennis_players_abandon_short{font-size:0.75em}

span.span_idalgo_tennis_players_abandon_short{display:none;text-transform: uppercase}
div.div_idalgo_content_tennis_match_header_content_local_abandon{left:50%}
div.div_idalgo_content_tennis_match_header_content_visitor_abandon{right:50%}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_players_abandon {
    left:50%;margin-left:-50px;
    right:auto;
    height:1em;line-height:1em;
    border-width:1px;
    bottom:-24px;
}

span.span_idalgo_content_tennis_match_header_content_local_service{right:0}
span.span_idalgo_content_tennis_match_header_content_visitor_service{left:0}
div.div_idalgo_content_tennis_match_header_content_tournament{position:relative;display:block;text-align: center;line-height:2em}
img.img_idalgo_content_tennis_match_header_content_tournament{
    position:absolute;display:block;
    top:8px;left:10px;
}
span.span_idalgo_content_tennis_match_header_content_tournament{
    text-transform:uppercase;
    color:white;
    font-size:0.875em;
}
div.div_idalgo_content_tennis_match_header_content_detail,
div.div_idalgo_content_tennis_match_header_content_detail_date,
div.div_idalgo_content_tennis_match_header_content_detail_phase,
div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{position:relative;display:block;text-align:center;line-height:1.5em}

div.div_idalgo_content_tennis_match_header[data-state='1'] div.div_idalgo_content_tennis_match_header_content_detail_date,
div.div_idalgo_content_tennis_match_header[data-state='1'] div.div_idalgo_content_tennis_match_header_content_detail_phase{display:none}
div.div_idalgo_content_tennis_match_header[data-state='1'] div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{display:block}

span.span_idalgo_content_tennis_match_header_content_detail_date,
span.span_idalgo_content_tennis_match_header_content_detail_phase{
    text-transform:uppercase;
    color:#ffffff;
}

span.span_idalgo_content_tennis_match_header_content_detail_date{font-size:1.25em;font-weight:bold}
span.span_idalgo_content_tennis_match_header_content_detail_phase{font-size:0.75em}

div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{
    position:absolute;display:none;
    left:50%;top:5px;
    margin-left:-75px;
    width:150px;height:2em;
    border:2px solid #ffffff;
    background-color:#4db103;
    text-align:center;
    line-height:2em;
}

span.span_idalgo_content_tennis_match_header_content_detail_stopwatch_set,
span.span_idalgo_content_tennis_match_header_content_detail_stopwatch_stopwatch{
    color:#ffffff;
    font-size:0.875em;font-weight:bold
}
span.span_idalgo_content_tennis_match_header_content_detail_stopwatch_stopwatch:before{content:' - '}
div.div_idalgo_content_tennis_match_header[data-status='4']
    span.span_idalgo_content_tennis_match_header_content_detail_stopwatch_stopwatch:before{content:''}

div.div_idalgo_content_tennis_match_header[data-status='4']
    div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{background-color:#ff6600}
div.div_idalgo_content_tennis_match_header_content_hourscore{
    position:absolute;display: block;
    width:230px;height:110px;
    top:50%;left:50%;
    margin-top:-55px;margin-left:-115px;
}
div.div_idalgo_content_tennis_match_header_content_hourscore_hour {
    position:relative;display:none;
    line-height:110px;
    text-align:center;
}
span.span_idalgo_content_tennis_match_header_content_hourscore_hour{color:white;font-size:4.5em}
div.div_idalgo_content_tennis_match_header[data-state='0'] div.div_idalgo_content_tennis_match_header_content_hourscore_hour{display:block}
div.div_idalgo_content_tennis_match_header[data-state='0'] div.div_idalgo_content_tennis_match_header_content_hourscore_score{display:none}

div.div_idalgo_content_tennis_match_header_content_hourscore_score{
    position:relative;display:block;
    text-align:center;
    line-height:110px;
    width:150px;margin:0 auto;
}
span.span_idalgo_content_tennis_match_header_content_hourscore_score_local,
span.span_idalgo_content_tennis_match_header_content_hourscore_score_center,
span.span_idalgo_content_tennis_match_header_content_hourscore_score_visitor{
    color:white;font-size:4.5em
}
span.span_idalgo_content_tennis_match_header_content_hourscore_score_local{position:absolute;left:0}
span.span_idalgo_content_tennis_match_header_content_hourscore_score_visitor{position:absolute;right:0}

div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor{
    position:absolute;display:block;
    height:32px;width:32px;
    bottom:-16px;left:50%;
    background-color:#ffffff;
    border-radius:50%;
    color:#4db103;
    font-size:0.75em;
    font-weight:bold;
    text-align:center;
    line-height:32px;
}

div.div_idalgo_content_tennis_match_header_content_hourscore_point_local{margin-left:-52px}
div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor{margin-left:20px}

div.div_idalgo_content_tennis_match_header[data-status='4'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header[data-status='4'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor {
    color:#ff6600
}

div.div_idalgo_content_tennis_match_header[data-state='0'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header[data-state='0'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor,
div.div_idalgo_content_tennis_match_header[data-state='2'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header[data-state='2'] div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor{display:none}

/** surcharge DOM matchTennis **/
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis[data-code-status='0'],
div.div_idalgo_content_tennis_match_header[data-status='5'] div.div_idalgo_dom_match_tennis{display:none}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_1,
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_2,
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_service,
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis div.div_idalgo_dom_match_tennis_content_status {
    display:none}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis{
    width:600px;margin:0 auto;
    border-bottom:1px solid #bbb6a8}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis,
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content {
    height:6em;line-height:6em;width:100%}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set{
    width:250px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_feature{
    height:2em}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_feature_player{
    height:2em;line-height:2em}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_feature{width:300px}

div.div_idalgo_content_tennis_match_header span.span_idalgo_dom_match_tennis_content_score_1,
div.div_idalgo_content_tennis_match_header span.span_idalgo_dom_match_tennis_content_score_2{
    top:auto;height:35px;line-height:35px}
div.div_idalgo_content_tennis_match_header span.span_idalgo_dom_match_tennis_content_score_1{bottom:50%;margin-bottom:2px}
div.div_idalgo_content_tennis_match_header span.span_idalgo_dom_match_tennis_content_score_2{top:50%;margin-top:2px}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set{left:auto;right:0}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set{width:37px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    height:35px;width:35px;line-height:35px}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_status_1 div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    background-color:#ffffff;
    color:#4db103}
div.div_idalgo_content_tennis_match_header[data-status="4"] div.div_idalgo_dom_match_tennis_status_1 div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
    color:#ff6600
}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_1{left:25px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_2{left:65px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_3{left:105px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_4{left:145px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_5{left:185px}

div.div_idalgo_content_tennis_match_header span.span_idalgo_score_square_score_tiebreak{font-size:10px}

/* Module/Football/CSS/MatchPopup.css *****************************************************/

body div.div_idalgo_football_popup_match{position:absolute;display:none}
body div.div_idalgo_football_popup_match_visible{display:block;left:30%;top:10%;z-index:10}/*left reel*/
div.div_idalgo_football_popup_match_content{
    position:relative;
    width:490px;
    z-index:100;
    background-color:#ffffff;
}
div.div_idalgo_football_popup_match_content_title{position:relative;height:40px;border-bottom:1px solid #bbb6a8;}
div.div_idalgo_football_popup_match_content_title span.idalgo_icon_close{position:absolute;right:0;top:1px;cursor:pointer;}
div.div_idalgo_football_popup_match_content_line_team{
    position:relative;
    height:2em;line-height:2em;
}
div.div_idalgo_football_popup_match_content_title_local{position:absolute;width:50%;height:100%;left:0;text-align:right}
    img.img_idalgo_football_popup_match_content_title_local{position:absolute;right:5px;top:5px}
    span.span_idalgo_football_popup_match_content_title_local{margin-right:50px;text-transform:uppercase;font-size:0.75em;line-height:40px}
div.div_idalgo_football_popup_match_content_title_visitor{position:absolute;width:50%;height:100%;right:0;text-align:left}
    img.img_idalgo_football_popup_match_content_title_visitor{position:absolute;left:5px;top:5px}
    span.span_idalgo_football_popup_match_content_title_visitor{margin-left:50px;text-transform:uppercase;font-size:0.75em;line-height:40px}
    
div.div_idalgo_football_popup_match div.div_idalgo_football_popup_match_content{
    border:1px solid #bbb6a8;
    -webkit-box-shadow: 1px 1px 8px #bbb6a8;
       -moz-box-shadow: 1px 1px 8px #bbb6a8;
            box-shadow: 1px 1px 8px #bbb6a8;
}

div.div_idalgo_football_popup_match_content_nav{font-size:0.75em;margin:1em 0;text-align:center;}
div.div_idalgo_football_popup_match_content_nav ul{display:inline-block;}
div.div_idalgo_football_popup_match_content_tab{position:relative;padding:5px;}
div.div_idalgo_content_football_standing{position:relative;}
ul.ul_idalgo_content_football_standing{position:relative;}
    ul.ul_idalgo_content_football_standing div.div_idalgo_content_football_standing{float:left;width:49%;}
    ul.ul_idalgo_content_football_standing div.div_idalgo_content_football_standing:last-child{float:right;}
li.li_idalgo_content_football_standing{position:relative;height:2em;line-height:2em;}
ul.ul_idalgo_content_football_standing li.li_idalgo_float_right{float:right;width:45%;}
ul.ul_idalgo_content_football_standing li:nth-child(odd){background-color:#fbfaf9;border-bottom:1px solid #e4e2dd;}
ul.ul_idalgo_content_football_standing li.li_idalgo_content_football_standing_match_team {background-color:#d66000;}
li.li_idalgo_content_football_standing * {position:absolute;display:block;font-size:0.75em;}
    span.span_idalgo_content_football_standing_pos{left:0;width:30px;color:#bbb6a8;text-align:center;}
    div.div_idalgo_content_football_standing_pos{left:30px;width:10px;height:100%;}
    img.img_idalgo_content_football_standing_team{left:41px;width:20px;height:20px;top:50%;margin-top:-10px;}
    span.span_idalgo_content_football_standing_team{left:63px;width:120px;overflow:hidden;}
    span.span_idalgo_content_football_standing_points{right:0;width:45px;text-align:center;}
     
/* GESTION DES COULEURS */
div.div_idalgo_content_football_standing_pos_1,
div.div_idalgo_content_football_standing_pos_2,
div.div_idalgo_content_football_standing_pos_3,
div.div_idalgo_content_football_standing_pos_4{
    background-color:#003978;
}
div.div_idalgo_content_football_standing_pos_10,
div.div_idalgo_content_football_standing_pos_11{
    background-color:#3c382f;
}
li.li_idalgo_content_football_standing div.div_idalgo_content_football_standing_pos_background{height:100%;width:100%;}
div.div_idalgo_content_football_standing_pos_2 div.div_idalgo_content_football_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_football_standing_pos_3 div.div_idalgo_content_football_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_football_standing_pos_4 div.div_idalgo_content_football_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_football_standing_pos_11 div.div_idalgo_content_football_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);
}
/** Onglet action **/
div.div_idalgo_popup_football_action{position:relative;}
ul.ul_idalgo_popup_football_action{position:relative;}
    li.li_idalgo_popup_football_action{position:relative;height:2em;line-height:2em;overflow:hidden;}
ul.ul_idalgo_popup_football_action li:nth-child(odd){background-color:#fbfaf9;border-bottom:1px solid #e4e2dd;}
    div.div_idalgo_popup_football_action_minute{position:absolute;width:10%;height:100%;left:0;text-align:left;padding-left:0.3125em;}
        span.span_idalgo_popup_football_action_minute{
            font-weight:bold;
            font-size:0.75em;
        }
    div.div_idalgo_popup_football_action_local{position:absolute;width:30%;left:10%;height:2em;}
    div.div_idalgo_popup_football_action_score{position:absolute;width:20%;height:2em;left:40%;padding:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
        div.div_idalgo_popup_football_action_score_content{position:relative;height:100%;background-color:#ffffff;border:1px solid #e4e2dd;font-size:0.75em;font-weight:bold;text-align:center;}
        span.span_idalgo_popup_football_action_score_content_local{position:absolute;right:60%;}
        span.span_idalgo_popup_football_action_score_content_visitor{position:absolute;left:60%;}
        div.div_idalgo_popup_football_action_score_local .span_idalgo_popup_football_action_score_content_local,
        div.div_idalgo_popup_football_action_score_visitor .span_idalgo_popup_football_action_score_content_visitor{font-size:2em;line-height:1em;}
    div.div_idalgo_popup_football_action_visitor{position:absolute;width:30%;left:60%;height:2em;}
    
    div.div_idalgo_popup_football_action_action_logo{position:absolute;height:30px;width:30px;top:50%;margin-top:-15px;}
        div.div_idalgo_popup_football_action_local .div_idalgo_popup_football_action_action_logo{right:0}
        div.div_idalgo_popup_football_action_visitor .div_idalgo_popup_football_action_action_logo{left:0}
    div.div_idalgo_popup_football_action_action_name{position:absolute;font-size:0.6875em;}
        div.div_idalgo_popup_football_action_local .div_idalgo_popup_football_action_action_name{right:40px;text-align:right}
        div.div_idalgo_popup_football_action_local  span{float:right;}
        div.div_idalgo_popup_football_action_visitor .div_idalgo_popup_football_action_action_name{left:40px;text-align:left}
        div.div_idalgo_popup_football_action_visitor  span{float:left;}
        span.span_idalgo_popup_football_action_action_name_detail{margin:0 5px}
        div.div_idalgo_popup_football_action_visitor .idalgo_content_football_action_logo_substitute{background-position:center -527px;}
    div.div_idalgo_popup_football_action_action_name_double span{display:block;line-height:1.5em;height:1.5em;float:none;}
    div.div_idalgo_popup_football_action_action_name_double span + span{color:#bbb6a8;}
    div.div_idalgo_popup_football_action_local .div_idalgo_popup_football_action_action_name_double span + span{margin-right:1em;}
    div.div_idalgo_popup_football_action_visitor .div_idalgo_popup_football_action_action_name_double span + span{margin-left:1em;}
/** Serie **/
div.div_idalgo_football_popup_match_content_tab img.img_idalgo_content_football_match_preview_content_standing_data_local_logo, div.div_idalgo_football_popup_match_content_tab img.img_idalgo_content_football_match_preview_content_standing_data_visitor_logo {left:20px}
div.div_idalgo_football_popup_match_content_tab span.span_idalgo_content_football_match_preview_content_standing_data_local_win, div.div_idalgo_football_popup_match_content_tab span.span_idalgo_content_football_match_preview_content_standing_data_visitor_win {margin-left:50px}
div.div_idalgo_football_popup_match_content_tab div.div_idalgo_content_football_match_preview_content_series_title {margin-left:15%}
div.div_idalgo_football_popup_match_content_tab div.div_idalgo_content_football_match_preview_content_series_content_local span, div.div_idalgo_football_popup_match_content_tab div.div_idalgo_content_football_match_preview_content_series_content_visitor span{margin-left:5%}

/** Historique **/
div.div_idalgo_football_popup_match_content_tab div.idalgo_content_football_match_preview_history_match, div.div_idalgo_football_popup_match_content_tab div.div_idalgo_content_football_match_preview_history_showdown {display:none}

/* Module/Sport/CSS/WidgetSportList.css ***************************************************/
div.div_idalgo_sport_widget_sport_list{position:relative;display:block}
div.div_idalgo_sport_widget_sport_list ul.ul_idalgo_sport_sport_list_content_sport{padding-top:1em}
div.div_idalgo_sport_widget_sport_list li.li_idalgo_sport_sport_list_content_sport{
    width:62px;
    height:100px;
    margin-right:2%;
    margin-bottom:8px;
    overflow:hidden;
}

div.div_idalgo_sport_widget_sport_list span.span_idalgo_sport_sport_list_content_sport{padding-top:6px;padding-left:0;padding-right:0;}
div.div_idalgo_sport_widget_sport_list li.li_idalgo_sport_sport_list_content_sport_active span.span_idalgo_sport_sport_list_content_sport{color:#003978;padding-top: 6px}
div.div_idalgo_sport_widget_sport_list li.li_idalgo_sport_sport_list_content_sport_active div.div_idalgo_sport_sport_list_content_sport{background-color:#003978;border-color:#003978}
div.div_idalgo_sport_widget_sport_list span.span_idalgo_sport_sport_list_content_sport{font-size:0.625em}
div.div_idalgo_sport_widget_sport_list div.div_idalgo_sport_sport_list_content_sport{
    height:40px;width:40px;bottom:10px;left:50%;margin-left:-20px;z-index:1}

/* Module/Sport/CSS/Calendar.css **********************************************************/
div.div_idalgo_sport_calendar{position:relative;display:block}
div.div_idalgo_sport_calendar_content_sport{
    position:relative;display:block;
    width:86px;margin:0 auto;
    background-color:#003978
}
ul.ul_idalgo_sport_calendar_content_day{position:relative;display:block}
li.li_idalgo_sport_calendar_content_day{position:relative;display:block}
div.div_idalgo_sport_calendar_content_day{
    position:relative;display:block;
    height:4em;line-height:4em;
    color:#003978;
    text-indent:30px;
    border-bottom:1px solid #e4e2dd
}

ul.ul_idalgo_sport_calendar_content_day_event_phase{position:relative;display:block;background-color:#fbfaf9}
li.li_idalgo_sport_calendar_content_day_event_phase{
    position:relative;display:block;
    border-bottom:1px solid #e4e2dd
}
div.div_idalgo_sport_calendar_content_day_event_phase_title{
    position:relative;display:block;
    height:3em;line-height:3em;
}
div.div_idalgo_sport_calendar_content_day_event_phase_title>span{
    position:absolute;display:block;
    top:0;height:3em;line-height: 3em;
}
span.span_idalgo_sport_calendar_content_day_event_phase_title_hour{
    left:30px;width:50px;
    color:#bbb6a8
}
span.span_idalgo_sport_calendar_content_day_event_phase_title_name{
    left:150px;right:100px;
    color:#3c382f;
    font-weight:bold
}
span.span_idalgo_sport_calendar_content_day_event_phase_title_gender{
    right:20px;width:80px;
    text-align:right;
    color:#003978
}
div.div_idalgo_sport_calendar_content_day_event_phase_podium{padding:30px 0}
div.div_idalgo_sport_podium{
    position:relative;display:block;
    height:108px;width:470px;margin:0 auto
}
div.div_idalgo_sport_podium_result{
    position:absolute;display:block;
    top:0;
    height:108px;width:124px;
}
div.div_idalgo_sport_podium_result_1{left:0}
div.div_idalgo_sport_podium_result_1 + div.div_idalgo_sport_podium_result_1,
div.div_idalgo_sport_podium_result_2{left:50%;margin-left:-54px}
div.div_idalgo_sport_podium_result_3{right:0}
div.div_idalgo_sport_podium_result_person{
    position:absolute;display:block;
    top:0;left:12px;
    height:60px;width:60px;
}
div.div_idalgo_sport_podium_result_person_img{
    position:absolute;display:block;
    height:60px;width:60px;
    border-radius:50%;
    background-color:#e4e2dd;
    overflow: hidden;
}
img.img_idalgo_sport_podium_result_person_img{width:100%}
div.div_idalgo_sport_podium_result_2 div.div_idalgo_sport_podium_result_person,
div.div_idalgo_sport_podium_result_3 div.div_idalgo_sport_podium_result_person{width:40px}
div.div_idalgo_sport_podium_result_2 div.div_idalgo_sport_podium_result_person_img,
div.div_idalgo_sport_podium_result_3 div.div_idalgo_sport_podium_result_person_img{height:40px;width:40px;top:5px}
div.div_idalgo_sport_podium_result_person:after{
    position:absolute;display:block;
    bottom:-10px;left:50%;
    margin-left:-15px;
    content:'';
    width: 30px;
    height: 2px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background-color: #645f4f;
}
div.div_idalgo_sport_podium_result_person_position{
    position:absolute;display:block;
    top:29px;left:-16px;
    height:28px;width:28px;
    line-height: 24px;
    font-size:0.75em;
    color:#ffffff;
    text-align:center;
}
div.div_idalgo_sport_podium .idalgo_picture_medal{height:24px;width:24px;margin-top:-14px;margin-left:-14px}

img.img_idalgo_sport_podium_result_country{
    position:absolute;display: block;
    width:16px;height:11px;
    bottom:19px;left:0;
}
div.div_idalgo_sport_podium_result_data,
div.div_idalgo_sport_podium_result_noc{
    position:absolute;display: block;
    left:0;bottom:0;
    height:32px;width:100%;
}
span.span_idalgo_sport_podium_result_data_firstname,
span.span_idalgo_sport_podium_result_noc_name{
    position:absolute;display: block;
    top:0;left:24px;
    font-size:0.75em;
    width:100px;height:16px;line-height:16px;
    color:#645f4f;
    overflow: hidden;
}
span.span_idalgo_sport_podium_result_noc_name{left:12px;text-transform: uppercase;color:#3c382f}
span.span_idalgo_sport_podium_result_data_name{
    position:absolute;display: block;
    top:16px;left:24px;
    font-size:0.75em;
    width:100px;height:16px;line-height:16px;
    text-transform: uppercase;
    overflow:hidden;
    white-space:nowrap;
    color:#3c382f;
}
div.div_idalgo_sport_podium_result_data_double :first-child{top:0}

/* Decalage 2 argent */
div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2{
    left:auto;right:0;margin-left:0
}


/* Ajustement 4 places */
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result{width:117px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_1{width:119px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2{margin-left:0;left:119px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2{right:auto;left:236px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2{left:auto;right:0;margin-left:0}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{right:auto;left:236px}

/* Ajustement 5 places */
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result{width:94px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2{margin-left:0;left:94px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{right:auto;left:188px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3 + div.div_idalgo_sport_podium_result_3{right:auto;left:282px}

/** LIEN **/
div.div_idalgo_sport_calendar_content_day_event_phase_link         {position: relative;display: block;height: 30px;line-height: 30px}
div.div_idalgo_sport_calendar_content_day_event_phase_link a       {position: relative;display: block;width: 100%;text-align: center;color: #003978;text-decoration: none}
div.div_idalgo_container  div.div_idalgo_sport_calendar_content_day_event_phase_link a:hover {text-decoration: none}

/* Module/Sport/CSS/SportList.css *********************************************************/
div.div_idalgo_sport_sport_list{position: relative;display:block}
div.div_idalgo_sport_sport_list div.idalgo_title1{margin-bottom:64px}
ul.ul_idalgo_sport_sport_list_content_sport{position:relative;display:block;padding:0 10px}
li.li_idalgo_sport_sport_list_content_sport{
    position:relative;display:block;
    float:left;
    height:173px;width:110px;
    margin-right:18px;
    margin-bottom:1em;
    background-color:#fbfaf9;
    border:1px solid #e4e2dd;
    border-radius:3px;
}
a.a_idalgo_sport_sport_list_content_sport{position:relative;display:block;height:100%}

li.li_idalgo_sport_sport_list_content_sport a.a_idalgo_sport_sport_list_content_sport:hover{text-decoration:none}
span.span_idalgo_sport_sport_list_content_sport{
    position:relative;display:block;
    height:1em;line-height:1em;
    font-size:1em;
    text-align:center;
    color:#003978;
    padding:15px 5px 0 5px;

}
div.div_idalgo_sport_sport_list_content_sport{
    position:absolute;display:block;
    bottom:20px;
    left:20px;
    width:70px;height:70px;
    box-sizing: border-box;
    border:2px solid #bbb6a8;
    background-color:#bbb6a8;
    border-radius:50%;
    overflow:hidden
}
li.li_idalgo_sport_sport_list_content_sport:hover span.span_idalgo_sport_sport_list_content_sport{color:#003978}
li.li_idalgo_sport_sport_list_content_sport:hover div.div_idalgo_sport_sport_list_content_sport{background-color:#003978;border-color:#003978}
img.img_idalgo_sport_sport_list_content_sport{position:relative;display:block;width:100%}

/* Module/Sport/CSS/WidgetMedal.css *******************************************************/
div.div_idalgo_sport_widget_medal{position:relative;display:block}

ul.ul_idalgo_sport_widget_medal{position:relative;display:block}
    div.div_idalgo_sport_widget_medal_head{
        position:relative;display:block;
        height:4em;
        border-bottom:1px solid #e4e2dd
    }
    li.li_idalgo_sport_widget_medal{
        position:relative;display:block;
        height:2em;line-height:2em;
        background-color:#ffffff;
        border-bottom:1px solid #e4e2dd
    }
    li.li_idalgo_sport_widget_medal:nth-child(odd){background-color:#fbfaf9}

    li.li_idalgo_sport_widget_medal>div,
    div.div_idalgo_sport_widget_medal_head>div{
        position:absolute;display:block;
        top:0;height:100%;
    }
    div.div_idalgo_sport_widget_medal_position{
        left:0;width:10%;
        text-align:center;
        font-size:0.875em;font-weight:bold;
        color:#3c382f
    }
    div.div_idalgo_sport_widget_medal_noc{
        left:10%;width:40%;
        text-indent:30px;
        font-size:0.75em;font-weight:bold;
        color:#3c382f;
        overflow:hidden;white-space: nowrap;
        text-overflow: ellipsis;
    }
    img.img_idalgo_sport_widget_medal_noc{
        position:absolute;display:block;
        height:14px;width:20px;
        top:50%;margin-top:-7px;
        left:0;
        border-radius:2px;
        box-sizing: border-box;
    }
    div.div_idalgo_sport_widget_medal_noc img.img_idalgo_sport_widget_medal_noc{border:1px solid #e4e2dd}

div.div_idalgo_sport_widget_medal_head_gold,
div.div_idalgo_sport_widget_medal_gold,
div.div_idalgo_sport_widget_medal_head_silver,
div.div_idalgo_sport_widget_medal_silver,
div.div_idalgo_sport_widget_medal_head_bronze,
div.div_idalgo_sport_widget_medal_bronze{
    width:10%
}

div.div_idalgo_sport_widget_medal_gold,
div.div_idalgo_sport_widget_medal_silver,
div.div_idalgo_sport_widget_medal_bronze{
    text-align:center;
    font-size:0.8125em;
    font-weight:bold
}
    div.div_idalgo_sport_widget_medal_head_gold,
    div.div_idalgo_sport_widget_medal_gold{left:50%}

    div.div_idalgo_sport_widget_medal_head_silver,
    div.div_idalgo_sport_widget_medal_silver{left:60%}

    div.div_idalgo_sport_widget_medal_head_bronze,
    div.div_idalgo_sport_widget_medal_bronze{left:70%}

    div.div_idalgo_sport_widget_medal_head_total,
    div.div_idalgo_sport_widget_medal_total{left:80%;width:20%;text-align:center;font-weight:bold}

/* Module/Sport/CSS/WidgetNOCMedal.css ****************************************************/
div.ul_idalgo_sport_widget_noc_medal{position:relative;display:block}

ul.ul_idalgo_sport_widget_noc_medal{position:relative;display:block;margin-top:1em}
    li.li_idalgo_sport_widget_noc_medal{
        position:relative;display:block;
        height:4.5em;line-height:4.5em;
        background-color:#ffffff;
        border-bottom:1px solid #e4e2dd
    }
    li.li_idalgo_sport_widget_noc_medal:nth-child(even){background-color:#fbfaf9}
    li.li_idalgo_sport_widget_noc_medal:first-child{border-top:1px solid #e4e2dd}

li.li_idalgo_sport_widget_noc_medal>div,
    div.div_idalgo_sport_widget_noc_medal_head>div{
        position:absolute;display:block;
        top:0;height:100%;
    }
    div.div_idalgo_sport_widget_noc_medal_position{
        left:0;width:10%;
        text-align:center;
        font-size:0.875em;font-weight:bold;
        color:#3c382f
    }
    div.div_idalgo_sport_widget_noc_medal_person{
        left:10%;width:60%;
        font-size:0.75em;
        color:#3c382f;
    }
    img.img_idalgo_sport_widget_noc_medal_person{
        position:absolute;display:block;
        height:54px;width:54px;
        top:50%;margin-top:-27px;
        border-radius:50%;
        left:0;
    }

    div.div_idalgo_sport_widget_noc_medal_person_txt{
        position: absolute;
        display: block;
        top:50%;
        left:70px;
        margin-top:-18px;
        height: 36px;
        width: 100%;
    }
    span.span_idalgo_sport_widget_noc_medal_person_txt_name,
    span.span_idalgo_sport_widget_noc_medal_person_txt_firstname{
        position:relative;display:block;
        height:1.5em;line-height:1.5em;
        overflow:hidden;white-space: nowrap;
        text-overflow: ellipsis;
    }
    span.span_idalgo_sport_widget_noc_medal_person_txt_name{font-weight:bold;text-transform:uppercase}

div.div_idalgo_sport_widget_noc_medal_gold,
div.div_idalgo_sport_widget_noc_medal_silver,
div.div_idalgo_sport_widget_noc_medal_bronze{
    width:10%;
    text-align:center;
    font-size:0.8125em;
    line-height:8em;
    font-weight:bold
}
div.div_idalgo_sport_widget_noc_medal_gold{left:70%}
div.div_idalgo_sport_widget_noc_medal_silver{left:80%}
div.div_idalgo_sport_widget_noc_medal_bronze{left:90%}

div.div_idalgo_sport_widget_noc_medal_gold span.idalgo_picture_medal,
div.div_idalgo_sport_widget_noc_medal_silver span.idalgo_picture_medal,
div.div_idalgo_sport_widget_noc_medal_bronze span.idalgo_picture_medal{margin-top:-1.53em}

/* Module/Sport/CSS/CompetitionPresentation.css *******************************************/

div.div_idalgo_sport_competition_presentation {position: relative;display: block;}
    div.div_idalgo_sport_competition_presentation_content_list {position: relative;display: block;margin:20px 0;}
    div.div_idalgo_sport_competition_presentation_content_list_head,
    div.div_idalgo_sport_competition_presentation_content_list_content {
        position: relative;display: block;
        height: 3em;line-height: 3em;width: 100%;
        border-bottom: 1px solid #e4e2dd;
    }
    div.div_idalgo_sport_competition_presentation_content_list_head span,
    div.div_idalgo_sport_competition_presentation_content_list_content_name span{color: #bbb6a8}
        div.div_idalgo_sport_competition_presentation_content_list_head_season_current,
        div.div_idalgo_sport_competition_presentation_content_list_head_season_old,
        div.div_idalgo_sport_competition_presentation_content_list_content_value_current,
        div.div_idalgo_sport_competition_presentation_content_list_content_value_old{
            position: absolute;display: block;
            height: 3em;line-height: 3em;width: 20%;
            text-align: right;
            font-size: 1em;right : 5%;
        }
        div.div_idalgo_sport_competition_presentation_content_list_head_season_current,
        div.div_idalgo_sport_competition_presentation_content_list_content_value_current{right : 25%}

        div.div_idalgo_sport_competition_presentation_content_list_content_name {
            position: relative;display: block;
        }
            span.span_idalgo_sport_competition_presentation_content_list_content_name_cnt {
                float: left;margin-left: 10px}
            span.span_idalgo_sport_competition_presentation_content_list_content_name_cnt + span {
                position: relative;display: block;width: 35px;margin-left:10%;margin-top:7px;float: left;
            }

        div.div_idalgo_sport_competition_presentation_content_list_content_value_current span,
        div.div_idalgo_sport_competition_presentation_content_list_content_value_old span {font-weight: bold;font-size: 1.0625em}

/* Module/Sport/CSS/NOCIdentity.css *******************************************************/
div.div_idalgo_sport_noc_identity{position:relative;display:block}
div.div_idalgo_sport_noc_identity_content{position:relative;background-repeat: no-repeat;background-position: center}

div.div_idalgo_sport_noc_identity_content_list {position: relative;display: block;margin:20px 0;}
div.div_idalgo_sport_noc_identity_content_list_head,
div.div_idalgo_sport_noc_identity_content_list_content{
    position: relative;display: block;
    height: 3em;line-height: 3em;width: 100%;
    border-bottom: 1px solid #e4e2dd;
}

div.div_idalgo_sport_noc_identity_content_list_content_data_content {
    position: relative;display: block;
    height: 1.25em;line-height: 1.25em;width: 100%;
}

div.div_idalgo_sport_noc_identity_content_list_head span,
div.div_idalgo_sport_noc_identity_content_list_content_name span{color: #bbb6a8}
div.div_idalgo_sport_noc_identity_content_list_head_season_current,
div.div_idalgo_sport_noc_identity_content_list_head_season_old,
div.div_idalgo_sport_noc_identity_content_list_content_value_current,
div.div_idalgo_sport_noc_identity_content_list_content_value_old,
div.div_idalgo_sport_noc_identity_content_list_medal_data_content_value_current,
div.div_idalgo_sport_noc_identity_content_list_medal_data_content_value_old{
    position: absolute;display: block;
    top: 0;
    height: 3em;line-height: 3em;width: 20%;
    text-align: right;
    font-size: 1em;right : 5%;
}

div.div_idalgo_sport_noc_identity_content_list_medal_data_content_value_current,
div.div_idalgo_sport_noc_identity_content_list_medal_data_content_value_old {line-height: 1.25em}

div.div_idalgo_sport_noc_identity_content_list_head_season_current,
div.div_idalgo_sport_noc_identity_content_list_content_value_current,
div.div_idalgo_sport_noc_identity_content_list_medal_data_content_value_current{right : 25%}

div.div_idalgo_sport_noc_identity_content_list_content_name {
    position: relative;display: block;
}
span.span_idalgo_sport_noc_identity_content_list_content_name_cnt {
    float: left;margin-left: 10px}
span.span_idalgo_sport_noc_identity_content_list_content_name_cnt + span {
    position: relative;display: block;width: 35px;margin-left:10%;margin-top:7px;float: left;
}

div.div_idalgo_sport_noc_identity_content_list_content_value_current span,
div.div_idalgo_sport_noc_identity_content_list_content_value_old span {font-weight: bold;font-size: 1.0625em}

div.div_idalgo_sport_noc_identity_content_list_medal {
    height:6.25em;
}

div.div_idalgo_sport_noc_identity_content_list_medal_data {
    position: absolute;
    display: block;top:2.375em;
    left:0;width: 100%;
    height: 3.75em;
}

/* Module/Sport/CSS/NOCList.css ***********************************************************/
div.div_idalgo_sport_noc_list{position:relative;display:block}

div.div_idalgo_sport_noc_list_content{background-repeat:no-repeat;background-position:center center}

div.div_idalgo_sport_noc_list_content_preview_head { display: none;}

div.div_idalgo_sport_noc_list_content_preview {position: relative;display: block;height: 200px;width: 100%}
    div.div_idalgo_sport_noc_list_content_preview_area {
        position: relative; display: block;
        float: left;
        margin-top:40px;
        width: 20%;height: 50%;
    }
    span.span_idalgo_sport_noc_list_content_area_circle,
    span.span_idalgo_sport_noc_list_content_preview_area_circle {
        position: relative;display: block;
        height: 15px;width: 15px;
        border-radius: 50%;
        margin: 0 auto;
    }
    span.span_idalgo_sport_noc_list_content_preview_area_title {
        position: relative;display: block;
        height: 2em;line-height: 2em;
        width: 100%;text-align: center;
        font-size: 0.75em;
        font-weight: bold;
        text-transform: uppercase;
    }
    div.div_idalgo_sport_noc_list_content_preview_area_count,
    div.div_idalgo_sport_noc_list_content_preview_area_person{
        position: relative;display: block;
        width: 100%;text-align: center;
        margin: 10px 0;
        font-weight: bold;
        color: #bbb6a8

    }
        span.span_idalgo_sport_noc_list_content_preview_area_count_content,
        span.span_idalgo_sport_noc_list_content_preview_area_person_content{
            position: relative;display: block;
            width: 100%;
            height: 1em;line-height: 1em;
            font-size: 1.875em;
            font-family: "Georgia",Times New Roman,Times,serif;
        }

        span.span_idalgo_sport_noc_list_content_preview_area_person_content {font-size: 1.125em;}

        span.span_idalgo_sport_noc_list_content_preview_area_count_title,
        span.span_idalgo_sport_noc_list_content_preview_area_person_title{
            position: relative;display: block;
            width: 100%;font-size: 0.625em;
        }

/** CLASSEMENT **/
ul.ul_idalgo_sport_noc_list_content{position:relative;display:block}
div.div_idalgo_sport_noc_list_content_head{
    position:relative;display:block;
    height:4em;
    border-bottom:1px solid #e4e2dd
}

li.li_idalgo_sport_noc_list_content_area{
    position:relative;display:block;
    height:2.5em;line-height:2.5em;
    margin:0;
    opacity:1;
    background-color:transparent;
    border-bottom:1px solid #e4e2dd;
    overflow:hidden;
    transition:all 0.4s ease-out;
}

li.li_idalgo_sport_noc_list_content_area>div,
div.div_idalgo_sport_noc_list_content_head>div{
    position:absolute;display:block;
    top:0;height:100%;
}

li.li_idalgo_sport_noc_list_content{
    position:relative;display:block;
    height:2.5em;line-height:2.5em;
    opacity:1;
    background-color:#ffffff;
    border-bottom:1px solid #e4e2dd;
    overflow:hidden;
    transition:all 0.4s ease-out
}
div.div_idalgo_sport_noc_list_content_head_gold,
div.div_idalgo_sport_noc_list_content_area_gold,
div.div_idalgo_sport_noc_list_content_head_silver,
div.div_idalgo_sport_noc_list_content_area_silver,
div.div_idalgo_sport_noc_list_content_head_bronze,
div.div_idalgo_sport_noc_list_content_area_bronze{
    width:10%
}

div.div_idalgo_sport_noc_list_content_area_gold,
div.div_idalgo_sport_noc_list_content_area_silver,
div.div_idalgo_sport_noc_list_content_area_bronze,
div.div_idalgo_sport_noc_list_content_area_total{
    text-align:center;
    font-size:1.125em;
    font-family: "Georgia",Times New Roman,Times,serif;
    font-weight:bold
}

div.div_idalgo_sport_noc_list_content_head_gold,
div.div_idalgo_sport_noc_list_content_area_gold{left:45%}

div.div_idalgo_sport_noc_list_content_head_silver,
div.div_idalgo_sport_noc_list_content_area_silver{left:55%}

div.div_idalgo_sport_noc_list_content_head_bronze,
div.div_idalgo_sport_noc_list_content_area_bronze{left:65%}

div.div_idalgo_sport_noc_list_content_head_total,
div.div_idalgo_sport_noc_list_content_area_total{left:75%;width:25%;text-align:right;}
div.div_idalgo_sport_noc_list_content_area_total{color: #329fd0}

div.div_idalgo_sport_noc_list_content_head_total {line-height: 4em}
span.span_idalgo_sport_noc_list_content_head_total_full {font-size:0.75em;font-weight:bold}

li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_pos {
    position: absolute;display: block;
    height: 2.5em;line-height: 2.5em;
    top: 0;width: 50px;
    font-size: 1.125em
    font-family: "Georgia",Times New Roman,Times,serif;
    text-align: center
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_circle {
    height: 20px;width: 20px;
    margin-left: 60px;margin-top: 8px
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_title  {
    position: absolute;display: block;
    height: 2.5em;line-height: 2.5em;
    top: 0;
    margin-left: 100px
}


/** COULEUR AREA **/
.idalgo_noc_africa  {border: 2px solid #a5a5a5}
.idalgo_noc_america {border: 2px solid #fb8aa1}
.idalgo_noc_asia    {border: 2px solid #ffc766 }
.idalgo_noc_europe  {border: 2px solid #329fd0}
.idalgo_noc_oceanie {border: 2px solid #60d097}

/* Module/Sport/CSS/WidgetPodium.css ******************************************************/
/*div.div_idalgo_widget_podium {position: relative;display: block;padding: 5px; width: 300px;border:1px solid #e4e2dd;margin: 0 auto}*/

    div.div_idalgo_widget_podium_content {position: relative;display: block;width:100%;overflow:hidden}
        ul.ul_idalgo_widget_podium_content_event_list {position:absolute;display:block;height:200px;left:0}
            li.li_idalgo_widget_podium_content_event_list_final{position:relative;display:block;float: left}
                div.div_idalgo_widget_podium_content_event_list_final {position: relative;height:12em;}
                    div.div_idalgo_widget_podium_content_event_list_final_title {position: relative;display: block;margin-bottom: 10px}
                        img.img_idalgo_widget_podium_content_event_list_final_title {position: relative;display: block;margin: 0 auto;background-color:#003978}
                    div.div_idalgo_widget_podium_content_event_list_final_title_subtitle {position: relative;display: block;width: 100%;}
                    div.div_idalgo_widget_podium_content_event_list_final_title_subtitle span {position: relative;display: block;width:100%;font-size: 0.75em;text-align: center}
                    div.div_idalgo_widget_podium_content_event_list_final_title_subtitle span.span_idalgo_widget_podium_content_event_list_final_title_subtitle_event {font-weight: bold}

                    div.div_idalgo_widget_podium_content_event_list_final_content {position: relative;display: block}

/* SLIDER */
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation {position:relative;margin-top:15em;width:100%;border-top: 1px solid #e4e2dd}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_switch
{position:absolute;height:20px;left:50%;top:0}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_switch_inner
{height:20px;left:-50%;position:relative}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation div.div_idalgo_widget_content_navigation_button
{text-align:center;height:50px;width:100%;position:relative;background-color:transparent}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation div.idalgo_sprite_button
{
    height:50px;width:50px;
    margin:0 auto;
    cursor:pointer;
}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div {position: absolute;display: block;top:0;background-color:transparent}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_play{left:50%;margin-left:-25px;z-index:1}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_prev,
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_next {width:60%;height: 30px;top:10px}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_prev {left:0}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_button div.div_idalgo_widget_content_navigation_button_next {right:0}

div.div_idalgo_widget_podium div.div_idalgo_button_play_active div.div_idalgo_widget_content_navigation_button_prev,
div.div_idalgo_widget_podium div.div_idalgo_button_play_active div.div_idalgo_widget_content_navigation_button_next {display: none}

div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos {position: relative;display: block;height: 30px;line-height: 30px}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos div {position: absolute;display: block;text-align: center;font-size:.825em;color:#bbb6a8}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos_separator {width:20px;left:50%;margin-left:-10px;}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos_current,
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos_all {width:48%}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos div.div_idalgo_widget_content_navigation_infos_current{text-align: right;left:0}
div.div_idalgo_widget_podium div.div_idalgo_widget_content_navigation_infos div.div_idalgo_widget_content_navigation_infos_all {text-align: left;right:0}

/* Module/Sport/CSS/ResultPodium.css ******************************************************/

div.div_idalgo_content_sport_result_podium{position:relative;clear:both;}

div.div_idalgo_content_sport_result_podium_content_sport{
    position:relative;display:block;
    width:86px;margin:20px auto;
    background-color:#003978
}

div.div_idalgo_content_sport_result_podium_title{position:relative;height:2em;line-height:2em;background-color:#fbfaf9;overflow:hidden;margin: 15px 0;}
span.span_idalgo_content_sport_result_podium_title_hour{
    position:absolute;display:block;
    width:61px;height:100%;
    top:0;left:0;
    font-size:0.875em;
    text-align:center;
}
span.span_idalgo_content_sport_result_podium_title_event{
    position:absolute;
    display:block;
    height:100%;
    top:0;left:103px;
    font-size:0.6888em;
}
span.span_idalgo_content_sport_result_podium_title_status{
    position:absolute;display:block;
    width:200px;height:100%;
    top:0;right:0;
    text-align:center;
    font-size:1.875em;
    color:#e4e2dd;
}

div.div_idalgo_content_sport_result_podium_normal{margin: 0 auto;display: table;white-space: nowrap;position: relative;}
ul.ul_idalgo_content_sport_result_podium_normal_cnt{list-style: none;margin: 0;padding: 0;white-space: nowrap;}
ul.ul_idalgo_content_sport_result_podium_normal_cnt li {display: inline-block;vertical-align: text-top; float:left;}

div.podium_normal div.div_idalgo_content_sport_result_podium_normal_cnt_2_photo,
div.podium_normal div.div_idalgo_content_sport_result_podium_normal_cnt_3_photo{width:110px}

div.podium_double_silver div.div_idalgo_content_sport_result_podium_normal_cnt_2_photo{width:110px}
div.podium_double_bronze div.div_idalgo_content_sport_result_podium_normal_cnt_2_photo{width:110px}

div.div_idalgo_content_sport_result_podium_normal_cnt_1{
    width: 40px;
    margin: 0 auto;
    background-position: center -8px;
    height: 45px;
}
div.div_idalgo_content_sport_result_podium_normal_cnt_1_name{position:relative;width:130px;text-align: center;margin-bottom:5px;white-space: normal;}
div.div_idalgo_content_sport_result_podium_normal_cnt_1_photo{position:relative;}
span.span_idalgo_content_sport_result_podium_normal_cnt_1_photo{position:absolute;top:0;left:0;font-size:1.875em;font-weight: bold;color:#645f4f;}
span.span_idalgo_content_sport_result_podium_normal_cnt_1_name {font-size:1em;line-height:1em;color:#bbb6a8;}

img.img_idalgo_content_sport_result_podium_normal_cnt_1_photo{margin-left: 17px;}
img.img_idalgo_content_sport_result_podium_normal_cnt_1_name {margin-right: 3px;}


div.div_idalgo_content_sport_result_podium_normal_cnt_1_medal{position:relative;height:43px;margin:0 auto;width:40px;}
div.div_idalgo_content_sport_result_podium_normal_cnt_1_medal div.idalgo_sport_sprite.idalgo_sport_medal_1 {width:40px}

div.div_idalgo_content_sport_result_podium_normal_cnt_2{
    width: 40px;
    margin: 0 auto;
    background-position: center -74px;
    height: 40px;
}
div.div_idalgo_content_sport_result_podium_normal_cnt_2_name{position:relative;text-align: left;margin: 30px 0 2px;white-space: normal;}
div.div_idalgo_content_sport_result_podium_normal_cnt_2_photo{position:relative;}
span.span_idalgo_content_sport_result_podium_normal_cnt_2_photo{position:absolute;top:5px;left:0;font-size:1.5625em;color:#bbb6a8;}
span.span_idalgo_content_sport_result_podium_normal_cnt_2_name {font-size:0.8em;color:#bbb6a8;}
img.img_idalgo_content_sport_result_podium_normal_cnt_2_photo{margin: 0 auto;display: block;}
img.img_idalgo_content_sport_result_podium_normal_cnt_2_name {margin-right: 3px;}

div.div_idalgo_content_sport_result_podium_normal_cnt_2_medal{position:relative;height:35px;margin:0 auto;margin:0 auto;width:40px;}
div.div_idalgo_content_sport_result_podium_normal_cnt_2_medal div.idalgo_sport_sprite.idalgo_sport_medal_2 {width:40px}

div.div_idalgo_content_sport_result_podium_normal_cnt_3{
    width: 40px;
    margin: 0 auto;
    background-position: center -139px;
    height: 40px;
}


div.div_idalgo_content_sport_result_podium_normal_cnt_3_name{position:relative;text-align: center;margin: 30px 0 2px;white-space: normal;}
div.div_idalgo_content_sport_result_podium_normal_cnt_3_photo{position:relative;}
span.span_idalgo_content_sport_result_podium_normal_cnt_3_photo{position:absolute;top:5px;right:0;font-size:1.5625em;color:#e4e2dd;}
span.span_idalgo_content_sport_result_podium_normal_cnt_3_name {font-size:0.5em;color:#bbb6a8;}
img.img_idalgo_content_sport_result_podium_normal_cnt_3_photo{margin: 0 auto;display: block;}
img.img_idalgo_content_sport_result_podium_normal_cnt_3_name {margin-right: 3px;}

div.div_idalgo_content_sport_result_podium_normal_cnt_3_medal{position:relative;height:35px;width:40px;margin:0 auto;}
div.div_idalgo_content_sport_result_podium_normal_cnt_3_medal div.idalgo_sport_sprite.idalgo_sport_medal_3 {width:40px}

div.div_idalgo_content_sport_result_podium_normal_background {height: 50px;position: absolute;width: 100%;background: #fbfaf9;top: 0;border-bottom: 1px solid #e4e2dd;}

/* Module/Sport/CSS/ResultList.css ********************************************************/
div.div_idalgo_content_sport_result_list{position:relative;display:block;margin:25px 0;}

li.li_idalgo_content_sport_result_list,
li.li_idalgo_content_sport_result_list_title{
    position:relative;
    display:block;
    height:2.5em;
    line-height:2.5em;
}

span.span_idalgo_content_sport_result_list_title_gender{position:absolute;display:block;left:10px;top:0}
div.div_idalgo_content_sport_result_list_title_event_name{margin-left:63px;width:73%;float:left;font-weight:bold}
span.span_idalgo_content_sport_result_list_title_event_name{font-weight:bold}

span.span_idalgo_content_sport_result_list_title_unit_type{
    position:absolute;display:block;
    right:10px;top:0;
    height:100%;width:10%;
    text-align:right;
    font-size:.75em;
    color:#645f4f
}

li.li_idalgo_content_sport_result_list:nth-child(2n+1){background-color:#fbfaf9}

li.li_idalgo_content_sport_result_list[data-position="1"].li_idalgo_content_sport_result_list[data-medal="0"] span.span_idalgo_content_sport_result_list_position_position,
li.li_idalgo_content_sport_result_list[data-position="2"].li_idalgo_content_sport_result_list[data-medal="0"] span.span_idalgo_content_sport_result_list_position_position,
li.li_idalgo_content_sport_result_list[data-position="3"].li_idalgo_content_sport_result_list[data-medal="0"] span.span_idalgo_content_sport_result_list_position_position{color:#ffffff}



li.li_idalgo_content_sport_result_list{border-top:1px solid #e4e2dd}

li.li_idalgo_content_sport_result_list > div{
    position:absolute;
    display:block;
    top:0;
    font-size:1em;
}

div.div_idalgo_content_sport_result_list_position{left:0;width:7%;text-align:center;height:100%;font-weight:bold}

div.div_idalgo_content_sport_result_list_img{left:7%;width:7%;height:100%}
img.img_idalgo_content_sport_result_list_img{position:relative;display:block;margin:0 auto;top:50%;margin-top:-5px}

div.div_idalgo_content_sport_result_list_person{left:14%;width:56%;height:100%;overflow:hidden;white-space:nowrap}
span.span_idalgo_content_sport_result_list_person_name{text-transform:uppercase;font-weight:bold;margin-left:5px}

div.div_idalgo_content_sport_result_list_name{left:14%;width:56%;font-weight:bold;text-transform:uppercase}

div.div_idalgo_content_sport_result_list_time{left:80%;width:20%;text-align:right;font-weight:bold;height:100%}
span.span_idalgo_content_sport_result_list_time{margin-right:10px}
div.div_idalgo_content_sport_result_list_medal{left:80%;width:20%;height:100%}

span.span_idalgo_content_sport_result_list_position_position,
span.span_idalgo_content_sport_result_list_medal{
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    margin-top: -12px;
    line-height:25px;
    border-radius:25px;
}

span.span_idalgo_content_sport_result_list_medal{margin-right:10px}

div.div_idalgo_content_sport_result_list_record{
    width:5%;
    text-align:center;
    height:100%;
    text-transform:uppercase;
    color:#003978;
    font-weight:bold;
}
div.div_idalgo_content_sport_result_list_record_0{left:70%}
div.div_idalgo_content_sport_result_list_record_1{left:75%}

/* Module/Sport/CSS/ResultNOC.css *********************************************************/
div.div_idalgo_content_result_noc_content{margin-top:25px}

li.li_idalgo_content_result_noc_content,
li.li_idalgo_content_result_noc_content_title,
li.li_idalgo_content_result_noc_content_head_qualified,
li.li_idalgo_content_result_noc_content_head_not_qualified{
    position:relative;
    display:block;
    height:2.5em;
    line-height:2.5em;
}

div.div_idalgo_content_result_noc_content_head_qualified_text,
div.div_idalgo_content_result_noc_content_head_not_qualified_text{
    width:98%;
    margin-left:2%;
    font-weight:bold;
}

li.li_idalgo_content_result_noc_content:nth-child(2n+1){background-color:#fbfaf9}

div.div_idalgo_content_result_noc_content_title_event_name{margin-left:20px}
span.span_idalgo_content_sport_result_list_title_event_name{font-weight:bold}

li.li_idalgo_content_result_noc_content{border-top:1px solid #e4e2dd}

li.li_idalgo_content_result_noc_content > div{
    position: absolute;
    display:block;
    top:0;
    font-size:1em;
}

div.div_idalgo_content_result_noc_content_position{left:0;width:7%;text-align:center;height:100%;font-weight:bold}

div.div_idalgo_content_result_noc_content_img{left:7%;width:7%;height:100%}
img.img_idalgo_content_result_noc_content_img{position:relative;display:block;margin:0 auto;top:50%;margin-top:-5px}

div.div_idalgo_content_result_noc_content_person{left:14%;width:56%;height:100%;overflow:hidden}
span.span_idalgo_content_result_noc_content_person_name{text-transform:uppercase;font-weight:bold;margin-left:5px}

div.div_idalgo_content_result_noc_content_name{left:14%;width:56%;font-weight:bold;text-transform:uppercase}

div.div_idalgo_content_result_noc_content_time{left:80%;width:20%;text-align:right;font-weight:bold;height:100%}
span.span_idalgo_content_result_noc_content_time{margin-right:10px}

li.li_idalgo_content_result_noc_content[data-position="1"].li_idalgo_content_result_noc_content[data-medal="0"] span.span_idalgo_content_result_noc_content_position_position ,
li.li_idalgo_content_result_noc_content[data-position="2"].li_idalgo_content_result_noc_content[data-medal="0"] span.span_idalgo_content_result_noc_content_position_position ,
li.li_idalgo_content_result_noc_content[data-position="3"].li_idalgo_content_result_noc_content[data-medal="0"] span.span_idalgo_content_result_noc_content_position_position{color:#ffffff}

div.div_idalgo_content_result_noc_content_medal{left:80%;width:20%;height:100%}

span.span_idalgo_content_result_noc_content_position_position,
span.span_idalgo_content_result_noc_content_medal{
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    margin-top: -12px;
    line-height:25px;
    border-radius:25px;
}

span.span_idalgo_content_result_noc_content_medal{margin-right:10px}

div.div_idalgo_content_result_noc_content_record{
    width:5%;
    text-align:center;
    height:100%;
    text-transform:uppercase;
    color:#003978;
    font-weight:bold;
}
div.div_idalgo_content_result_noc_content_record_0{left:70%}
div.div_idalgo_content_result_noc_content_record_1{left:75%}


div.div_idalgo_content_result_noc_content_disqualified{width:25%;font-weight:bold;height:100%;text-align:right}
span.span_idalgo_content_result_noc_content_disqualified{margin-right:10px}

/* Module/Sport/CSS/CalendarFull.css ******************************************************/
div.div_idalgo_sport_calendar_full{position:relative;display:block}
div.div_idalgo_sport_calendar_full_sport{
    position:absolute;display:block;
    top:0;left:0;
    box-sizing: content-box;
    border:1px solid #e4e2dd;
    border-left:0 none
}
div.div_idalgo_sport_calendar_full_sport_title{
    position:relative;display:block;
    height:4em;line-height:4em;
    text-indent:15px
}
span.span_idalgo_sport_calendar_full_sport_title{
    color:#645f4f;
    padding-bottom:5px;
    border-bottom:1px solid #003978
}
ul.ul_idalgo_sport_calendar_full_sport{position:relative;display:block}
li.li_idalgo_sport_calendar_full_sport{
    position:relative;display:block;
    height:3em;line-height:3em;
}

div.div_idalgo_sport_calendar_full_sport_icon{
    position:absolute;display:block;
    height:100%;width:42px;
    left:20px;
    background-color:#003978
}
img.img_idalgo_sport_calendar_full_sport_icon{height:100%;vertical-align:top;object-fit:cover}
div.div_idalgo_sport_calendar_full_sport_name{
    position:relative;display:block;
    text-indent:72px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: '.';
    color:#645f4f;
}
/* Ceremony */
li.li_idalgo_sport_calendar_full_sport:first-child div.div_idalgo_sport_calendar_full_sport_name{color:#f5a623}

/* date schedule */
div.div_idalgo_sport_calendar_full_schedule{
    position:relative;display:block;
    float:right;
    box-sizing: content-box
}
ul.ul_idalgo_sport_calendar_full_schedule_days{
    position:relative;display:block;
    height:4em;
    background-color:#003978;
}
li.li_idalgo_sport_calendar_full_schedule_days{
    position:relative;display:block;
    float:left;
    height:100%;width:calc(100%/17);
    color:#ffffff
}
span.span_idalgo_sport_calendar_full_schedule_days_day,
span.span_idalgo_sport_calendar_full_schedule_days_date{
    position:absolute;
    top:0;left:0;
    width:100%;text-align:center;
    line-height:1em;
    font-size: .75em;
}
span.span_idalgo_sport_calendar_full_schedule_days_day{text-transform: uppercase;top:12px}
span.span_idalgo_sport_calendar_full_schedule_days_date{font-weight:bold;top:32px}

/** Final **/
ul.ul_idalgo_sport_calendar_full_schedule_sport{position:relative;display:block}
div.div_idalgo_sport_calendar_full_schedule_sport_highlight{
    position:absolute;display:none;
    top:0;bottom:0;
    width:calc(100%/17);height:100%;
    background-color:#003978;
    opacity:0.2;
    z-index: 1;
}
li.li_idalgo_sport_calendar_full_schedule_sport{
    position:relative;display:block;
    height:3em;line-height:3em;
}
div.div_idalgo_sport_calendar_full_schedule_sport_hover{
    position:absolute;display:block;
    top:0;left:0;width:100%;height:100%;
    opacity:0.3;
}
li.li_idalgo_sport_calendar_full_schedule_sport:hover
    div.div_idalgo_sport_calendar_full_schedule_sport_hover{background-color:#003978}
li.li_idalgo_sport_calendar_full_schedule_sport:nth-child(odd){background-color:#fbfaf9}

ul.ul_idalgo_sport_calendar_full_schedule_sport_final{position:relative;display:block;height:100%;z-index:1}
li.li_idalgo_sport_calendar_full_schedule_sport_final{
    position:relative;display:block;
    float:left;
    width:calc(100%/17);height:100%;
}
div.div_idalgo_sport_calendar_full_schedule_sport_final_circle{
    position:absolute;display:block;
    height:18px;width:18px;
    top:50%;left:50%;
    margin-top:-9px;margin-left:-9px;
    border-radius:50%;
    border:2px solid #003978;
    box-sizing:border-box
}
div.div_idalgo_sport_calendar_full_schedule_sport_final_circle:hover,
div.div_idalgo_sport_calendar_full_schedule_sport_final_circle_on{background-color:#003978}
li.li_idalgo_sport_calendar_full_schedule_sport_ceremony
    div.div_idalgo_sport_calendar_full_schedule_sport_final_circle{border-color:#f5a623}

/* Popup */
div.div_idalgo_sport_calendar_full_schedule_final_popup{
    position:absolute;display:none;
    background-color:#ffffff;
    box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.24);
    width:380px;height:auto;
    z-index:10
}
div.div_idalgo_sport_calendar_full_schedule_final_popup_arrow{
    position:absolute;
    bottom:100%;left:50%;
    border:solid transparent;
    content:' ';
    height:0;width:0;
    pointer-events: none;
    border-bottom-color:#ffffff;
    border-width:10px;
    margin-left:-7px
}
ul.ul_idalgo_sport_calendar_full_schedule_final_popup{position:relative;display:block;padding:10px}
li.li_idalgo_sport_calendar_full_schedule_final_popup{
    position:relative;display:block;
    width:250px;margin:0 auto;
    min-height:60px;
    margin-bottom:10px;
}
li.li_idalgo_sport_calendar_full_schedule_final_popup + li.li_idalgo_sport_calendar_full_schedule_final_popup {
    padding-top:20px;margin-bottom:0;border-top:2px solid #003978
}
li.li_idalgo_sport_calendar_full_schedule_final_popup + li.li_idalgo_sport_calendar_full_schedule_final_popup
    div.div_idalgo_sport_calendar_full_schedule_final_popup_img{display:none}

div.div_idalgo_sport_calendar_full_schedule_final_popup_img{
    position:absolute;display:block;
    width:42px;height:42px;
    background-color:#003978;
    top:0;left:-54px;
}
img.img_idalgo_sport_calendar_full_schedule_final_popup_img{width:100%}
div.div_idalgo_sport_calendar_full_schedule_final_popup_hour{
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    color:#003978
}
span.span_idalgo_sport_calendar_full_schedule_final_popup_hour{font-size:0.875em;font-weight:bold}
div.div_idalgo_sport_calendar_full_schedule_final_popup_name{
    position:relative;display:block;
    line-height:1.2em;
    color:#645f4f
}

/* Set size */
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_sport{width:30%;min-width:320px}
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_schedule{
    width:70%;max-width:calc(100% - 320px)}

/* Module/Sport/CSS/Medal.css *************************************************************/
div.div_idalgo_sport_medal{position:relative;display:block}

div.div_idalgo_sport_medal_content_history{position:relative;display:block}
div.div_idalgo_sport_medal_content_empty{position:relative;margin-top:25px}
    div.div_idalgo_sport_medal_content_history_center{position:relative;display:block;width:30%;margin:0 auto}
ul.ul_idalgo_sport_medal_content{position:relative;display:block}
    div.div_idalgo_sport_medal_content_head{
        position:relative;display:block;
        height:4em;
        border-bottom:1px solid #e4e2dd
    }

    div.div_idalgo_container ul li.li_idalgo_sport_medal_content{
        position:relative;display:block;
        height:2.5em;line-height:2.5em;
        opacity:1;
        background-color:#ffffff;
        border-bottom:1px solid #fbfaf9;
        overflow:hidden;
        transition:all 0.4s ease-out
    }
    li.li_idalgo_sport_medal_content.idalgo_hide{height:0;opacity:0;border-bottom-width:0}

    li.li_idalgo_sport_medal_content>div,
    div.div_idalgo_sport_medal_content_head>div{
        position:absolute;display:block;
        top:0;height:100%;
    }
    div.div_idalgo_sport_medal_content_position{
        left:0;width:10%;
        text-align:center;
        font-weight:bold;
        color:#3c382f
    }
    div.div_idalgo_sport_medal_content_noc{
        left:10%;width:35%;
        text-indent:50px;
        font-size:1em;
        color:#3c382f;
        overflow:hidden;white-space: nowrap;
        text-overflow: ellipsis;
    }

    span.span_idalgo_sport_medal_content_noc{display:inline}
    span.span_idalgo_sport_medal_content_noc.idalgo_color_country_highlight {color:#003978}
    span.span_idalgo_sport_medal_content_noc_logo {
        position: absolute;display: block;
        width: 40px;height:100%;
        left:0}

    span.span_idalgo_sport_medal_content_noc_logo svg{
        position:relative;display:block;box-sizing:border-box;
        height:20px;width:auto;top:50%;margin:-10px auto 0 auto;
        border-radius:2px;border-style:solid;border-width:1px;border-color:#e4e2dd}

div.div_idalgo_sport_medal_content_head_gold,
div.div_idalgo_sport_medal_content_gold,
div.div_idalgo_sport_medal_content_head_silver,
div.div_idalgo_sport_medal_content_silver,
div.div_idalgo_sport_medal_content_head_bronze,
div.div_idalgo_sport_medal_content_bronze{width:10%}

div.div_idalgo_sport_medal_content_head_gold span,
div.div_idalgo_sport_medal_content_head_silver span,
div.div_idalgo_sport_medal_content_head_bronze span{
    position:absolute;display:block;
    height:15px;width:15px;top:50%;left:50%;margin-top:-9px;margin-left:-9px;box-sizing:content-box;
    border:2px solid #ffffff;border-radius: 50%}

div.div_idalgo_sport_medal_content_gold,
div.div_idalgo_sport_medal_content_silver,
div.div_idalgo_sport_medal_content_bronze,
div.div_idalgo_sport_medal_content_total{
    text-align:center;font-weight:bold}

    div.div_idalgo_sport_medal_content_head_gold,
    div.div_idalgo_sport_medal_content_gold{left:45%}

    div.div_idalgo_sport_medal_content_head_silver,
    div.div_idalgo_sport_medal_content_silver{left:55%}

    div.div_idalgo_sport_medal_content_head_bronze,
    div.div_idalgo_sport_medal_content_bronze{left:65%}

    div.div_idalgo_sport_medal_content_head_total,
    div.div_idalgo_sport_medal_content_total{left:75%;width:25%;text-align:center}

    div.div_idalgo_sport_medal_content_head_total {line-height: 4em}
        span.span_idalgo_sport_medal_content_head_total_full {font-size:0.875em;color:#645f4f}
        span.span_idalgo_sport_medal_content_head_total_short{display:none}

li.li_idalgo_sport_medal_content_selected div.div_idalgo_sport_medal_content_position,
li.li_idalgo_sport_medal_content_selected div.div_idalgo_sport_medal_content_noc {color:#003978}


div.div_idalgo_sport_medal_content_show_more {position:relative;margin-top:.5em;text-align:center}
span.span_idalgo_sport_medal_content_show_more {padding:0 30px}

/* Module/Sport/CSS/NOCFlagBearer.css *****************************************************/
div.div_idalgo_content_noc_flag_bearer{position:relative;display:block}
div.div_idalgo_content_noc_flag_bearer_content{position:relative;height:15em;margin-bottom: 20px}

div.div_idalgo_content_noc_flag_bearer_content_infos,
div.div_idalgo_content_noc_flag_bearer_content_picture {
    position: relative;display: block;
    float: left;width: 70%;
}

div.div_idalgo_content_noc_flag_bearer_content_picture {height:100%;width: 30%}

div.div_idalgo_content_noc_flag_bearer_content_infos_data{
    position: relative;display: block;
    height: 3em;line-height: 3em;width: 100%;
    border-bottom: 1px solid #e4e2dd;
}

div.div_idalgo_content_noc_flag_bearer_content_infos_data_name{
    position:absolute;display:block;
    color: #bbb6a8;
    width: 50%;
    height: 100%;
    top:0;left:0;
}

span.span_idalgo_content_noc_flag_bearer_content_infos_data_name_cnt { margin-left:10px}

div.div_idalgo_content_noc_flag_bearer_content_infos_data_value {
    position: relative;display:block;
    top:0;left:50%;
    font-weight: bold;
    color: #3c382f;
    width: 50%;
}

/** IMG PERSONNE **/
span.span_idalgo_content_noc_flag_bearer_content_picture {
    position: relative;display: block;
    border-radius: 50%;
    width:100px;height: 100px;
    margin: 0 auto;
    top:50%;
    margin-top: -40px;
    overflow: hidden;
}

/* Module/Sport/CSS/NOCMedal.css **********************************************************/
div.div_idalgo_sport_noc_medal{position:relative;display:block}

div.div_idalgo_sport_noc_medal_content{margin-bottom:25px}

div.div_idalgo_sport_noc_medal_content_history{position:relative;display:block}
    div.div_idalgo_sport_noc_medal_content_history_center{position:relative;display:block;width:30%;margin:0 auto}
ul.ul_idalgo_sport_noc_medal_content{position:relative;display:block}
    div.div_idalgo_sport_noc_medal_content_head{
        position:relative;display:block;
        height:4em;
        border-bottom:1px solid #e4e2dd
    }
    li.li_idalgo_sport_noc_medal_content{
        position:relative;display:block;
        height:2.5em;line-height:2.5em;
        opacity:1;
        background-color:#ffffff;
        border-bottom:1px solid #e4e2dd;
        overflow:hidden;
        transition:all 0.4s ease-out
    }
    li.li_idalgo_sport_noc_medal_content.idalgo_hide{height:0;opacity:0;border-bottom-width: 0}
    li.li_idalgo_sport_noc_medal_content:nth-child(odd){background-color:#fbfaf9}

    li.li_idalgo_sport_noc_medal_content>div,
    div.div_idalgo_sport_noc_medal_content_head>div{
        position:absolute;display:block;
        top:0;height:100%;
    }
    div.div_idalgo_sport_noc_medal_content_position{
        left:0;width:10%;
        text-align:center;
        font-size:0.875em;font-weight:bold;
        color:#3c382f
    }
    div.div_idalgo_sport_noc_medal_content_person{
        left:10%;width:35%;
        text-indent:50px;
        font-size:0.875em;
        color:#3c382f;
        overflow:hidden;white-space: nowrap;
        text-overflow: ellipsis;
    }
    img.img_idalgo_sport_noc_medal_content_person{
        position:absolute;display:block;
        height:34px;width:34px;
        top:50%;margin-top:-17px;
        left:0;
        border-radius:50%;
        box-sizing: border-box;
    }
    span.span_idalgo_sport_noc_medal_content_person_name{margin-left:5px;text-transform: uppercase;}

div.div_idalgo_sport_noc_medal_content_head_gold,
div.div_idalgo_sport_noc_medal_content_gold,
div.div_idalgo_sport_noc_medal_content_head_silver,
div.div_idalgo_sport_noc_medal_content_silver,
div.div_idalgo_sport_noc_medal_content_head_bronze,
div.div_idalgo_sport_noc_medal_content_bronze{
    width:10%
}

div.div_idalgo_sport_noc_medal_content_gold,
div.div_idalgo_sport_noc_medal_content_silver,
div.div_idalgo_sport_noc_medal_content_bronze,
div.div_idalgo_sport_noc_medal_content_total{
    text-align:center;
    font-size:0.875em;
    font-weight:bold
}
    div.div_idalgo_sport_noc_medal_content_head_gold,
    div.div_idalgo_sport_noc_medal_content_gold{left:45%}

    div.div_idalgo_sport_noc_medal_content_head_silver,
    div.div_idalgo_sport_noc_medal_content_silver{left:55%}

    div.div_idalgo_sport_noc_medal_content_head_bronze,
    div.div_idalgo_sport_noc_medal_content_bronze{left:65%}

    div.div_idalgo_sport_noc_medal_content_head_total,
    div.div_idalgo_sport_noc_medal_content_total{left:75%;width:25%;text-align:center}

    div.div_idalgo_sport_noc_medal_content_head_total {line-height: 4em}
        span.span_idalgo_sport_noc_medal_content_head_total_full {font-size:0.75em;font-weight:bold}
        span.span_idalgo_sport_noc_medal_content_head_total_short{display:none}

div.div_idalgo_sport_noc_medal_content_show_more {position:relative;margin-top:.5em;text-align:center}
span.span_idalgo_sport_noc_medal_content_show_more {padding:0 30px}

/* Module/Sport/CSS/NOCHeader.css *********************************************************/
div.div_idalgo_sport_noc_header{position:relative;display:block}
div.div_idalgo_sport_noc_header_inner{position:relative;display:block;height:250px}

div.div_idalgo_sport_noc_header_inner_background,
div.div_idalgo_sport_noc_header_inner_background_filter {
    position: absolute;display: block;
    width: 100%;height: 200px;
    top: 0;left:0;
    overflow: hidden
}
div.div_idalgo_sport_noc_header_inner_background{background-color:#003978}
div.div_idalgo_sport_noc_header_inner_background_filter{
    background-color: #000000;
    opacity:0.6;
}

img.img_idalgo_sport_noc_header_inner_background{
    position: absolute;display:block;
    top: 0;right: 0;
    height:100%;
    background-repeat: no-repeat;
    background-size:cover;
}

div.div_idalgo_sport_noc_header_inner_content{position:relative;display:block;height:100%}
div.div_idalgo_sport_noc_header_inner_content_photo {
    position:absolute;display:block;
    width:100px;height:100px;
    left:110px;
    bottom:0;
    border-radius: 4px;
    border: 4px solid #ffffff;
    background-color: #ffffff
}

img.img_idalgo_sport_noc_header_inner_content_photo{position: relative;display: block;width:100%}

div.div_idalgo_sport_noc_header_inner_content_name{
    position: absolute;display: block;
    left:250px;bottom:50px;
    overflow:hidden;
    height: 3em;line-height: 3em;
    color: #ffffff;
}

span.span_idalgo_sport_noc_header_inner_content_name{font-size:2em;font-weight:bold}

/* Module/Sport/CSS/NOCPlayerList.css *****************************************************/
div.div_idalgo_content_noc_player_list{position:relative;display:block}
div.div_idalgo_content_noc_player_list_content{position:relative}

/** Comment **/
div.div_idalgo_content_noc_player_list_content_comment{
    position: relative;display:block;
    text-align: center;
    line-height:1.3em;
    margin-bottom:2em
}

/** List Sport **/
ul.ul_idalgo_content_noc_player_list_content_sport{position:relative;display:block}
li.li_idalgo_content_noc_player_list_content_sport{
    position:relative;display:block;
    height:32px;width:32px;
    margin-right:16px;margin-bottom:16px;
    float:left
}
span.span_idalgo_content_noc_player_list_content_sport{
    position:relative;display:block;
    height:32px;width:32px;
    background-color:#e4e2dd;cursor:pointer
}
img.img_idalgo_content_noc_player_list_content_sport{width:100%}
span.span_idalgo_content_noc_player_list_content_sport.idalgo_active{background-color:#003978}
span.span_idalgo_content_noc_player_list_content_sport[data-sport="0"].idalgo_active{background-color:transparent}

div.div_idalgo_content_noc_player_list_content_sport_title{
    position:relative;display:block;
    height:1em;line-height:1em;
    text-align:center;
    color:#003978;
    font-weight:bold;
    margin:10px 0 30px 0;
    font-size:1.375em;
}

ul.ul_idalgo_content_noc_player_list_content_person{position:relative;display:block;border-top:1px solid #e4e2dd}
li.li_idalgo_content_noc_player_list_content_person{
    position:relative;display:block;
    border-bottom:1px solid #e4e2dd
}

/* Module/Pattern/CSS/TeamListIdentity.css ************************************************/

/** Premiere partie : identit&eacute; **/
div.div_idalgo_content_team_list_identity{position:relative;font-size:0.8em;margin-bottom:40px}

/** Logo de la comp&eacute;tition **/
div.div_idalgo_content_team_list_identity_logo{
    position:absolute;display:block;top:5px;left:5px;width:130px;height:130px;
    border:1px solid #e4e2dd;border-radius:100px}
div.div_idalgo_content_team_list_identity_logo img.img_idalgo_content_team_list_identity_logo{margin:15px}

div.div_idalgo_content_team_list_identity_info,
div.div_idalgo_content_team_list_identity_team{position:relative;margin-left:160px;line-height:35px}

div.div_idalgo_content_team_list_identity[data-logo="0"] div.div_idalgo_content_team_list_identity_info,
div.div_idalgo_content_team_list_identity[data-logo="0"] div.div_idalgo_content_team_list_identity_team{
    margin-left:10px}

div.div_idalgo_content_team_list_identity_info div:FIRST-CHILD,
div.div_idalgo_content_team_list_identity_team div:FIRST-CHILD{border-bottom:1px solid #bbb6a8}

div.div_idalgo_content_team_list_identity_info div,
div.div_idalgo_content_team_list_identity_team div{position:relative}

div.div_idalgo_content_team_list_identity span{
    overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap}

div.div_idalgo_content_team_list_identity_info div span.span_idalgo_content_team_list_identity_info_line_first,
div.div_idalgo_content_team_list_identity_team div span.span_idalgo_content_team_list_identity_team_line_first{
    display:block}

div.div_idalgo_content_team_list_identity_info div span.span_idalgo_content_team_list_identity_info_line_second,
div.div_idalgo_content_team_list_identity_team div span.span_idalgo_content_team_list_identity_team_line_second{
    position:absolute;left:37%;top:0;display:block;width:50%}

div.div_idalgo_content_team_list_identity span.span_idalgo_content_team_list_identity_info_line_first,
div.div_idalgo_content_team_list_identity span.span_idalgo_content_team_list_identity_team_line_first{
    color:#bbb6a8}

div.div_idalgo_content_team_list_identity_team div:FIRST-CHILD span.span_idalgo_content_team_list_identity_team_line_second{
    text-transform:uppercase}
div.div_idalgo_content_team_list_identity_team div span.span_idalgo_content_team_list_identity_team_line_second{
    color:#840303}

/** Positionnement du drapeau**/
div.div_idalgo_content_team_list_identity_team a.a_idalgo_content_team_list_identity_team{
    position:absolute;right:0;top:0;
}

div.div_idalgo_content_team_list_identity_team a.a_idalgo_content_team_list_identity_team{
    position:absolute;right:0;top:10px}

/* Module/Tennis/CSS/ResultNavigation.css *************************************************/
div.div_idalgo_content_tennis_result_phase_navigation{
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom:15px;
}

div.div_idalgo_content_tennis_result_phase_navigation > div{
    position: relative;
    display:block;
    float:left;
}

div.div_idalgo_content_tennis_result_phase_navigation_before{
    left: 0;
    width: 33%;
    text-align: right;
}

div.div_idalgo_content_tennis_result_phase_navigation_before[empty="1"] button.button_idalgo_dropdown,
div.div_idalgo_content_tennis_result_phase_navigation_after[empty="1"] button.button_idalgo_dropdown{
    border:none;
    pointer-events: none;
    cursor: default;
}

div.div_idalgo_content_tennis_result_phase_navigation_current{
    width: 34%;
    height: 2em;
    text-align: center;
    z-index: 1;
}

div.div_idalgo_content_tennis_result_phase_navigation_current span{
    display:block;
    overflow: hidden;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 0.625em;
    color: #891425;
    border-width: 1px 1px 0 1px;
    border-color: #d4d4d4;
    border-style: solid;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: '.';
    white-space: nowrap;
    margin: 0 -1px;
}
div.div_idalgo_content_tennis_result_phase_navigation_after{
    width: 33%;
    text-align: left;
}

div.div_idalgo_content_tennis_result_phase_navigation button.button_idalgo_dropdown span.idalgo_picture_triangle{display:none}

/* Module/Tennis/CSS/Result.css ***********************************************************/
div.div_idalgo_content_tennis_result{position:relative}
div.div_idalgo_content_tennis_result div.div_idalgo_dom_match_period{width:300px;height:63px;border:1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase{position:absolute;width:100%;overflow:hidden;top:0}

div.div_idalgo_dom_period_tennis{margin-left:auto;margin-right:auto;z-index:1;transition:right 1s, left 1s;background-color:#ffffff}
div.div_idalgo_dom_period_tennis[fed-or-dav="1"]{cursor:pointer}

/*Gestion marge*/
div.div_idalgo_content_tennis_result_phase_display_0 div.div_idalgo_dom_period_tennis{margin-top:8px;right:320px;z-index:2}

div.div_idalgo_content_tennis_result_phase_display_0 div.idalgo_dom_period_tennis_animate:nth-child(2n+1):after{
    content:'';position:absolute;width:10px;height:36px;right:-11px;top:32px;
    border-right: 1px #d4d4d4 solid;border-top: 1px solid #d4d4d4}

div.div_idalgo_content_tennis_result_phase_display_0 div.idalgo_dom_period_tennis_animate:nth-child(2n):after{
    content:'';position:absolute;width:10px;height:36px;right:-11px;bottom:32px;
    border-right:1px #e4e2dd solid;border-bottom:1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase_display_1 div.div_idalgo_dom_period_tennis:nth-child(1){margin-top:44.5px}
div.div_idalgo_content_tennis_result_phase_display_1 div.div_idalgo_dom_period_tennis{margin-top:81px}

div.div_idalgo_content_tennis_result_phase_display_1 div.div_idalgo_dom_period_tennis:before{
    content:'';position:absolute;width:10px;height:36px;left:-10px;bottom:32px;
    border-bottom: 1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase_display_1 div.div_idalgo_dom_period_tennis:nth-child(2n+1):after{
    content:'';position:absolute;width:10px;height:72.5px;right:-11px;top: 32px;
    border-right:1px #e4e2dd solid;border-top:1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase_display_1 div.div_idalgo_dom_period_tennis:nth-child(2n):after{
    content:'';position:absolute;width:10px;height:72.5px;right:-11px;bottom:32px;
    border-right:1px #e4e2dd solid;border-bottom:1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase_display_1[first='1'] div.div_idalgo_dom_period_tennis:before,
div.div_idalgo_content_tennis_result_phase_display_1[last='1']  div.div_idalgo_dom_period_tennis:after{display:none}

div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis:nth-child(1){margin-top:117.5px}
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis{margin-top:227px;left:320px}

div.div_idalgo_content_tennis_result_phase_display_2 div.idalgo_dom_period_tennis_animate:before{
    content:'';position:absolute;width:10px;height:36px;left:-10px;bottom:32px;
    border-bottom:1px solid #e4e2dd}

/*Popup*/
div.div_idalgo_content_tennis_result_phase_popup{
    display:block;width:70%;z-index:10;margin:0 auto;position:absolute;left:15%;padding:50px 0;opacity:0;
    background-color:#fbfaf9;
    transition: opacity 0.5s ease-in}

span.span_idalgo_content_tennis_result_phase_popup_close{
    position:absolute;display:block;right:0;top:0;background-position:center -1364px;cursor:pointer}

div.div_idalgo_content_tennis_result_phase_popup > div.div_idalgo_dom_period_tennis[fed-or-dav="1"]{margin-bottom:25px;cursor:inherit}
div.div_idalgo_content_tennis_result_phase_popup div.div_idalgo_dom_period_tennis{background-color:white;border-bottom:none}
div.div_idalgo_content_tennis_result_phase_popup div.div_idalgo_dom_period_tennis:first-child{border-bottom:1px solid #e4e2dd}

div.div_idalgo_content_tennis_result_phase div.idalgo_dom_period_tennis_animate:hover{background-color:#fbfaf9}

/** Resultat classement */
div.div_idalgo_content_result_group_content{clear:both}

ul.ul_idalgo_content_result_date_list_match li.li_idalgo_content_result_date_list_match div.div_idalgo_dom_period_tennis{
    width:auto;border:none;margin-top:0}
ul.ul_idalgo_content_result_date_list_match li.li_idalgo_content_result_date_list_match div.div_idalgo_dom_period_tennis:after{
    display:none}

li.li_idalgo_content_result_date_list_match a.a_idalgo_dom_period_tennis_match{
    position:relative;display:block;height:100%;width:100%}

div.div_idalgo_content_tennis_result div.div_idalgo_content_result_group_list_team {
    position:absolute;top:-42px;left:0;right:0;margin:auto;height:40px;width:40px;overflow:hidden;
    border-radius:50%}
div.div_idalgo_content_tennis_result img.img_idalgo_content_result_group_list_team{
    display:block;position:absolute;width:100%;top:0}

/*Ajust classement */
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_win,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_set_win,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_game_win{
    color:#4db103}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_lost,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_set_lost,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_game_lost{
    color:#bd362f}
ul.ul_idalgo_standing_tennis img.img_idalgo_content_standing_logo{
    width:16px;height:11px;margin-top:-6px;margin-left:-8px}

ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_match,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_set,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_game{
    position:absolute;display:block;left:135px;margin-left:100%;width:100px;height:50%;top:0;
    font-size:0.6875em;text-align:center;line-height:1.5em;font-weight:normal;z-index:10}

ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_set{left:235px}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_game{left:335px}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_win,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_lost,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_set_win,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_set_lost,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_game_win,
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head span.span_idalgo_content_standing_game_lost{line-height:3.8em}
ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_win{width:50px}
ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_lost{left:185px;width:50px}
span.span_idalgo_content_standing_set_win{left:235px;margin-left:100%;width:50px}
span.span_idalgo_content_standing_set_lost{left:285px;margin-left:100%;width:50px}
span.span_idalgo_content_standing_game_win{left:335px;margin-left:100%;width:50px}
span.span_idalgo_content_standing_game_lost{left:385px;margin-left:100%;width:50px}

/* Module/Tennis/CSS/PlayerMatchList.css **************************************************/
/** Statictiques des matchs **/
div.div_idalgo_content_tennis_player_match_list_content_stats{position:relative;display:block}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary{position:relative;display:block;height:110px;margin-bottom:15px}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_count{
    position:absolute;display:block;
    top:0;left:0;
    width:30%;
    border-right:1px solid #e4e2dd;
    text-align:center
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_count_year{
    position:relative;display:block;
    height:1.5em;line-height:1.5em
}
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_count_year{font-size:0.6875em;color:#645f4f;font-weight:bold}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_count_count{height:3.875em;line-height:3.875em}
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_count_count{color:#645f4f;font-weight:bold;font-size:3em}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_count_count_txt{
    position:relative;display:block;
    height:1.5em;line-height:1.5em
}
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_count_count_txt{font-size:0.6875em;color:#645f4f}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat{
    position:relative;display:block;
    height:100%;margin-left:30%;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat > div {
    position:absolute;display:block;
    width:30%;
    text-align:center;
    font-weight:bold
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local{
    left:5%;color:#003978;
    height:80px;top:10px
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle{left:35%;top:0;height:100%}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart{
    position:absolute;display: block;
    height:94px;width:94px;
    left:50%;top:50%;
    margin-left:-47px;margin-top:-47px;
    border-radius:50%;
    background-color: #003978;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_50 {
    background-color: #645f4f;
}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_progress{
    content: '';
    position: absolute;
    border-radius: 50%;
    left:0;top: 0;
    height:94px;width:94px;
    clip: rect(0, 94px, 94px, 47px);
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_50_progress{
    clip: rect(0, 47px, 94px, 0);
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_progress_fill{
    content: "";
    position: absolute;
    border-radius: 50%;
    left:0;top: 0;
    height:94px;width:94px;
    clip: rect(0, 47px, 94px, 0);
    transform: rotate(60deg);
    background:#645f4f;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_50_progress_fill{
    clip: rect(0, 94px, 94px, 47px);
    background:#003978;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_inner {
    content: '';
    position: absolute;
    border-radius: 50%;
    left:22px;
    top: 22px;
    width: 50px;
    height: 50px;
    background-color:#ffffff
}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor{
    left:65%;color:#645f4f;
    height:80px;top:10px
}

div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_name,
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_name {
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-transform:uppercase;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_count,
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_count{
    position:relative;display:block;
    height:2em;line-height:2em;
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_txt,
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_txt {
    position:relative;display:block;
    height:1.5em;line-height:1.5em;
    text-transform:capitalize;
}
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_name,
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_name,
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_txt,
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_txt {
    font-size:0.6875em
}
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_local_count,
span.span_idalgo_content_tennis_player_match_list_content_stats_summary_stat_visitor_count{
    font-size:2em
}

/* Affichage des matchs */
ul.ul_idalgo_content_tennis_player_match_list_match{position:relative;display:block}
li.li_idalgo_content_tennis_player_match_list_match{
    position:relative;display:block;
    border:1px solid #e4e2dd;
    background-color:#ffffff;
}

li.li_idalgo_content_tennis_player_match_list_match + li.li_idalgo_content_tennis_player_match_list_match{margin-top:1em}
li.li_idalgo_content_tennis_player_match_list_match + li.li_idalgo_content_tennis_player_match_list_match_same_tournament{
    margin-top:0;
    border-top-width:0;
}
li.li_idalgo_content_tennis_player_match_list_match_same_tournament span.span_idalgo_content_tennis_player_match_list_match_title{display:none}

div.div_idalgo_content_tennis_player_match_list_match_title{
    position:relative;display:block;
    height:3em;line-height:2em;
    text-transform:uppercase;
    background-color:#fbfaf9;
    text-align:center;
    z-index:2
}

span.span_idalgo_content_tennis_player_match_list_match_title{
    position:absolute;display:block;
    top:0;left:5px;
    height:100%;
    text-indent:10px;
    font-weight:bold;
    font-size:0.75em;
    letter-spacing:0.2em;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap;
    z-index:1
}

span.span_idalgo_content_tennis_player_match_list_match_title_subtitle{
    position:absolute;display:block;
    top:15px;left:15px;
    height:100%;
    color:#003978;
    font-size:0.5em;
    letter-spacing:0.2em;
    text-align:right;
}

span.span_idalgo_content_tennis_player_match_list_match_title_date{
    position:absolute;display:block;
    top:0;right:15px;
    height:100%;
    color:#bbb6a8;
    letter-spacing:0.2em;
    font-size:0.75em;
}

li.li_idalgo_content_tennis_player_match_list_match div.div_idalgo_dom_match_tennis {
    margin-top:5px
}

li.li_idalgo_content_tennis_player_match_list_match_same_tournament div.div_idalgo_content_tennis_player_match_list_match_title {height:1.5em;line-height:1.5em;}
li.li_idalgo_content_tennis_player_match_list_match_same_tournament span.span_idalgo_content_tennis_player_match_list_match_title_subtitle {top:0}

div.div_idalgo_content_tennis_player_match_list div.div_idalgo_dom_match_tennis_content_feature_player_name {color:#bbb6a8}
div.div_idalgo_content_tennis_player_match_list div.div_idalgo_dom_match_tennis_content_feature_is_winner div.div_idalgo_dom_match_tennis_content_feature_player_name {
    font-weight: bold;
    color: #3c382f;
}

/* Module/Motor/CSS/ResultPopup.css *******************************************************/
div.div_idalgo_display_popup_result_motor_stage{
    position:absolute;
    border:1px solid #e4e2dd;
    z-index:100;
    background-color:#ffffff;
    width:358px;
    padding-bottom:32px;
    left:0
}

ul.ul_idalgo_display_popup_result_motor_stage_list_result{display:none}
div.div_idalgo_display_popup_result_motor_stage[data-session="1"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="1"],
div.div_idalgo_display_popup_result_motor_stage[data-session="2"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="2"],
div.div_idalgo_display_popup_result_motor_stage[data-session="3"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="3"],
div.div_idalgo_display_popup_result_motor_stage[data-session="4"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="4"],
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="5"],
div.div_idalgo_display_popup_result_motor_stage[data-session="6"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="6"],
div.div_idalgo_display_popup_result_motor_stage[data-session="7"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-session="7"]{display:block;overflow:hidden}

li.li_idalgo_display_popup_result_motor_stage_list_result_content, div.div_idalgo_display_popup_result_motor_stage_head_popup,
div.div_idalgo_display_popup_result_motor_stage_stage, div.div_idalgo_display_popup_result_motor_stage_time{
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#e4e2dd
}

li.li_idalgo_display_popup_result_motor_stage_list_result_content,div.div_idalgo_display_popup_result_motor_stage_time{
    margin:0 5px
}

li.li_idalgo_display_popup_result_motor_stage_list_result_content, div.div_idalgo_display_popup_result_motor_stage_stage{
    height:32px
}

li.li_idalgo_display_popup_result_motor_stage_list_result_content{
    position:relative;
    display:block
}

div.div_idalgo_display_popup_result_motor_stage_head_popup{
    height:50px;
    text-align:center
}
img.img_idalgo_display_popup_result_motor_stage_head_popup_country_area{
    top:16px;
    left:6px;
    position:absolute}
span.span_idalgo_display_popup_result_motor_stage_head_popup_race_name{
    letter-spacing:0.5em;
    text-transform:uppercase;
    color:#645f4f;
    line-height:50px;
    font-size:0.5em
}

div.div_idalgo_display_popup_result_motor_stage_time{height:26px;text-align:right}

span.span_idalgo_display_popup_result_motor_stage_stage_name{
    border-right:1px solid #e4e2dd;
    position:relative;
    display:block;
    height:100%;
    width:33.056%;
    text-align:center;
    line-height:32px;
    text-transform:uppercase;
    font-size:0.7em;
    font-weight:bold;
    float:left
}
span.span_idalgo_display_popup_result_motor_stage_stage_name[onclick]{
    cursor:pointer
}

div.div_idalgo_display_popup_result_motor_stage[data-session="1"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="1"],
div.div_idalgo_display_popup_result_motor_stage[data-session="2"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="2"],
div.div_idalgo_display_popup_result_motor_stage[data-session="3"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="3"],
div.div_idalgo_display_popup_result_motor_stage[data-session="4"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="4"],
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="5"],
div.div_idalgo_display_popup_result_motor_stage[data-session="6"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="6"],
div.div_idalgo_display_popup_result_motor_stage[data-session="7"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="7"],
div.div_idalgo_display_popup_result_motor_stage[data-session="0"]
span.span_idalgo_display_popup_result_motor_stage_stage_name[data-session="0"],
span.span_idalgo_display_popup_result_motor_stage_stage_name[onclick]:hover{
    background-color:#dddddd
}

span.span_idalgo_display_popup_result_motor_stage_head_popup_close{
    position:absolute;
    right:0;
    top:10px;
    cursor:pointer
}
div.div_idalgo_display_popup_result_motor_stage_time > span{
    position:relative;
    line-height:28px;
    font-size:0.8em;
    color:#003978;
    font-weight:bold
}
div.div_idalgo_display_popup_result_motor_stage[data-stage="4"]
    div.div_idalgo_display_popup_result_motor_stage_time > span{margin-right:19px}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    div.div_idalgo_display_popup_result_motor_stage_time{display:none}
div.div_idalgo_display_popup_result_motor_stage[data-session="6"]
    div.div_idalgo_display_popup_result_motor_stage_time > span{margin-right:45px}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_position{
    font-weight:bold;
    position:relative;
    float:left;
    display:block;
    height:100%;
    width:20px;
    text-align:center;
    line-height:32px;
    margin-right:5px;
    font-size:0.75em
}

img.img_idalgo_display_popup_result_motor_stage_list_result_content_country{
    position:relative;
    display:block;
    left:3px;
    top:10px;
    float:left
}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_name{
    position:relative;
    height:50%;
    display:block;
    float:left;
    left:10px;
    text-transform:uppercase;
    font-size:0.6875em;
    font-weight:bold;
    top:3px
}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_constructor{
    position:absolute;
    height:14px;
    display:block;
    font-size:0.6875em;
    text-transform:uppercase;
    bottom:3px;
    left:52px;
    color:#bbb6a8
}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_time {
    position:relative;
    display:block;
    height:100%;
    float:right;
    color:#003978;
    font-size:0.6875em;font-weight:bold;
    top:3px
}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_session{
    position:relative;
    display:block;
    width:14px;
    float:right;
    font-size:0.6875em;
    margin-left:5px;
    font-weight:bold;
    top:3px
}

span.span_idalgo_display_popup_result_motor_stage_list_result_content_points{
    position:relative;
    display:block;
    width:40px;
    height:100%;
    float:right;
    font-size:0.6875em;
    margin-left:5px;
    font-weight:bold;
    text-align:center;
    top:3px
}

/* Grille de d&eacute;part */
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result{
    position:relative;
    padding:10px;
    margin:10px;
    border:1px solid #e4e2dd;
    -webkit-transition:0.5s;
       -moz-transition:0.5s;
        -ms-transition:0.5s;
         -o-transition:0.5s;
            transition:0.5s
}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result:after{
        content:'';
        position:relative;
        display:block;
        clear:both
}

div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    li.li_idalgo_display_popup_result_motor_stage_list_result_content{
    width:45%;
    border-width:1px 0 0 0;
    overflow:hidden;text-overflow:ellipsis;text-overflow:'.';white-space:nowrap;
    color:#bbb6a8;
    cursor:pointer}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    li.li_idalgo_display_popup_result_motor_stage_list_result_content:after{
        content:'';
        position:absolute;display:block;
        top:0;left:0;width:100%;height:6px;
        border-width:0 1px;border-style:solid;border-color:#e4e2dd;
        box-sizing:border-box
}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    li.li_idalgo_display_popup_result_motor_stage_list_result_content:nth-child(2n+1){float:left}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    li.li_idalgo_display_popup_result_motor_stage_list_result_content:nth-child(2n){float:right;top:10px}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    span.span_idalgo_display_popup_result_motor_stage_list_result_content_time,
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    span.span_idalgo_display_popup_result_motor_stage_list_result_content_constructor{display:none}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    span.span_idalgo_display_popup_result_motor_stage_list_result_content_position{
    position:absolute;
    width:20px;
    text-align:right;
    float:none
}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    img.img_idalgo_display_popup_result_motor_stage_list_result_content_country{
    position:absolute;
    top:11px;left:25px;
    width:16px;
    line-height:32px;
    float:none
}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    span.span_idalgo_display_popup_result_motor_stage_list_result_content_name{
        display:inline;
        margin-left:50px;
        top:0;left:0;
        line-height:32px;
        float:none;
        color:#bbb6a8;
        pointer-events:none;
        cursor:default;
}

/* Grille de d&eacute;part - gestion des infos supl&eacute;mentaires des pilotes */
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.left,
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.right{
    position:absolute;
    top:0;width:130px;height:100%;
    border:0 solid #e4e2dd;
    -webkit-transition:0.5s;
       -moz-transition:0.5s;
        -ms-transition:0.5s;
         -o-transition:0.5s;
            transition:0.5s
}

div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.left {left:-161px;border-right-width:1px}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.right{right:-161px;border-left-width:1px}

ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.left{left:0}
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.right{right:0}

div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']{padding-left:160px}
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']{padding-right:160px}

div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
    li.li_idalgo_display_popup_result_motor_stage_list_result_content[data-selected]
        span.span_idalgo_display_popup_result_motor_stage_list_result_content_name{color:#003978}


div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow{
    -webkit-transition:1s;
       -moz-transition:1s;
        -ms-transition:1s;
         -o-transition:1s;
            transition:1s
}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow,
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow:after{
    content:'';
    position:absolute;display:block;
    width:0;height:0;
    border-style:solid
}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.left
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow{
    top:10px;right:-30px;
    border-width:25px 0 25px 30px;
    border-color:transparent transparent transparent #bbb6a8}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.left
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow:after{
    top:-25px;right:1px;
    border-width:25px 0 25px 30px;
    border-color:transparent transparent transparent #ffffff}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.right
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow{
    top:10px;left:-30px;
    border-width:25px 30px 25px 0;
    border-color:transparent #bbb6a8 transparent transparent}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.right
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot_arrow:after{
    top:-25px;left:1px;
    border-width:25px 30px 25px 0;
    border-color:transparent #ffffff transparent transparent}

span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.firstName,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.constructor,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.heightWeight,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.date,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.year,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.city,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.season,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.standing{
     position:absolute;
     font-size:0.875em;color:#bbb6a8;line-height:16px
}

ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.firstName,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.constructor,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.heightWeight,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.date,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.year,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.city,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.season,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.standing{
    left:10px;
    text-align:left
}

ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.firstName,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.constructor,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.heightWeight,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.date,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.year,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.city,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.season,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.standing{
    right:10px;
    text-align:right
}

span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name        {top:10px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.firstName   {top:25px;}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.constructor {top:175px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country     {top:160px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.heightWeight{top:230px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.date        {top:245px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.year        {top:260px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.city        {top:275px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.season      {top:320px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.standing    {top:335px}

span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name,
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.name a{
    font-size:1em;font-weight:bold;color:#003978;text-transform:uppercase}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.firstName{
    font-size:1em;font-weight:bold;color:#3c382f}
div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.photo{
    position:absolute;overflow:hidden;
    top:50px;width:100px;height:100px;
    border-radius:50px}

span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.date{font-size:0.75em}

ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.photo{left:10px}
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.photo{right:10px}

div.div_idalgo_display_popup_result_motor_stage_list_result_pilot.photo img{
    position:absolute;
    top:-20px;left:0}

span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country{
    display:block;right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country img{margin:2px 0;vertical-align:top}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country img{margin-right:5px}
span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country span{line-height:20px;vertical-align:top}

ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country span,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='left']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country img{text-align:left}
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country span,
ul.ul_idalgo_display_popup_result_motor_stage_list_result[data-open='right']
    span.span_idalgo_display_popup_result_motor_stage_list_result_pilot.country img{text-align:right}


div.div_idalgo_dom_match_content_popup{display:inline-block}


div.div_idalgo_display_popup_result_motor_stage_div_no_session{
    text-align: center;
    margin-top: 5px;
}
span.span_idalgo_display_popup_result_motor_stage_span_no_session_text{
    font-size: 0.75em;
    display: block;
    position: relative;
    height: 100%;
}

div.div_idalgo_display_popup_result_motor_stage_time[display='0']{
    display: none;
}

ul.ul_idalgo_display_popup_result_motor_stage_list_result,
div.div_idalgo_display_popup_result_motor_stage[data-session="0"]
div.div_idalgo_display_popup_result_motor_stage_time,
div.div_idalgo_display_popup_result_motor_stage[data-session="5"]
div.div_idalgo_display_popup_result_motor_stage_comment,
div.div_idalgo_display_popup_result_motor_stage[data-session="6"]
div.div_idalgo_display_popup_result_motor_stage_comment
{display:none}


div.div_idalgo_display_popup_result_motor_stage[data-session='0']{
    padding-bottom:0
}

/*** Popup Commentaire ***/
div.div_idalgo_display_popup_result_motor_stage_comment{
    position:relative;display:block;
    padding:35px 0
}
div.div_idalgo_display_popup_result_motor_stage_comment
    ul.ul_idalgo_content_motor_race_comment{
        margin-left:30px;
        margin-right:25px;
    font-size:0.9em
    }
        div.div_idalgo_content_motor_race_comment_content_addon_type{
            position:relative;display:block;
            height:32px;width:32px;
            border:1px solid #e4e2dd;
            border-radius:50%;
            background-position:center center;
            background-repeat:no-repeat;
        }

/* Module/Motor/CSS/WidgetResult.css ******************************************************/
div.div_idalgo_widget_result_motor_race_content{position:relative;margin-top:15px}

/*Nav*/
div.div_idalgo_widget_result_motor_race ul.ul_idalgo_nav {margin-top:10px}
ul.ul_idalgo_nav a[data-live="1"],
ul.ul_idalgo_nav a.a_idalgo_active[data-live="1"]{color:#01D758}
ul.ul_idalgo_nav[data-competition="1"] > li{width:20%}
ul.ul_idalgo_nav[data-competition="2"] > li{width:16.6%}
ul.ul_idalgo_nav[data-competition="2"] > li > a {font-size:0.65em}

/*Result*/
ul.ul_idalgo_motor_result{position:relative;display:block;overflow: hidden}

/*Head result*/
div.div_idalgo_widget_motor_result_pilot_head,
div.div_idalgo_widget_motor_result_pilot_head_race{
    display:block;
    position:relative;
    height:25px
}

span.span_idalgo_widget_motor_result_pilot_head_time,
span.span_idalgo_widget_motor_result_pilot_head_race_time{
    line-height:25px;
    color:#003978;
    text-align: right;
    font-weight:bold;
    font-size:0.75em;
    position:absolute;
    display:block;
    right:35px;
    width:60px
}

span.span_idalgo_widget_motor_result_pilot_head_lap,
span.span_idalgo_widget_motor_result_pilot_head_race_points{
    line-height:25px;
    text-align:center;
    font-weight:bold;
    font-size:0.75em;
    width:30px;
    position:absolute;
    display:block;
    right:0
}

/*List Result*/
ul.ul_idalgo_motor_result div.idalgo_tabbable li.li_idalgo_widget_motor_result_pilot:nth-child(2n+1) {background-color: #fbfaf9}
ul.ul_idalgo_motor_result div.idalgo_tabbable li.li_idalgo_widget_motor_result_pilot:nth-child(2n){background-color: #ffffff}
li.li_idalgo_widget_motor_result_pilot{
    display:block;
    position:relative;
    height:35px;
    border-top:1px solid #e4e2dd
}

div.div_idalgo_widget_motor_result_pilot_content{
    position:relative;
    left:0;
    height:100%;
    margin-right:130px;
}

div.div_idalgo_widget_motor_result_pilot_content > span,
div.div_idalgo_widget_motor_result_pilot_content > img,
div.div_idalgo_widget_motor_result_pilot_content > div{
    display:block;
    position:absolute;
    line-height:35px
}

span.span_idalgo_widget_motor_result_pilot_content_position{
    height:100%;
    width:15px;
    text-align:center;
    left:0;
    top:0;
    font-size:0.8125em;
    font-weight:bold
}

div.div_idalgo_widget_motor_result_pilot_content_name{
    width:100%;
    left:40px;
    font-weight:bold
}

span.span_idalgo_widget_motor_result_pilot_content_country{
    width:25px;
    height:100%;
    left:15px
}

img.img_idalgo_widget_motor_result_pilot_content_country{
    display:block;
    position:absolute;
    left:3px;
    top:12px
}

span.span_idalgo_widget_motor_result_pilot_content_name_pilot,
span.span_idalgo_widget_motor_result_pilot_content_name_constructor{
    width:50%;
    height:30px;
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-size:0.6275em;
    text-transform:uppercase;
    text-align:left;
    overflow:hidden;
    text-overflow:ellipsis
}

span.span_idalgo_widget_motor_result_pilot_content_time{
    width:60px;
    margin-left:100%;
    left:35px;
    font-size:0.6875em;
    color:#003978;
    font-weight:bold;
    text-align: right;;
    white-space:nowrap}

span.span_idalgo_widget_motor_result_pilot_content_session,
span.span_idalgo_widget_motor_result_pilot_content_lap,
span.span_idalgo_widget_motor_result_pilot_content_points{
    width:30px;
    margin-left:100%;
    left:100px;
    font-size:0.6875em;
    font-weight:bold;
    text-align:center
}

div.div_idalgo_widget_motor_result_pilot_content_photo{
    border-radius:30px;
    overflow:hidden;
    width:28px;
    height:28px;
    left:40px;
    margin:0 6px;
    top:4px
}

img.img_idalgo_widget_motor_result_pilot_content_photo{
    position:absolute;
    display:block;
    top:-12px;
    right:-3px
}

div.div_idalgo_widget_motor_result_stage[data-session="5"] div.div_idalgo_widget_motor_result_pilot_content_name{left:90px}
/*Course a venir*/
li.li_idalgo_widget_motor_is_coming{
    margin-top:25px;
}
span.span_idalgo_widget_motor_is_coming_date{
    margin-left:10%;
    font-size: 0.875em
}
span.span_idalgo_widget_motor_start{
    margin-left:10%;
    font-size:0.75em
}

li.li_idalgo_widget_motor_txt_time,
li.li_idalgo_widget_motor_num_time{
    width:100%;
    display:block;
    position:relative;
    height:35px;
    background-color: #fbfaf9
}
li.li_idalgo_widget_motor_txt_time{border-bottom: 1px  #e4e2dd solid}
li.li_idalgo_widget_motor_num_time{background-color:#ffffff}
li.li_idalgo_widget_motor_txt_time > span,
li.li_idalgo_widget_motor_num_time > span{
    position:relative;
    display:block;
    float:left;
    width:25%;
    font-size:0.8125em;
    line-height:35px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis
}

li.li_idalgo_widget_motor_num_time > span{font-weight:bold;font-size:1em}

span.span_idalgo_widget_motor_result_pilot_head_race_txt_live,
span.span_idalgo_widget_motor_result_pilot_head_race_num_lap,
span.span_idalgo_widget_motor_result_pilot_head_race_total_lap{
    position:relative;
    display:block;
    width:55px;
    float:left;
    text-align:center;
    background-color:#01D758;
    line-height:20px;
    color:white;
    font-size:0.8125em
}
span.span_idalgo_widget_motor_result_pilot_head_race_total_lap{color:#01D758;background-color: #ffffff}

ul.ul_idalgo_motor_result[data-status='4']
span.span_idalgo_widget_result_motor_race_content_stage_result_head_race_time,
ul.ul_idalgo_motor_result[data-status='4']
span.span_idalgo_widget_result_motor_race_content_stage_result_time{color:#01D758}

li.li_idalgo_widget_motor_picture{
    position:relative;
    display:block;
    text-align:center;
    margin-top:5px
}
img.img_idalgo_widget_motor_picture{
    left:0;
    z-index:1;
    position:relative;
    display:block;
    width:100%
}

span.span_idalgo_widget_motor_picture_green{
    position:absolute;
    display:block;
    top:0;
    height:100%;
    width:100%;
    z-index:2;
    background-color:#6C0;
    opacity:0.7
}
span.span_idalgo_widget_motor_picture_txt_time_live,
div.div_idalgo_widget_motor_picture_time_live{
    position:absolute;
    display:block;
    z-index:4;
    top:40%;
    width:100%;
    color:#ffffff;
    font-size:1em;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:0.04em
}
div.div_idalgo_widget_motor_picture_time_live{top:52%;font-size:1.5em}

/* Module/Motor/CSS/StandingPilot.css *****************************************************/
div#idalgo_content_motor_standing{margin:20px}

ul.ul_idalgo_content_motor_standing_list {
    clear: both;
}

li.li_idalgo_content_motor_standing:hover {
    background-color: #d66000;
}

li.li_idalgo_content_motor_standing.li_idalgo_content_motor_standing_list_head:hover {
    background-color: transparent;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor_name{
    width:       50%;
    font-weight: bold;
    height:64px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor
{
    width:       50%;
    font-size:0.75em;
    font-weight: bold;
    text-transform:uppercase;
    height:64px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}

span.span_idalgo_content_motor_standing_vehicle_constructor{
    width:60%;
    text-align:left;
    overflow:hidden;
    text-overflow:ellipsis
}
div.div_idalgo_content_motor_standing_points div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_victories div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_quit div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_positions div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_poles div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_podium div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot {
    position:       absolute;
    left:       72px;
    bottom:         8px;
    height:         12px;
    line-height:    12px;
    text-transform: uppercase;
    color:          #bbb6a8;
    font-weight:    normal;
    font-size:      0.7em;
}

/**********************************************************************************************************************/

div.div_idalgo_content_motor_standing_total span {
    display: none;
}


div.div_idalgo_content_motor_standing[data-position="1"]  span.span_idalgo_content_motor_standing_points,
div.div_idalgo_content_motor_standing[data-position="1"] span.span_idalgo_content_motor_standing_positions,
div.div_idalgo_content_motor_standing[data-position="1"] span.span_idalgo_content_motor_standing_podium,
div.div_idalgo_content_motor_standing[data-position="1"] span.span_idalgo_content_motor_standing_victories,
div.div_idalgo_content_motor_standing[data-pole="1"]     span.span_idalgo_content_motor_standing_poles {
    background-color: #840303;
    color:            #ffffff;
}

div.div_idalgo_content_motor_standing[data-position="2"]  span.span_idalgo_content_motor_standing_points,
div.div_idalgo_content_motor_standing[data-position="2"] span.span_idalgo_content_motor_standing_positions,
div.div_idalgo_content_motor_standing[data-position="2"] span.span_idalgo_content_motor_standing_podium {
    background-color: #e4e2dd;
}

div.div_idalgo_content_motor_standing[data-position="3"]  span.span_idalgo_content_motor_standing_points,
div.div_idalgo_content_motor_standing[data-position="3"] span.span_idalgo_content_motor_standing_positions,
div.div_idalgo_content_motor_standing[data-position="3"] span.span_idalgo_content_motor_standing_podium {
    background-color: #fbfaf9;
}
div.div_idalgo_content_motor_standing span{font-weight:bold}
/* Filtres ************************************************************************************************************/
div.div_idalgo_content_motor_standing_filter {
    margin-bottom: 20px;
}

div.div_idalgo_content_motor_standing_filter_popover_open,
div.div_idalgo_content_motor_standing_filter_popover_close{
    display: none;
}
ul.ul_idalgo_content_motor_standing_filter {
    display:       block;
    position:      relative;
    width:         100%;
    height:        32px;
    line-height:   32px;
    border-left:   1px solid #e4e2dd;
}

ul.ul_idalgo_content_motor_standing_filter > li {
    display:       block;
    float:         left;
    position:      relative;
    width:         13.9%;
    cursor:        pointer;
    height:        32px;
    line-height:   32px;
    text-align:    center;
    border-top:    1px solid #e4e2dd;
    border-bottom: 1px solid #e4e2dd;
    border-right:  1px solid #e4e2dd;
    overflow:      hidden;
    text-overflow: ellipsis;
    white-space:   nowrap;
}

ul.ul_idalgo_content_motor_standing_filter > li:hover {
    background-color: #d66000;
}

li.li_idalgo_content_motor_standing_filter_select {
    background-color: #fbfaf9;
}

div.div_idalgo_content_motor_standing_pilot ul li div span.span_idalgo_content_motor_standing_abandonned
{
    color: #840303;
}

div.div_idalgo_content_motor_standing_pilot ul li div span.span_idalgo_content_motor_standing_quit.span_idalgo_content_motor_standing_abandonned {
    background-color: #840303;
    color: #ffffff;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    top:38px;
    position:absolute;
    margin-left:-9px;
    left:50%;
    padding-bottom:0
}

div.div_idalgo_content_motor_standing_total > span{width:100%;text-align:center}

span.span_idalgo_content_motor_standing_positions > span {
    position:absolute;
    height:100%;
    left:0;
    line-height:95px;
    text-align:center;
    width:100%;
    font-weight:bold;
    font-size:0.9375em;
}

/* Module/Motor/CSS/StandingConstructor.css ***********************************************/
div.div_idalgo_content_motor_standing_constructor{margin-top:80px}
div.div_idalgo_content_motor_standing_display span{display:block}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo{
    width: 42px;
    text-align: center;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo img{
    display: block;
    position: relative;
    left: 11px;
    top: 26px;
    width:20px;
}

div.div_idalgo_content_motor_standing_vehicle > span{font-weight:bold}

/* Module/Motor/CSS/RaceIdentity.css ******************************************************/
div.div_idalgo_motor_race_identity{
    position:relative;display:block;
    height:9em;margin-top:10px;
    border:1px solid #e4e2dd;
    box-sizing: content-box;
}

div.div_idalgo_motor_race_identity_left
{
    background-repeat:no-repeat;
    background-position: center;
}

div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity_right {position: relative;display:block;width:50%;height:100%;float:left;}

div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left{width:40%}
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right{width:60%}

div.div_idalgo_motor_race_identity_left:after {
    position: absolute;
    display:block;
    content: '';
    right:0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9em 118px;
    border-color: transparent transparent #ffffff transparent;
}

div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left:after {
    position: absolute;
    display:block;
    content: '';
    right:0;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9em 94px;
    border-color: transparent transparent #ffffff transparent;
}

ul.ul_idalgo_motor_race_identity_left_identity li{margin:3px 15px;}
ul.ul_idalgo_motor_race_identity_left_identity{padding:5px; margin:15px 0}

span.span_idalgo_motor_race_identity_left_identity_name {
    font-weight: bold;
    font-size: 1.05em;
    text-transform: uppercase;
    text-decoration:underline;
}

span.span_idalgo_motor_race_identity_left_identity_name_status {
    position: relative;
    display: inline-block;
    height: 22px;
    border-radius: 6px;
    font-size: 0.9375em;
    line-height: 22px;
    margin-left:10px;
    color: #ffffff;
    background-color: #840303;
    padding: 2px 10px;
}

span.span_idalgo_motor_race_identity_left_identity_race_name{
  font-weight:bold;
}

span.span_idalgo_motor_race_identity_left_identity_date{text-transform:capitalize}

span.span_idalgo_motor_race_identity_left_identity_race_name,
span.span_idalgo_motor_race_identity_left_identity_race_country,
span.span_idalgo_motor_race_identity_left_identity_race,
span.span_idalgo_motor_race_identity_left_identity_date,
li.li_idalgo_motor_race_identity_left_identity_date span,
li.li_idalgo_motor_race_identity_left_identity_hour span,
li.li_idalgo_motor_race_identity_left_identity_hour_end span{
    font-size:0.875em;
}

span.span_idalgo_motor_race_identity_left_identity_hour,
span.span_idalgo_motor_race_identity_left_identity_hour_end,
span.span_idalgo_motor_race_identity_left_identity_date {
    font-weight: bold;
    margin-left: 3px;
}

span.span_idalgo_motor_race_identity_left_identity_date_day_name {
    text-transform: capitalize;
}

/*Right Block*/

div.div_idalgo_motor_race_identity_right_detail{
    height: 100%;
    width: 80%;
    position: relative;
    display: block;
    float: right;
    right: 10px
}

div.div_idalgo_motor_race_identity_right_detail_time,
div.div_idalgo_motor_race_identity_right_detail_meteo,
div.div_idalgo_motor_race_identity_right_detail_laps,
div.div_idalgo_motor_race_identity_right_detail_chrono
{
    position: relative;
    display: inline-block;
    vertical-align:top;
    top: 34px;
    float: left;
    border: 1px solid #e4e2dd;
    text-align: center;
}
div.div_idalgo_motor_race_identity_right_detail_time{width:55%}
div.div_idalgo_motor_race_identity_right_detail_meteo{width:30%;margin-right:3%}

div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right_detail_meteo{width:30%;margin-right:3%}
div.div_idalgo_motor_race_identity_right_detail_laps{width:30%;margin-right:3%}
div.div_idalgo_motor_race_identity_right_detail_chrono{width:30%}
div.div_idalgo_motor_race_identity_right_detail_chrono > span{position:relative;display:block}

div.div_idalgo_motor_race_identity_right_detail_time span,
div.div_idalgo_motor_race_identity_right_detail_time > div,
span.span_idalgo_motor_race_identity_right_detail_meteo_name,
div.div_idalgo_motor_race_identity_right_detail_laps > span,
div.div_idalgo_motor_race_identity_right_detail_laps > div,
div.div_idalgo_motor_race_identity_right_detail_chrono span{
    position:relative;
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
}

span.span_idalgo_motor_race_identity_right_detail_meteo_logo{border-right:1px solid #e4e2dd}

span.span_idalgo_motor_race_identity_right_detail_meteo_logo,
span.span_idalgo_motor_race_identity_right_detail_meteo_temperature
{
    position:relative;
    display:inline-block;
    width:49%;
    height:30px;
    vertical-align:top;
    line-height:30px
}

span.span_idalgo_motor_race_identity_right_detail_meteo_logo img{
    position:relative;
    display:block;
    margin:0 auto;
    top:5px
}

span.span_idalgo_motor_race_identity_right_detail_laps_content_live{border-right:1px solid #e4e2dd}
span.span_idalgo_motor_race_identity_right_detail_laps_content_live,
span.span_idalgo_motor_race_identity_right_detail_laps_content_all{
    position:absolute;
    display:block;
    top:0;left:0;
    width:50%;
    height:30px;
    line-height:30px;
    text-align:center;
}
span.span_idalgo_motor_race_identity_right_detail_laps_content_all{left:50%}

span.span_idalgo_motor_race_identity_right_detail_time_title,
span.span_idalgo_motor_race_identity_right_detail_meteo_name,
span.span_idalgo_motor_race_identity_right_detail_laps_title,
span.span_idalgo_motor_race_identity_right_detail_chrono_name
{
    font-size:10px;
    text-transform:uppercase;
    border-bottom:1px solid #e4e2dd;
}

div.div_idalgo_motor_race_identity[data-state="1"] div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity[data-state="1"] span.span_idalgo_motor_race_identity_right_detail_laps_content_live,
div.div_idalgo_motor_race_identity[data-state="1"] span.span_idalgo_motor_race_identity_right_detail_chrono_time,
div.div_idalgo_motor_race_identity[data-state="1"] div.div_idalgo_motor_race_identity_right_detail_time_content{
    background-color:#4db103;
    color:#ffffff;
}
div.div_idalgo_motor_race_identity[data-state="1"] span.span_idalgo_motor_race_identity_left_identity_name_status
{
    background-color:#ffffff;
    color:#4db103;
}

div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_right_detail_chrono{
    display:none
}
div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_right_detail_time_content{
    color:#840303
}

div.div_idalgo_motor_race_identity[is-grid="1"] {display:none}

div.div_idalgo_motor_race_identity[data-state="0"] span.span_idalgo_motor_race_identity_left_identity_name_status{
    background-color:#645f4f
}

div.div_idalgo_motor_race_identity[data-state="2"] span.span_idalgo_motor_race_identity_right_detail_laps_content_live{
    color:#840303
}

div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_right_detail{
    width:70%
}
div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_right_detail_meteo{
    width:40%;
    margin-right:3%
}
div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_right_detail_laps{
    width:45%;
    margin-right:0
}

div.div_idalgo_motor_race_identity[data-state="2"] div.div_idalgo_motor_race_identity_left{
    background-image:url('https://media.api.idalgo.info/Sport/Motor/RaceIdentity/123x109/drapeau.png')}

li.li_idalgo_motor_race_identity_left_identity_race
{
    width: 75%;
}

li.li_idalgo_motor_race_identity_left_identity_race::after
{
    clear: both;
}

li.li_idalgo_motor_race_identity_left_identity_race span
{
    /*float: left;*/
}

/* Module/Motor/CSS/WidgetStandingConstructor.css *****************************************/
div.div_idalgo_content_motor_standing_constructor ul.ul_idalgo_widget_statistic_podium div.div_idalgo_widget_statistic_podium_img{bottom:103px;}

/* Module/Motor/CSS/RacePodium.css ********************************************************/
div.div_idalgo_motor_race_podium{margin-top:20px}

div#idalgo_motor_race_result_podium
{
    word-wrap: normal;
    padding-left: 15%;
    padding-right: 5%;
}

div.div_idalgo_motor_race_podium_content{
    position:relative;
    display:block;
    width:80%;
    height:200px;
    margin:0 auto;
}

div.div_idalgo_motor_race_podium_content_part{
    position:relative;
    display:inline-block;
    float:left;
    height:100%;
    width:33%
}

div.div_idalgo_motor_race_podium_content_part_pilot{
    position:absolute;
    display:block;
    text-align:center
}

div.div_idalgo_motor_race_podium_content_part:nth-child(2n+1) div.div_idalgo_motor_race_podium_content_part_pilot{
    bottom:0
}

div.div_idalgo_motor_race_podium_content_part_pilot_up{position:relative;display:block}

/*Part Up Div Pilot*/
div.div_idalgo_motor_race_podium_content_part_pilot_up_picture{
    position:relative;
    display:block;
    width:80px;
    height:80px;
    overflow:hidden;
}

div.div_idalgo_motor_race_podium_content img.img_idalgo_motor_race_podium_content_part_pilot_up_picture{
    position:absolute;
    display:block;
    border-radius:100px;
    height:80px;
    width:80px;
    border-radius:100px
}
div.div_idalgo_motor_race_podium_content_part:nth-child(1)
span.span_idalgo_motor_race_podium_content_part_pilot_up_position{left:0}

span.span_idalgo_motor_race_podium_content_part_pilot_up_position{
    position:absolute;
    display:block;
    color:#ffffff;
    bottom:0;
    right:0;
    height:25px;
    width:25px;
    text-align:center;
    line-height:25px;
    background-color:#003978;
    border-radius:50px;
    border:2px solid white
}

span.span_idalgo_motor_race_podium_content_part_pilot_up_time{
    position:absolute;
    display:block;
    bottom:0;
    right:100%;
    height:31px;
    line-height:31px;
    padding-right:2px;
    font-weight:bold;
    font-size:0.8125em;
    color:#840303;
    direction:ltr
}

div.div_idalgo_container[lang="AR"] span.span_idalgo_motor_race_podium_content_part_pilot_up_time{
    right:130%;
}

div.div_idalgo_motor_race_podium_content_part:nth-child(3) span.span_idalgo_motor_race_podium_content_part_pilot_up_time{left:100%;padding-left:2px;right:-100%}

/*Part Down Div Pilot*/
div.div_idalgo_motor_race_podium_content_part_pilot_down{
    display:block;
    position:relative;
    width:100%;
}

div.div_idalgo_motor_race_podium_content_part_pilot_down_name > span{
    position:relative;
    display:inline-block;
    line-height:30px;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-size:0.875em
}

div.div_idalgo_motor_race_podium_content_part_pilot_down > span{
    font-size:0.8125em;
    color:#bbb6a8
}

img.img_idalgo_motor_race_podium_content_part_pilot_down_country{
    position: absolute;
    display: block;
    left: 100%;
    top: 9px;
    margin-left: 5px;
}

/* Module/Motor/CSS/Result.css ************************************************************/
ul.ul_idalgo_motor_race_result_list{
    position: relative;
    display: block;
    margin-top: 30px;
    word-wrap: normal;
}

li.li_idalgo_motor_race_result_list_head,
li.li_idalgo_motor_race_result_list_elem{
    border-bottom:1px solid #e4e2dd;
}

li.li_idalgo_motor_race_result_list_head{height:55px}
li.li_idalgo_motor_race_result_list_elem{height:40px}

/*En t&ecirc;te*/
div.div_idalgo_motor_race_result_list_head > span,
div.div_idalgo_motor_race_result_list_head > div{
    position:absolute;
    display:block;
    height:55px;
    line-height:55px;
    font-weight:bold;
}

div.div_idalgo_motor_race_result_list_head_num{
    width:174px;
}
span.span_idalgo_motor_race_result_list_head_num{
    position:absolute;
    display:block;
    height:55px;
    line-height:55px;
    font-weight:bold;
    text-align:center;
    left:84px;
    width:30px
}

div.div_idalgo_motor_race_result_list_head_content{
    left:174px;
    width:100%;
}
span.span_idalgo_motor_race_result_list_head_content_pilot,
span.span_idalgo_motor_race_result_list_head_content_team{
    position: relative;
    display: inline-block;
    text-align:left;
    vertical-align:top;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.span_idalgo_motor_race_result_list_head_content_pilot{width:50%}
span.span_idalgo_motor_race_result_list_head_content_team{width:40%}

span.span_idalgo_motor_race_result_list_head_time{
    width: 70px;
    margin-left:100%;
    left:174px;
    text-align:right;
}

span.span_idalgo_motor_race_result_list_head_diff{
    width:60px;
    margin-left:100%;
    left:249px;
    text-align:center;
}

span.span_idalgo_motor_race_result_list_head_lap{
    width:45px;
    margin-left:100%;
    left:309px;
    text-align:center;

}

/*Corps*/
div.div_idalgo_motor_race_result_list_elem[type='race'],
div.div_idalgo_motor_race_result_list_head[type='race']{margin-right:359px}

div.div_idalgo_motor_race_result_list_elem[type='qualif'],
div.div_idalgo_motor_race_result_list_head[type='qualif']{margin-right:384px}

div.div_idalgo_motor_race_result_list_elem,
div.div_idalgo_motor_race_result_list_head {
    position: relative;
    display: block;
    margin-right:354px;
}

div.div_idalgo_motor_race_result_list_elem > span,
div.div_idalgo_motor_race_result_list_elem_content{
    position:absolute;
    display:block;
    height:40px;
    line-height:40px;
    font-size: 0.875em;
}

span.span_idalgo_motor_race_result_list_elem_position{
    width:24px;
    text-align:center;
    left:0

}

span.span_idalgo_motor_race_result_list_elem_country{
    width:60px;
    left:24px
}

img.img_idalgo_motor_race_result_list_elem_country{
    position:relative;
    display:block;
    top:14.5px;
    margin: 0 auto;
}

span.span_idalgo_motor_race_result_list_elem_vehicle{
    color:#bbb6a8;
    width: 30px;
    text-align:center;
    left:84px
}

span.span_idalgo_motor_race_result_list_elem_picture{
    width:60px;
    left:114px
}

img.img_idalgo_motor_race_result_list_elem_picture_picture{
    position:relative;
    display:block;
    width:30px;
    height:30px;
    top:5px;
    border-radius:100px;
    margin:0 auto;
}

div.div_idalgo_motor_race_result_list_elem_content{left:174px;width:100%}

div.div_idalgo_motor_race_result_list_elem_content > span{
    position:relative;
    display:inline-block;
    vertical-align:top;
}

span.span_idalgo_motor_race_result_list_elem_content_name{
    width:50%;
    text-transform:uppercase;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
span.span_idalgo_motor_race_result_list_elem_content_constructor{
    width:40%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

span.span_idalgo_motor_race_result_list_elem_time{
    width:75px;
    text-align:center;
    margin-left:100%;
    color:#3c382f;
    left:174px;
    direction:ltr
}

span.span_idalgo_motor_race_result_list_elem_diff{
    width:60px;
    text-align:right;
    margin-left:100%;
    left:249px;
    /*color: #bbb6a8;*/
    font-size: 0.75em;
}

span.span_idalgo_motor_race_result_list_elem_lap{
    width:45px;
    text-align:center;
    margin-left: 100%;
    left:309px;
}

/*Qualification*/
span.span_idalgo_motor_race_result_list_elem_time1,
span.span_idalgo_motor_race_result_list_elem_time2,
span.span_idalgo_motor_race_result_list_elem_time3,
span.span_idalgo_motor_race_result_list_head_Q1,
span.span_idalgo_motor_race_result_list_head_Q2,
span.span_idalgo_motor_race_result_list_head_Q3{width:70px}

span.span_idalgo_motor_race_result_list_elem_time1,
span.span_idalgo_motor_race_result_list_head_Q1{left:174px;margin-left:100%;text-align:right}

span.span_idalgo_motor_race_result_list_elem_time2,
span.span_idalgo_motor_race_result_list_head_Q2{left:244px;margin-left:100%;text-align:right}

span.span_idalgo_motor_race_result_list_elem_time3,
span.span_idalgo_motor_race_result_list_head_Q3{left:314px;margin-left:100%;text-align:right}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='1'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='2'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='3'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='1'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='2'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='3']{background-color:#b4002d;color:#ffffff}

div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='1'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='2'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='3']{color:#b4002d}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='4'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='5'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='6'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='7'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='8'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='9'],
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position[position='10'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='4'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='5'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='6'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='7'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='8'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='9'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position[position='10']{background-color:#860627;color:#ffffff}

div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='4'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='5'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='6'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='7'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='8'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='9'],
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_points[position='10']{color:#860627}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_position,
div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_position{height:41px;background-color:#ffffff}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_type,
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_time{display:none}

/*Course*/
div.div_idalgo_motor_race_result_list_elem_grid,
span.span_idalgo_motor_race_result_list_head_grid{
    width:70px;
    margin-left:100%;
    left:244px;
    text-align:center;
    position: absolute;
}

span.span_idalgo_motor_race_result_list_elem_grid{
    position:relative;
    display:block;
    width:30px;
    height:30px;
    margin:0 auto;
    border-radius:50px;
    top:5px;
    line-height:30px;
    color:black;
    font-size:0.875em;
    direction:ltr;
}

span.span_idalgo_motor_race_result_list_elem_grid[up='true']{background-color:#7cdd5a;color:#ffffff}
span.span_idalgo_motor_race_result_list_elem_grid[down='true']{background-color:#D1677C;color:#ffffff}

span.span_idalgo_motor_race_result_list_head_points,
span.span_idalgo_motor_race_result_list_elem_points{
    width:45px;
    margin-left:100%;
    left:314px;
    text-align:center;
}

ul.ul_idalgo_motor_race_result_list[data-is-race-coming="1"] span.span_idalgo_motor_race_result_list_head_time,
ul.ul_idalgo_motor_race_result_list[data-is-race-coming="1"] span.span_idalgo_motor_race_result_list_head_grid,
ul.ul_idalgo_motor_race_result_list[data-is-race-coming="1"] span.span_idalgo_motor_race_result_list_head_points{
    display:none;
}

span.span_idalgo_motor_race_result_list_elem_country img {
    border: 1px solid #fbfaf9;
}

li.li_idalgo_motor_race_result_list_elem:hover {
    background-color:#d66000;
}

/* Module/Motor/CSS/CompetitionNavigation.css *********************************************/
div.div_idalgo_content_motor_competition_navigation{position:relative;display:block}
ul.ul_idalgo_content_motor_competition_navigation_race{position:relative;display:table;width:100%}
    li.li_idalgo_content_motor_competition_navigation_race{position:relative;display:block;height:40px;float:left;overflow:hidden;box-sizing:border-box}
        a.a_idalgo_content_motor_competition_navigation_race{
            position:relative;display:block;
            width:100%;height:40px;text-align:center;line-height:40px;
            font-size:0;
            background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.1)));
            background-image:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.1));
            background-image:   -moz-linear-gradient(top, transparent, rgba(0,0,0,0.1));
            background-image:    -ms-linear-gradient(top, transparent, rgba(0,0,0,0.1));
            background-image:     -o-linear-gradient(top, transparent, rgba(0,0,0,0.1));
            background-image:        linear-gradient(top, transparent, rgba(0,0,0,0.1));
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#10000000, GradientType=0);
        }
        img.img_idalgo_content_motor_competition_navigation_race{
            position:relative;display:inline-block;
            vertical-align:middle;
            height:auto;max-width:38px;width:80%
        }
li.li_idalgo_content_motor_competition_navigation_race + li.li_idalgo_content_motor_competition_navigation_race
    a.a_idalgo_content_motor_competition_navigation_race{
        border-left:1px solid #e4e2dd;
    }

a.a_idalgo_content_motor_competition_navigation_race:hover{background-color: #d66000}

li.li_idalgo_content_motor_competition_navigation_race[data-current="1"] a
{
    background-color: #ffffff;
    background-image: none;
}

/* Module/Motor/CSS/RaceNavigation.css ****************************************************/
div.div_idalgo_motor_race_navigation{position:relative;display:block}

ul.ul_idalgo_motor_race_navigation {
    position:relative;display:block;
    height:40px;margin-top: 10px;
}
li.li_idalgo_motor_race_navigation{
    position:relative;display:block;
    height:100%;float:left;
    overflow:hidden;
    text-align: center;
    line-height: 40px;
    border:1px solid #e4e2dd;
    border-right: none
}
li.li_idalgo_motor_race_navigation:last-child {border-right:1px solid #e4e2dd}

li.li_idalgo_motor_race_navigation:hover {
    background-color:#fbfaf9;
}

li.li_idalgo_motor_race_navigation span
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

a.a_idalgo_motor_race_navigation{
    position:relative;display:table;
    width:100%;height:40px;
}
li.li_idalgo_motor_race_navigation a.a_idalgo_motor_race_navigation:hover{
    text-decoration: none;
}

li.li_idalgo_motor_race_navigation_menu
{
    display: none;
}

div.div_idalgo_motor_race_navigation[data-is-live="0"] li.li_idalgo_motor_race_navigation[data-selected="1"]
{
    background-color: #fbfaf9;
}

div.div_idalgo_motor_race_navigation[data-is-live="0"] li.li_idalgo_motor_race_navigation[data-selected="1"] span
{
    color: #3c382f;
}

div.div_idalgo_motor_race_navigation[data-is-live="1"] li.li_idalgo_motor_race_navigation[data-selected="1"]
{
    background-color:#4db103;
    color: #ffffff;
}

div.div_idalgo_motor_race_navigation[data-is-live="1"] li.li_idalgo_motor_race_navigation[data-selected="1"] span
{
    color: #ffffff;
}

/* Commentaires s&eacute;lectionn&eacute;s : on affiche la session en cours et on la laisse avec un style non s&eacute;lectionn&eacute; */
div.div_idalgo_motor_race_navigation[data-is-comment="1"] ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-is-session="1"]
{
    background-color: #ffffff;
}

div.div_idalgo_motor_race_navigation[data-is-comment="1"] ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-is-session="1"] span
{
    color: #3c382f;
}

/* Module/Motor/CSS/Calendar.css **********************************************************/
/*COLOR*/
.idalgo_sport_motor_competition_1 div.div_idalgo_card_element_top{background-color:#78A85C}
.idalgo_sport_motor_competition_2 div.div_idalgo_card_element_top{background-color:#4B58A6}
.idalgo_sport_motor_competition_3 div.div_idalgo_card_element_top{background-color:#F16937}
.idalgo_sport_motor_competition_4 div.div_idalgo_card_element_top{background-color:#C2603B}

/* Module/Motor/CSS/PilotPalmares.css *****************************************************/
div.div_idalgo_motor_pilot_palmares{
    position:relative;
    display:block;
}


li.li_idalgo_motor_pilot_palmares_head,
li.li_idalgo_motor_pilot_palmares,
li.li_idalgo_motor_pilot_palmares_total{
    position:relative;
    display:block;
    height:2em;
    line-height: 2em;
}

li.li_idalgo_motor_pilot_palmares_head,
li.li_idalgo_motor_pilot_palmares{border-bottom:1px solid #e4e2dd}

div.div_idalgo_motor_pilot_palmares_total,
div.div_idalgo_motor_pilot_palmares_list{
    position:relative;
    display: block;
    width:100%;
    height:100%
}

span.span_idalgo_motor_pilot_palmares_head_season,
span.span_idalgo_motor_pilot_palmares_head_team,
span.span_idalgo_motor_pilot_palmares_head_race,
span.span_idalgo_motor_pilot_palmares_head_victory,
span.span_idalgo_motor_pilot_palmares_head_abandon,
span.span_idalgo_motor_pilot_palmares_head_pole,
span.span_idalgo_motor_pilot_palmares_head_standing,
span.span_idalgo_motor_pilot_palmares_head_points,
span.span_idalgo_motor_pilot_palmares_list_season,
span.span_idalgo_motor_pilot_palmares_list_team,
span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_text,
span.span_idalgo_motor_pilot_palmares_total_race,
span.span_idalgo_motor_pilot_palmares_total_victory,
span.span_idalgo_motor_pilot_palmares_total_abandon,
span.span_idalgo_motor_pilot_palmares_total_pole,
span.span_idalgo_motor_pilot_palmares_total_standing,
span.span_idalgo_motor_pilot_palmares_total_points{
    position:relative;
    display:block;
    height:100%;
    float:left;
    font-size: 0.875em;
    width:11%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
span.span_idalgo_motor_pilot_palmares_list_team{font-weight:bold}

span.span_idalgo_motor_pilot_palmares_head_team,
span.span_idalgo_motor_pilot_palmares_list_team{width:24%}
span.span_idalgo_motor_pilot_palmares_head_season,
span.span_idalgo_motor_pilot_palmares_list_season{width:10%}
span.span_idalgo_motor_pilot_palmares_total_text{width:34%}

span.span_idalgo_motor_pilot_palmares_head_race,
span.span_idalgo_motor_pilot_palmares_head_pole,
span.span_idalgo_motor_pilot_palmares_head_victory,
span.span_idalgo_motor_pilot_palmares_head_abandon,
span.span_idalgo_motor_pilot_palmares_head_standing,
span.span_idalgo_motor_pilot_palmares_head_points,
span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_race,
span.span_idalgo_motor_pilot_palmares_total_pole,
span.span_idalgo_motor_pilot_palmares_total_victory,
span.span_idalgo_motor_pilot_palmares_total_abandon,
span.span_idalgo_motor_pilot_palmares_total_standing,
span.span_idalgo_motor_pilot_palmares_total_points{
    text-align:right;
}

span.span_idalgo_motor_pilot_palmares_list_standing_box,
span.span_idalgo_motor_pilot_palmares_total_standing_box{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    top:50%;
    margin-top: -14px;
    right:0;
    text-align: center;
    border-radius: 28px;
    font-weight:bold;
}

span.span_idalgo_motor_pilot_palmares_list_standing_box[data-position="0"]{color:#003978}
span.span_idalgo_motor_pilot_palmares_list_standing_box[data-position="1"]{background-color: #840303;color:#ffffff}
span.span_idalgo_motor_pilot_palmares_list_standing_box[data-position="2"]{background-color: #e4e2dd}
span.span_idalgo_motor_pilot_palmares_list_standing_box[data-position="3"]{background-color:#fbfaf9}

span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_points{color:#003978;font-weight:bold}

div.div_idalgo_motor_pilot_palmares_total > span{font-weight:bold;font-size:1em}
span.span_idalgo_motor_pilot_palmares_total_text{text-transform:uppercase}

div.div_idalgo_motor_pilot_palmares_head > span{font-weight:bold}

span.span_idalgo_motor_pilot_palmares_head_race_mobile,
span.span_idalgo_motor_pilot_palmares_head_pole_mobile,
span.span_idalgo_motor_pilot_palmares_head_standing_mobile,
span.span_idalgo_motor_pilot_palmares_head_victory_mobile,
span.span_idalgo_motor_pilot_palmares_head_abandon_mobile,
span.span_idalgo_motor_pilot_palmares_head_points_mobile{display:none}

/* Module/Motor/CSS/PilotResult.css *******************************************************/
div.div_idalgo_motor_pilot_result{position:relative;display:block}
div.div_idalgo_motor_pilot_result_content{position:relative;display:block}

div.div_idalgo_motor_pilot_result_content_header,
div.div_idalgo_motor_pilot_result_content_line{
    position:relative;
    height: 2em;line-height:2em;
    border-bottom: 1px solid #e4e2dd;
}

.idalgo_motor_pilot_mobile{display: none}
.idalgo_motor_pilot_desktop{display: block}

span.span_idalgo_motor_pilot_result_content_header_date,
span.span_idalgo_motor_pilot_result_content_line_date,
span.span_idalgo_motor_pilot_result_content_header_race,
a.a_idalgo_motor_pilot_result_content_line_race,
span.span_idalgo_motor_pilot_result_content_header_pole,
span.span_idalgo_motor_pilot_result_content_line_pole,
span.span_idalgo_motor_pilot_result_content_header_standing,
span.span_idalgo_motor_pilot_result_content_line_standing,
span.span_idalgo_motor_pilot_result_content_header_points,
span.span_idalgo_motor_pilot_result_content_line_points{
    position:absolute;display: block;
    top:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:0.875em;
}
span.span_idalgo_motor_pilot_result_content_header_date,
span.span_idalgo_motor_pilot_result_content_header_race,
span.span_idalgo_motor_pilot_result_content_header_pole,
span.span_idalgo_motor_pilot_result_content_header_standing,
span.span_idalgo_motor_pilot_result_content_header_points{font-weight: bold}


span.span_idalgo_motor_pilot_result_content_header_date,
span.span_idalgo_motor_pilot_result_content_line_date{width:20%;left:0}
span.span_idalgo_motor_pilot_result_content_header_race,
a.a_idalgo_motor_pilot_result_content_line_race{width:30%;left:20%}
span.span_idalgo_motor_pilot_result_content_header_pole,
span.span_idalgo_motor_pilot_result_content_line_pole{width:16.6%;left:50%;text-align: right}
span.span_idalgo_motor_pilot_result_content_header_standing,
span.span_idalgo_motor_pilot_result_content_line_standing{width:16.6%;left:66.6%;text-align: right}
span.span_idalgo_motor_pilot_result_content_header_points,
span.span_idalgo_motor_pilot_result_content_line_points{width:16.6%;left:83.2%;text-align: right}
span.span_idalgo_motor_pilot_result_content_line_race_countryname{font-weight:bold}

.idalgo_motor_pilot_result_content_starting_grid{color: #bbb6a8}

div.div_idalgo_motor_pilot_result_content img.img_idalgo_motor_pilot_result_content_line_race_countryflag{
    position:absolute;display:block;
    width:16px;height:11px;
    box-sizing: border-box;
    top:50%;left:0;
    margin-top:-6px;
    border: 1px solid #e4e2dd;
    padding:0
}
a.a_idalgo_motor_pilot_result_content_line_race{text-indent:22px}
span.span_idalgo_motor_pilot_result_content_line_standing_position{
    text-align: center;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position_value_1 {
    background-color: #840303;
    color: #ffffff;
    font-weight: bold;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position_value_2 {
    background-color: #e4e2dd;
    font-weight: bold;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position_value_3 {
    background-color: #fbfaf9;
    font-weight: bold;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position span,
span.span_idalgo_motor_pilot_result_content_line_standing_position_accident{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_1,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_2,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_3{
    border-radius: 50%;
    margin-top: 1px;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position_accident{font-weight: bold;color: #840303}

span.span_idalgo_motor_pilot_result_content_line_points{font-weight: bold;color: #003978}

div.div_idalgo_motor_pilot_result_content_total{
    position:relative;display:block;
    height:3em;line-height:3em;
    font-weight: bold
}

div.div_idalgo_motor_pilot_result_content_total_text{
    position:absolute;display:block;
    left:0;top:0;
    font-size:0.875em
}

div.div_idalgo_motor_pilot_result_content_total_value{
    position:absolute;display:block;
    right:0;top:0;
    color: #003978;
    font-size:0.875em
}

div.div_idalgo_motor_pilot_result_content_nextrace{
    position:relative;display: block;
    height: 2em;
    line-height:2em;
    font-size:0.75em;
    border-bottom:1px solid #e4e2dd;
}

/* Module/Motor/CSS/TeamIdentity.css ******************************************************/
div.div_idalgo_motor_team_identity{
    position:relative;
    display:block;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px
}
div.div_idalgo_motor_team_identity_content{position:relative}

div.div_idalgo_motor_team_identity_content_line,
div.div_idalgo_motor_team_identity_content_line_address,
div.div_idalgo_motor_team_identity_content_line_pilots{
    position:relative;display:block;
    height: 2em;line-height: 2em;
    border-bottom: 1px solid #e4e2dd;
    text-transform: uppercase;
}

div.div_idalgo_motor_team_identity_content_line_address{
    height:4em;
}
div.div_idalgo_motor_team_identity_content_line_pilots{
    height:auto;
}

span.span_idalgo_motor_team_identity_content_line_label,
span.span_idalgo_motor_team_identity_content_line_address_label,
span.span_idalgo_motor_team_identity_content_line_pilots_label{
    position:absolute;display:block;
    color: #bbb6a8;
    width: 40%;
    height: 100%;
    top:0;left:0;
    font-size:0.875em;
}
span.span_idalgo_motor_team_identity_content_line_label,
span.span_idalgo_motor_team_identity_content_line_address_label,
span.span_idalgo_motor_team_identity_content_line_pilots_label{text-indent:10px;}

span.span_idalgo_motor_team_identity_content_line_value,
span.span_idalgo_motor_team_identity_content_line_address_value{
    position: absolute;display:block;
    top:0;left:40%;
    font-weight: bold;
    color: #3c382f;
    width: 60%;
    height: 100%;
    font-size:0.85em;
    overflow:hidden;
}
a.a_idalgo_motor_team_identity_content_line_value{text-transform:lowercase}
span.span_idalgo_motor_team_identity_content_line_address_value {
    line-height: 1.5em;
    display:flex;align-items: center;
}
span.span_idalgo_motor_team_identity_content_line_value_subinfo{font-weight: normal}

img.img_idalgo_motor_team_identity_content_line_value_country{
    position:absolute;display:block;
    width:16px;height:11px;
    top:50%;margin-top:-6px;
    left:0;
}
img.img_idalgo_motor_team_identity_content_line_value_country+span{margin-left:20px}
span.span_idalgo_motor_team_identity_content_line_pilots_value {
    position: relative;
    display: block;
    float:right;
    width:60%;
    font-size:0.85em;
    padding:10px 0;
    font-weight: bold;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot{
    position:relative;display:block;
    height:50px;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot + div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot {
    margin-top:16px
}
a.a_idalgo_motor_team_identity_content_line_pilots_value_pilot_photo{
    height: 50px;
    width:50px;
    border-radius: 50%;
    overflow:hidden;
    float:left;
    margin-right:15px;
}
img.img_idalgo_motor_team_identity_content_line_pilots_value_pilot_photo{width:100%}

span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_vehicle,
span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_firstname,
img.img_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_picture{
    margin-right: 4px;text-transform:capitalize;
}
a.a_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_lastname{text-transform:capitalize}
span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_name,
span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_firstname{
    font-weight:normal;
}

div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up,
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down{
    position:relative;
    height:25px;line-height:25px;
}

/* Module/Motor/CSS/TeamPilotMatch.css ****************************************************/
div.div_idalgo_motor_pilotmatch_result{position:relative;display:block;margin-bottom:20px;margin-left:10px;margin-right:10px}
div.div_idalgo_motor_pilotmatch_result_content{position:relative;display:block}

div.div_idalgo_motor_pilotmatch_result_content_header,
div.div_idalgo_motor_pilotmatch_result_content_line{
    position:relative;
    height: 3em;line-height:2em;
    border-bottom: 1px solid #e4e2dd;
}

div.div_idalgo_motor_pilotmatch_result_content_header{height:2em;margin-top:30px;}

.idalgo_motor_pilotmatch_mobile{display: none}
.idalgo_motor_pilotmatch_desktop{display: block}

div.div_idalgo_motor_pilotmatch_result_content_line_pilot,
span.span_idalgo_motor_pilotmatch_result_content_header_date,
span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_header_points,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best{
    position:absolute;
    top:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:0.875em;
}
span.span_idalgo_motor_pilotmatch_result_content_header_date,
span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_header_points,
a.a_idalgo_motor_pilotmatch_result_content_line_pilot_name{font-weight: bold}


span.span_idalgo_motor_pilotmatch_result_content_header_date,
div.div_idalgo_motor_pilotmatch_result_content_line_pilot{width:70%;left:0;height:3em}
span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif{width:20%;right:26%;text-align: right}
span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races{width:20%;right:13%;text-align: right}
span.span_idalgo_motor_pilotmatch_result_content_header_points,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points{width:20%;right:0;text-align: right}

img.img_idalgo_motor_pilotmatch_result_content_line_pilot_country{margin-top:18px;}
a.a_idalgo_motor_pilotmatch_result_content_line_pilot_name{
    position: absolute;
    top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.875em;
    height: 100%;
    line-height: 50px;
}

div.div_idalgo_motor_pilotmatch_result_content_line_pilot_picture,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best{margin-top:7px}


a.a_idalgo_motor_pilotmatch_result_content_line_race{text-indent:22px}

span.span_idalgo_motor_pilotmatch_result_content_line_standing_position_accident{font-weight: bold;color: #840303}

span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points{
    font-weight: bold;
    color: #003978
}

div.div_idalgo_motor_pilotmatch_result_content_total{
    position:relative;display:block;
    height:3em;line-height:3em;
    font-weight: bold
}

div.div_idalgo_motor_pilotmatch_result_content_total_text{
    position:absolute;display:block;
    left:0;top:0;
    font-size:0.875em
}

div.div_idalgo_motor_pilotmatch_result_content_total_value{
    position:absolute;display:block;
    right:0;top:0;
    color: #003978;
    font-size:0.875em
}

div.div_idalgo_motor_pilotmatch_result_intro{
    color:#bbb6a8;
    text-align:center;
    height:4em;
    line-height:4em;
    padding:0 25%;
}
div.div_idalgo_motor_pilotmatch_result_intro > span{position:relative;display:block;width:100%;height:4em;line-height:1.4em}

div.div_idalgo_motor_pilotmatch_result_content_line_pilot_picture{
    position:absolute;
    border-radius:50%;
    overflow:hidden;
    height:33px;
    width:33px;
}

img.img_idalgo_motor_pilotmatch_result_content_line_pilot_picture{width: 100%}
img.img_idalgo_motor_pilotmatch_result_content_line_pilot_country{margin-left:45px;margin-right:10px}

.idalgo_picture_qualif{
    background-position:center -217px;
    position:absolute;
    right:27%;
}

.idalgo_picture_races{
    background-position:center -248px;
    position:absolute;
    right:14%;
}

/* Module/Motor/CSS/TeamResult.css ********************************************************/
div.div_idalgo_motor_team_result{position:relative;display:block;margin-bottom:20px;margin-left:10px;margin-right:10px}
ul.ul_idalgo_motor_team_result_filter_nav{margin-bottom:30px}
div.div_idalgo_motor_team_result_content{position:relative;display:block}

div.div_idalgo_motor_team_result_content_header,
div.div_idalgo_motor_team_result_content_line{
    position:relative;
    height: 2.5em;line-height:2.5em;
    border-bottom: 1px solid #e4e2dd;
}

.idalgo_motor_team_mobile{display: none}
.idalgo_motor_team_desktop{display: block}

span.span_idalgo_motor_team_result_content_header_date,
span.span_idalgo_motor_team_result_content_line_date,
span.span_idalgo_motor_team_result_content_header_race,
a.a_idalgo_motor_team_result_content_line_race,
span.span_idalgo_motor_team_result_content_header_pole,
span.span_idalgo_motor_team_result_content_line_pole,
span.span_idalgo_motor_team_result_content_header_standing_1,
span.span_idalgo_motor_team_result_content_header_standing_2,
span.span_idalgo_motor_team_result_content_header_standing_3,
span.span_idalgo_motor_team_result_content_header_standing_4,
span.span_idalgo_motor_team_result_content_line_standing,
span.span_idalgo_motor_team_result_content_header_points,
span.span_idalgo_motor_team_result_content_line_points{
    position:absolute;display: block;
    top:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size:0.875em;
}
span.span_idalgo_motor_team_result_content_header_date,
span.span_idalgo_motor_team_result_content_header_race,
span.span_idalgo_motor_team_result_content_header_pole,
span.span_idalgo_motor_team_result_content_header_standing_1,
span.span_idalgo_motor_team_result_content_header_standing_2,
span.span_idalgo_motor_team_result_content_header_standing_3,
span.span_idalgo_motor_team_result_content_header_standing_4,
span.span_idalgo_motor_team_result_content_header_points{font-weight: bold}


span.span_idalgo_motor_team_result_content_header_date,
span.span_idalgo_motor_team_result_content_line_date{width:20%;left:0}
span.span_idalgo_motor_team_result_content_header_race,
a.a_idalgo_motor_team_result_content_line_race{width:30%;left:20%}
span.span_idalgo_motor_team_result_content_header_pole,
span.span_idalgo_motor_team_result_content_line_pole{width:16.6%;left:50%;text-align: right}
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{
    width:16.6%;
    left:66.6%;
    text-align: right;
    top:50%;
    margin-top:-15px;
}
span.span_idalgo_motor_team_result_content_header_points,
span.span_idalgo_motor_team_result_content_line_points{width:16.6%;left:83.2%;text-align: right}

div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_line_standing_1{left:66%}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_line_standing_2{left:50%}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_line_standing_3{left:34%}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_line_standing_4{left:18%}

/*div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_1.idalgo_motor_pilot_mobile_standing_1{left:85.6%;margin-left:-27px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_2.idalgo_motor_pilot_mobile_standing_2{left:73.6%;margin-left:-27px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_3.idalgo_motor_pilot_mobile_standing_3{left:61.6%;margin-left:-27px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_4.idalgo_motor_pilot_mobile_standing_4{left:49.6%;margin-left:-27px}*/

div.div_idalgo_motor_team_result_content_header span.idalgo_motor_pilot_mobile_standing_1,
div.div_idalgo_motor_team_result_content_header span.idalgo_motor_pilot_mobile_standing_2,
div.div_idalgo_motor_team_result_content_header span.idalgo_motor_pilot_mobile_standing_3,
div.div_idalgo_motor_team_result_content_header span.idalgo_motor_pilot_mobile_standing_4{
    width:27px;height:27px;
}

div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_1{left:82.4%;margin-left:-30px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_2{left:66.4%;margin-left:-30px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_3{left:50.4%;margin-left:-30px}
div.div_idalgo_content_tab_race span.span_idalgo_motor_team_result_content_header_standing_4{left:34.4%;margin-left:-30px}


div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_line_standing_1{left:82%}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_line_standing_2{left:70%}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_line_standing_3{left:58%}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_line_standing_4{left:46%}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_1{left:98.6%;margin-left:-30px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_2{left:86.6%;margin-left:-30px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_3{left:74.6%;margin-left:-30px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_4{left:62.6%;margin-left:-30px}

div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_1.idalgo_motor_pilot_mobile_standing_1{left:98.6%;margin-left:-27px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_2.idalgo_motor_pilot_mobile_standing_2{left:86.6%;margin-left:-27px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_3.idalgo_motor_pilot_mobile_standing_3{left:74.6%;margin-left:-27px}
div.div_idalgo_content_tab_grid span.span_idalgo_motor_team_result_content_header_standing_4.idalgo_motor_pilot_mobile_standing_4{left:62.6%;margin-left:-27px}

span.span_idalgo_motor_team_result_content_header_standing_1,
span.span_idalgo_motor_team_result_content_header_standing_2,
span.span_idalgo_motor_team_result_content_header_standing_3,
span.span_idalgo_motor_team_result_content_header_standing_4{
    border-radius: 50%;
    overflow:hidden;
    height:33px;
}
img.img_idalgo_motor_team_result_content_header_standing_1,
img.img_idalgo_motor_team_result_content_header_standing_2,
img.img_idalgo_motor_team_result_content_header_standing_3,
img.img_idalgo_motor_team_result_content_header_standing_4{
    position:relative;display:block;height:33px;width:33px;
}

img.img_idalgo_motor_team_result_content_header_standing_1.idalgo_motor_pilot_mobile_standing_1,
img.img_idalgo_motor_team_result_content_header_standing_2.idalgo_motor_pilot_mobile_standing_2,
img.img_idalgo_motor_team_result_content_header_standing_3.idalgo_motor_pilot_mobile_standing_3,
img.img_idalgo_motor_team_result_content_header_standing_4.idalgo_motor_pilot_mobile_standing_4 {margin-left:-3px}

.idalgo_motor_team_result_content_starting_grid{color: #bbb6a8}
span.span_idalgo_motor_team_result_content_line_race_countryname{font-weight:bold}
div.div_idalgo_motor_team_result_content img.img_idalgo_motor_team_result_content_line_race_countryflag{
    position:absolute;display:block;
    width:16px;height:11px;
    box-sizing: border-box;
    top:50%;left:0;
    margin-top:-6px;
    border: 1px solid #e4e2dd;
    padding:0}

a.a_idalgo_motor_team_result_content_line_race{text-indent:22px}
span.span_idalgo_motor_team_result_content_line_standing_position{
    text-align: center;
}

span.span_idalgo_motor_team_result_content_line_standing_position_value_1 {
    background-color: #840303;
    color: #ffffff;
    font-weight: bold;
}

span.span_idalgo_motor_team_result_content_line_standing_position_value_2 {
    background-color: #e4e2dd;
    font-weight: bold;
}

span.span_idalgo_motor_team_result_content_line_standing_position_value_3 {
    background-color: #fbfaf9;
    font-weight: bold;
}

span.span_idalgo_motor_team_result_content_line_standing_position span,
span.span_idalgo_motor_team_result_content_line_standing_position_accident{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

span.span_idalgo_motor_team_result_content_line_standing_position span.span_idalgo_motor_team_result_content_line_standing_position_value_1,
span.span_idalgo_motor_team_result_content_line_standing_position span.span_idalgo_motor_team_result_content_line_standing_position_value_2,
span.span_idalgo_motor_team_result_content_line_standing_position span.span_idalgo_motor_team_result_content_line_standing_position_value_3{
    border-radius: 50%;
    margin-top: 1px;
}

span.span_idalgo_motor_team_result_content_line_standing_position_accident{font-weight: bold;color: #840303}

span.span_idalgo_motor_team_result_content_line_points{font-weight: bold;color: #003978}

div.div_idalgo_motor_team_result_content_total{
    position:relative;display:block;
    height:3em;line-height:3em;
    font-weight: bold
}

div.div_idalgo_motor_team_result_content_total_text{
    position:absolute;display:block;
    left:0;top:0;
    font-size:0.875em
}

div.div_idalgo_motor_team_result_content_total_value{
    position:absolute;display:block;
    right:0;top:0;
    color: #003978;
    font-size:0.875em
}

div.div_idalgo_motor_team_result_content_nextrace{
    position:relative;display: block;
    height: 2em;
    line-height:2em;
    font-size:0.75em;
    border-bottom:1px solid #e4e2dd;
}

/** Tabs */
div.div_idalgo_motor_team_result ul.ul_idalgo_nav_tab > li > a{
    height:3em;
    line-height:3em;
}

div.div_idalgo_motor_team_result li.li_idalgo_left{
    width:50%;
}


/* On coupe le 4&deg; */
span.span_idalgo_motor_team_result_content_header_standing_4,
span.span_idalgo_motor_team_result_content_line_standing_4{display:none}

/* Module/Motor/CSS/TeamHeader.css ********************************************************/
div.div_idalgo_motor_team_header{
    position:relative;
    display:block;
    height:250px;
    font-family: Arial,sans-serif;
}

div.div_idalgo_motor_team_header_background_filter{
    position:absolute;
    display:block;
    height:200px;
    width:100%;
    background-color: #000000;
    opacity:0.6;
}

div.div_idalgo_motor_team_header_content{
    position: relative;
    display:block;
    height:80%;
}

div.div_idalgo_motor_team_header_content_left,
div.div_idalgo_motor_team_header_content_right{
    position:absolute;
    display: block;
    height:100%;
}

div.div_idalgo_motor_team_header_content_right {margin-left:240px}

span.span_idalgo_motor_team_header_footer_number{
    font-weight: bold;
    float:left;
    margin-right: 10px;
}

span.span_idalgo_motor_team_header_footer_number,
span.span_idalgo_motor_team_header_footer_country{
    font-size: 1em;
}

div.div_idalgo_motor_team_header_content_left_photo{
    height: 100px;
    margin: 145px 100px 0;
}

div.div_idalgo_motor_team_header_footer{
    margin-right: 10px;
    margin-left: 252px;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
}

img.img_idalgo_motor_team_header_footer_country{
    margin-right: 10px;
    margin-top: 8px;
    border: 2px solid #ffffff;
    z-index: 1;
    float: left;
}

span.span_idalgo_motor_team_header_footer_country{font-weight:bold;float:left}

div.div_idalgo_motor_team_header_content img.img_idalgo_motor_team_header_content_left_photo_picture{
    position: relative;
    display: block;
    height: 100px;
    border-radius: 4px;
    border: 4px solid #ffffff;
    background-color: #ffffff;
}

div.div_idalgo_motor_team_header_content_right_name{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 150px;
    color: #ffffff;
}

span.span_idalgo_motor_team_header_content_right_name_firstname,
span.span_idalgo_motor_team_header_content_right_name_lastname{
    font-size:2em;
    margin-left: 15px;
}

span.span_idalgo_motor_team_header_content_right_name_lastname{
    font-weight:bold;
}

div.div_idalgo_motor_team_header_background{
    position: absolute;
    overflow: hidden;
    height: 200px;
    width: 100%;
    background-color:#003978;
}

img.img_idalgo_motor_team_header_background{
    position: absolute;
    top: 0;
    right: 0;
    height:120%;
    background-repeat: no-repeat;
    background-size:cover;
}

/* Module/Motor/CSS/TeamPalmares.css ******************************************************/
div.div_idalgo_motor_team_palmares{
    position:relative;
    display:block;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px
}

li.li_idalgo_motor_team_palmares_head,
li.li_idalgo_motor_team_palmares,
li.li_idalgo_motor_team_palmares_total{
    position:relative;
    display:block;
    height:2em;
    line-height: 2em;
}

li.li_idalgo_motor_team_palmares_head,
li.li_idalgo_motor_team_palmares{border-bottom:1px solid #e4e2dd}

div.div_idalgo_motor_team_palmares_total,
div.div_idalgo_motor_team_palmares_list{
    position:relative;
    display: block;
    width:100%;
    height:100%
}

span.span_idalgo_motor_team_palmares_head_season,
span.span_idalgo_motor_team_palmares_head_team,
span.span_idalgo_motor_team_palmares_head_race,
span.span_idalgo_motor_team_palmares_head_pole,
span.span_idalgo_motor_team_palmares_head_standing,
span.span_idalgo_motor_team_palmares_head_points,
span.span_idalgo_motor_team_palmares_list_season,
span.span_idalgo_motor_team_palmares_list_team,
span.span_idalgo_motor_team_palmares_list_race,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_text,
span.span_idalgo_motor_team_palmares_total_race,
span.span_idalgo_motor_team_palmares_total_pole,
span.span_idalgo_motor_team_palmares_total_standing,
span.span_idalgo_motor_team_palmares_total_points{
    position:relative;
    display:block;
    height:100%;
    float:left;
    font-size: 0.875em;
    width:16%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

span.span_idalgo_motor_team_palmares_head_team,
span.span_idalgo_motor_team_palmares_list_team{width:26%;font-weight:bold}
span.span_idalgo_motor_team_palmares_head_season,
span.span_idalgo_motor_team_palmares_list_season{width:10%}
span.span_idalgo_motor_team_palmares_total_text{width:36%}

span.span_idalgo_motor_team_palmares_head_race,
span.span_idalgo_motor_team_palmares_head_pole,
span.span_idalgo_motor_team_palmares_head_standing,
span.span_idalgo_motor_team_palmares_head_points,
span.span_idalgo_motor_team_palmares_list_race,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_race,
span.span_idalgo_motor_team_palmares_total_pole,
span.span_idalgo_motor_team_palmares_total_standing,
span.span_idalgo_motor_team_palmares_total_points{
    text-align:right;
}

span.span_idalgo_motor_team_palmares_list_standing_box,
span.span_idalgo_motor_team_palmares_total_standing_box{
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    top:50%;
    margin-top: -14px;
    right:0;
    text-align: center;
    border-radius: 28px;
    font-weight:bold;
}

span.span_idalgo_motor_team_palmares_list_standing_box[data-position="0"]{color:#003978}
span.span_idalgo_motor_team_palmares_list_standing_box[data-position="1"]{background-color: #840303;color:#ffffff}
span.span_idalgo_motor_team_palmares_list_standing_box[data-position="2"]{background-color: #e4e2dd}
span.span_idalgo_motor_team_palmares_list_standing_box[data-position="3"]{background-color:#fbfaf9}

span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_points{color:#003978;font-weight:bold}

div.div_idalgo_motor_team_palmares_total > span{font-weight:bold;font-size:1em}
span.span_idalgo_motor_team_palmares_total_text{text-transform:uppercase}

div.div_idalgo_motor_team_palmares_head > span{font-weight:bold}

span.span_idalgo_motor_team_palmares_head_race_mobile,
span.span_idalgo_motor_team_palmares_head_pole_mobile,
span.span_idalgo_motor_team_palmares_head_standing_mobile,
span.span_idalgo_motor_team_palmares_head_points_mobile{display:none}

/* Module/Football/CSS/CompetitionIdentityPresentation.css ********************************/

div.div_idalgo_content_competition_identity_presentation_content_header {position:relative;display:block;width:100%;height:150px;background-position:center}

div.div_idalgo_content_competition_identity_presentation_content {position:relative;display:block}

ul.ul_idalgo_content_competition_identity_presentation_content_infos {position:relative;display:block;width:100%}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li {position:relative;display:block;height:2em;line-height:2em;width:100%;clear:both; border-top:1px solid #e4e2dd;}
ul.ul_idalgo_content_competition_identity_presentation_content_infos div.div_idalgo_content_competition_identity_presentation_content_infos_date {width:100%;text-align:center;height:2em;line-height:2em;font-size:0.875em}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li div {width:50%;float:left}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li div span {position:relative;display:inline-block;width:50%;text-align:left}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li div span.span_idalgo_content_competition_identity_presentation_label {
    color:#bbb6a8;font-size:0.75em;text-indent:10px}

div.div_idalgo_content_competition_identity_presentation_content_infos_line_host_country span.span_idalgo_content_competition_identity_presentation_value,
div.div_idalgo_content_competition_identity_presentation_content_infos_line_final_stadium span.span_idalgo_content_competition_identity_presentation_value,
a.a_idalgo_content_competition_identity_presentation_content_infos_line_winner {font-size:0.875em}

div.div_idalgo_content_competition_identity_presentation_content_infos_line_edition span.span_idalgo_content_competition_identity_presentation_value,
div.div_idalgo_content_competition_identity_presentation_content_infos_line_stadium span.span_idalgo_content_competition_identity_presentation_value,
div.div_idalgo_content_competition_identity_presentation_content_infos_line_teams span.span_idalgo_content_competition_identity_presentation_value,
div.div_idalgo_content_competition_identity_presentation_content_infos_line_matches span.span_idalgo_content_competition_identity_presentation_value {font-size:1.125em;}

/* Module/Football/CSS/CompetitionPaper.css ***********************************************/

div.div_idalgo_content_football_competition_paper {position:relative;display:block}

/* Module/Football/CSS/CompetitionStadiumList.css *****************************************/

div.div_idalgo_content_football_competition_stadium_list,
div.div_idalgo_competition_stadium_list_content{position: relative}

/** Nav des stadiums **/
div.div_idalgo_competition_stadium_list_content_mobile{display:none}

/** Carte des stades **/
div.div_idalgo_competition_stadium_list_map{position: relative;margin: 30px auto}
div.div_idalgo_competition_stadium_list_map img{width:100%}

/** Div des listes des stades **/
div.div_idalgo_competition_stadium_list_content_list{position:relative;margin-bottom:20px}

/** Stade de la finale **/
div.div_idalgo_competition_stadium_list_content_list_0 div.div_idalgo_competition_stadium_list_stadium_picture{margin-right:30%}
div.div_idalgo_competition_stadium_list_stadium_picture img.img_idalgo_competition_stadium_list_stadium_picture{width:100%;vertical-align:bottom}
div.div_idalgo_competition_stadium_list_content_list_0 div.div_idalgo_competition_stadium_list_stadium_info{position:absolute;top:30px;right:0;width:30%;line-height:2.5em}
div.div_idalgo_competition_stadium_list_content_list_0 ul.ul_idalgo_competition_stadium_list_calendar{border-top:1px solid #e4e2dd}

/** Premiere liste **/
div.div_idalgo_competition_stadium_list_content_list_1 ul li.li_idalgo_competition_stadium_list_content_list_picture{position:relative;width:30%;float:left;margin-left:15px}

/** Premiere liste **/
div.div_idalgo_competition_stadium_list_content_list_2 ul li.li_idalgo_competition_stadium_list_content_list_picture{position:relative;width:23%;float:left;margin-left:9px}

/** Listes **/
ul.ul_idalgo_competition_stadium_list_content_list_info{position:relative;margin-top:15px}
li.li_idalgo_competition_stadium_list_content_list_info{position:relative;border-top:1px solid #e4e2dd}
li.li_idalgo_competition_stadium_list_content_list_info div.div_idalgo_competition_stadium_list_stadium_info{position:absolute;top:10px;left:0;width:30%}
li.li_idalgo_competition_stadium_list_content_list_info ul.ul_idalgo_competition_stadium_list_calendar{margin-left:30%}

/** Image du stade **/
div.div_idalgo_competition_stadium_list_stadium_picture{position:relative}
div.div_idalgo_competition_stadium_list_stadium_picture_action
{
    background-color: rgba(0, 0, 0, 0.6);
    bottom:0;
    right:0;
    cursor: pointer;
    position: absolute;
}

/** Info du stade **/
div.div_idalgo_competition_stadium_list_stadium_info{text-align:center;font-size:0.8em}
div.div_idalgo_competition_stadium_list_stadium_info > span{display:block;line-height:30px}
div.div_idalgo_competition_stadium_list_stadium_info span.span_idalgo_competition_stadium_list_stadium_info_title_order{display:inline;color:#e4e2dd;margin-right:15px}
div.div_idalgo_competition_stadium_list_stadium_info span.span_idalgo_competition_stadium_list_stadium_info_title_name{display:inline;font-weight:bold;text-transform:uppercase}

span.span_idalgo_competition_stadium_list_stadium_info_city,
span.span_idalgo_competition_stadium_list_stadium_info_capacity,
span.span_idalgo_competition_stadium_list_stadium_info_final{margin-left:20px}
span.span_idalgo_competition_stadium_list_stadium_info_nb_match{margin-left:20px;color:#bbb6a8}

/** Calendrier **/
ul.ul_idalgo_competition_stadium_list_calendar{position:relative;margin-top:10px}
ul.ul_idalgo_competition_stadium_list_calendar li.li_idalgo_competition_stadium_list_calendar{position:relative;height:2em;line-height:2em;border-top:1px solid #e4e2dd}
ul.ul_idalgo_competition_stadium_list_calendar li.li_idalgo_competition_stadium_list_calendar:FIRST-CHILD{border-top:none}

div.div_idalgo_competition_stadium_list_calendar_date
{
    position: absolute;display: block;
    top: 0;left: 0;
    height: 100%;width: 20%;
    text-align: center;
    color: #bbb6a8;
    font-size: 0.6875em
}

div.div_idalgo_competition_stadium_list_calendar_match
{
    position: absolute;display: block;
    top: 0;left: 25%;
    width: 70%;height: 100%
}

div.div_idalgo_competition_stadium_list_calendar_match_localteam
{
    position: absolute;display: block;
    top: 0;left: 0;
    width: 40%;height: 100%
}

img.img_idalgo_competition_stadium_list_calendar_match_localteam
{
    position: absolute;
    display: block;
    width: 16px;height: 11px;
    top: 50%;left: 10px;
    margin-top: -6px;
}

a.a_idalgo_competition_stadium_list_calendar_match_localteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_localteam_shortname,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_shortname
{
    position: relative;display: block;
    width: 80%;
    text-transform: uppercase;
    text-align: center;
    color: #3c382f;
    font-size: 0.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
a.a_idalgo_competition_stadium_list_calendar_match_localteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_localteam_shortname{padding-left: 35px;}

div.div_idalgo_competition_stadium_list_calendar_match_score
{
    position: absolute;display: block;
    top: 0;left: 40%;
    width: 20%;height: 100%;
    text-align: center
}

a.a_idalgo_competition_stadium_list_calendar_match_score{text-decoration:none}

div.div_idalgo_competition_stadium_list_calendar_match_visitorteam
{
    position: absolute;display: block;
    top: 0;left: 60%;
    width: 40%;height: 100%
}

img.img_idalgo_competition_stadium_list_calendar_match_visitorteam
{
    position: absolute;
    display: block;
    width: 16px;
    height: 11px;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}

a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_shortname{padding-right: 35px}

a.a_idalgo_competition_stadium_list_calendar_match_localteam_shortname,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_shortname{display:none}

/* Module/Pattern/CSS/CompetitionPresentationTeamList.css *********************************/

div.div_idalgo_content_competition_presentation_team_list{position:relative;display:block}

div.div_idalgo_competition_presentation_team_list_content_link{position:relative;display:block;text-align:center;height:30px;line-height:30px}
a.a_idalgo_competition_presentation_team_list_content_link{position:relative;display:inline-block;color:#840303;margin-left:30px;padding-right:30px}

a.a_idalgo_competition_presentation_team_list_content_link div.idalgo_sprite {position:absolute;right:0;top:0px}

/* Module/Football/CSS/CompetitionHistoryPresentation.css *********************************/

div.div_idalgo_content_football_competition_history_presentation{position:relative}
div.div_idalgo_content_football_competition_history_presentation div.div_idalgo_content_competition_history_presentation{position:relative}
/** Suppression de la navigation en format PC **/
span.span_idalgo_content_competition_history_presentation_next,
span.span_idalgo_content_competition_history_presentation_previous{display:none}
/** Lien **/
div.div_idalgo_competition_history_presentation_see_all {height:30px;line-height:30px;text-align:center}
div.div_idalgo_competition_history_presentation_see_all a{display:inline-block;margin-left:30px;padding-right:30px;position:relative;color:#840303}
div.div_idalgo_competition_history_presentation_see_all a div{position:absolute;right:0;top:0}
/** Listes des logos **/
ul.ul_idalgo_competition_history_presentation{text-align:center}
ul.ul_idalgo_competition_history_presentation li.li_idalgo_competition_history_presentation{position:relative;display:block;float:left;height:150px;width:25%;border-bottom:1px solid #fbfaf9;margin-top:20px}
ul.ul_idalgo_competition_history_presentation li.li_idalgo_competition_history_presentation a.a_idalgo_competition_history_presentation:hover{color:#003978;text-decoration:none}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_title{position:relative;display:block}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_title span{position:relative;display:block;height:30px;line-height:30px;width:50px;padding-right:30px;left:50%;margin-left:-25px;box-sizing:content-box}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_title span div{position:absolute;right:10px;top:1px}

/** Cercle sur les logos **/
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_logo{
    position:relative;
    left:50%;
    margin-left:-45px;
    margin-top:10px;
    border:1px solid #fbfaf9;
    border-radius: 50px;
    display: block;
    width: 96px;
    height: 96px;
}
ul.ul_idalgo_competition_history_presentation li a.a_idalgo_competition_history_presentation:hover div.div_idalgo_competition_history_presentation_logo{border-width:4px;height:88px;width:88px}
ul.ul_idalgo_competition_history_presentation li a.a_idalgo_competition_history_presentation:hover div.div_idalgo_competition_history_presentation_logo img{margin:11px}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_logo img{margin:15px}

/* Module/Sport/CSS/WidgetResultStandard.css **********************************************/
/* MATCH LIST */
ul.ul_idalgo_sport_widget_result_standard{display:none}
ul.ul_idalgo_sport_widget_result_standard[data-selected="1"]{position:relative;display:block}

/* MATCH - DATE TITLE */
li.li_idalgo_sport_widget_result_standard_date{
    margin:10px 0 5px 0;height:16px;
    border-style:solid;border-color:#3c382f;border-width:0 0 1px 0;
    line-height:16px;font-size:0.6875em;font-weight:bold;text-transform:capitalize;padding:0 5px}

/* MATCH */
li.li_idalgo_sport_widget_result_standard_match{
    border-style:solid;border-color:#e4e2dd;border-width:0 1px 1px 1px}
li.li_idalgo_sport_widget_result_standard_match:nth-child(even) div.div_idalgo_sport_dom_match_versus{background-color:#fbfaf9}

/* Module/Sport/CSS/WidgetStandingStandard.css ********************************************/
div.div_idalgo_widget_standing_standard{position:relative;}
div.div_idalgo_widget_standing_standard_content{
    padding-bottom:1px;
    position:relative;
    z-index:1;
}
div.div_idalgo_widget_standing_standard div.div_idalgo_dom_sport_standing ul.ul_idalgo_nav_tab > li {width:33%}
div.div_idalgo_widget_standing_standard ul.ul_idalgo_nav_tab > li > a {
    height:25px;
    line-height:27px;
    text-overflow: ellipsis;
}

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

/* Module/Football/CSS/WidgetMatchStats.css ***********************************************/

div.div_idalgo_widget_football_match_stats{position:relative}

/*********************************** Header *********************************/
    div.div_idalgo_widget_header {position:relative;height:120px;background-color: #F5F5F5;padding:10px 0;margin-bottom:10px}
    div.div_idalgo_widget_header_name{position:relative;height:32px;margin-bottom: 10px;clear:both}
    div.div_idalgo_widget_header_name > div{float:left;position:relative;text-align:center}

    div.div_idalgo_widget_header_name_local,
    div.div_idalgo_widget_header_name_visitor{width:40%;height:32px;font-size:0.9em}
    div.div_idalgo_widget_header_name_competition{width:19%;height:40px}

    div.div_idalgo_widget_header_logo{position:relative;clear:both;height:60px;margin-bottom:6px}
    div.div_idalgo_widget_football_match_stats div.div_idalgo_widget_header_logo {margin-top:20px}
    div.div_idalgo_widget_header_logo div.div_idalgo_widget_header_logo_local,
    div.div_idalgo_widget_header_logo div.div_idalgo_widget_header_logo_visitor {float:left;width:40%}

        div.div_idalgo_widget_football_match_stats_header_logo_local,
        div.div_idalgo_widget_football_match_stats_header_logo_visitor
        {
            text-align:center;
        }

        div.div_idalgo_widget_football_match_stats_header_logo_local img,
        div.div_idalgo_widget_football_match_stats_header_logo_visitor img
        {
            position:relative;
            width:55px;height:55px;
            background-position:center center;
            background-repeat:no-repeat;
        }

        div.div_idalgo_widget_football_match_stats_header_logo_live{margin-top:10px;width:19%;float:left;text-align:center}
        div.div_idalgo_widget_football_match_stats_header_logo_live span
        {background-color: #4db103;border:1px solid white;color:white;padding:5px}

        div.div_idalgo_widget_football_match_stats_header_logo_live span.span_idalgo_widget_football_match_stats_header_logo_live_half
        {background-color: #ff6600}

        div.div_idalgo_widget_football_match_stats_header_logo_live span.span_idalgo_widget_football_match_stats_header_logo_live_end
        {background-color: #840303}

        div.div_idalgo_widget_header_card{width:100%;height:20px;position:relative}

        div.div_idalgo_widget_header_card_local
        {left:20%;height:20px;position:absolute}
        div.div_idalgo_widget_header_card_visitor
        {left:79%;height:20px;position:absolute}

        div.div_idalgo_widget_header_card_local div.div_idalgo_widget_header_card_local_inner,
        div.div_idalgo_widget_header_card_visitor div.div_idalgo_widget_header_card_visitor_inner
        {left:-50%;position:relative;top:5px}

        div.div_idalgo_widget_header_card_local div.div_idalgo_widget_header_card_local_inner div,
        div.div_idalgo_widget_header_card_visitor div.div_idalgo_widget_header_card_visitor_inner div
        {float:left;width:6px;height:9px;margin-right:5px;margin-bottom:2px}

        div.div_idalgo_widget_header_card_local .idalgo_yellow_card,
        div.div_idalgo_widget_header_card_visitor .idalgo_yellow_card {background-color:#FBDC05}

        div.div_idalgo_widget_header_card_local .idalgo_red_card,
        div.div_idalgo_widget_header_card_visitor .idalgo_red_card {background-color:#FF0000}


/*********************************** Content *********************************/
div.div_idalgo_widget_football_match_stats_content{position:relative;color:#B4B4B4;width:100%;overflow: hidden;}

div.div_idalgo_widget_football_match_stats_content_view{position:relative;display:block;height:200px;width:300px;margin:0 auto;overflow: hidden;}
ul.ul_idalgo_widget_football_match_stats_content_view{position:absolute;display:block;left:0;top:0;height:200px;width:4000px}
li.li_idalgo_widget_football_match_stats_content_view{position:relative;text-align:center;float:left;width:300px;height:200px;overflow:hidden}
    div.div_idalgo_widget_football_match_stats_content_view_element{position:relative;display:block;width:300px;height:100%;margin:0;}

    div.div_idalgo_widget_content_title{position:relative;height:20px;line-height:20px;text-align:center;text-transform:uppercase;color: #3c382f}
    div.div_idalgo_widget_content_view_stats_review div.div_idalgo_widget_content_title{width:99%}

/*********************************** First view - Possession *********************************/
div.div_idalgo_widget_content_view_possession_circle{position:relative;height:90%}
/*********************************** Construction des cerlces *********************************/
        div.div_idalgo_local_possession
        {
            width:110px;
            height:110px;
            border-radius:50%;
            border: 3px solid #B4B4B4;
            position:absolute;
            right:-50%;
            margin-right:0px;
            top:40px;
        }
        div.div_idalgo_local_possession span.span_idalgo_possession
        {
            display:block;
            width:104px;
            height:104px;
            border-radius:50%;
            border: 3px solid white;
            line-height:104px;
            font-size:0
        }
        div.div_idalgo_visitor_possession
        {
            width:110px;
            height:110px;
            border-radius:50%;
            border: 3px solid #B4B4B4;
            position:absolute;
            left:-50%;
            margin-left:0px;
            top:40px;
        }
        div.div_idalgo_visitor_possession span.span_idalgo_possession
        {
            display:block;
            width:104px;
            height:104px;
            border-radius:50%;
            border: 3px solid white;
            line-height:104px;
            font-size:0
        }
/*********************************** Background des views *********************************/
div.div_idalgo_widget_content_view_passes_background,
div.div_idalgo_widget_content_view_shots_background,
div.div_idalgo_widget_content_view_shots_on_target_background,
div.div_idalgo_widget_content_view_corner_kicks_background,
div.div_idalgo_widget_content_view_offsides_background,
div.div_idalgo_widget_content_view_fouls_background
{position:relative;width:100%;background-position: center bottom;background-repeat: no-repeat;height:90%}

/*********************************** View *********************************/
div.div_idalgo_local_passes,
div.div_idalgo_visitor_passes,
div.div_idalgo_local_shots,
div.div_idalgo_visitor_shots,
div.div_idalgo_local_shots_on_target,
div.div_idalgo_visitor_shots_on_target,
div.div_idalgo_local_corner_kicks,
div.div_idalgo_visitor_corner_kicks,
div.div_idalgo_local_offsides,
div.div_idalgo_visitor_offsides,
div.div_idalgo_local_fouls,
div.div_idalgo_visitor_fouls
{
    position:absolute;
    width:40px;
    height:40px;
    border: 2px solid #B4B4B4;
    border-radius:50%;
}
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_passes,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots_on_target,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_corner_kicks,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_offsides,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_fouls
{
    display:block;
    width:36px;
    height:36px;
    line-height:36px;
    border: 2px solid white;
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.80)
}

/*********************************** Second view - Passes *********************************/
div.div_idalgo_local_passes
{
    top:10px;
    margin-right:5px;
    right:50%;
}
div.div_idalgo_visitor_passes
{
    top:10px;
    margin-left:5px;
    left:50%;
}
/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_passes_bigger
{
    top:5px;
    width:50px;
    height:50px;
    margin-right:10px;
}
div.div_idalgo_visitor_passes_bigger
{
    top:5px;
    width:50px;
    height:50px;
    margin-left:10px;
}

div.div_idalgo_widget_football_match_stats_content span.span_idalgo_passes_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_corner_kicks_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_offsides_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_fouls_bigger
{
    width:46px;
    height:46px;
    line-height:46px;
    font-size:2em;
}

/*********************************** Third view - Shots *********************************/
div.div_idalgo_local_shots
{
    top:45px;
    margin-right:5px;
    right:50%;
}
div.div_idalgo_visitor_shots
{
    top:45px;
    margin-left:5px;
    left:50%;
}
/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_shots_bigger
{
    top:40px;
    width:50px;
    height:50px;
    margin-right:5px;
}
div.div_idalgo_visitor_shots_bigger
{
    top:40px;
    width:50px;
    height:50px;
    margin-right:5px;
}

div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_corner_kicks_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_offsides_bigger,
div.div_idalgo_widget_football_match_stats_content span.span_idalgo_fouls_bigger
{
    width:46px;
    height:46px;
    line-height:46px;
    font-size:2em;
}

/*********************************** Fourth view - Shots on target *********************************/
div.div_idalgo_local_shots_on_target,
div.div_idalgo_visitor_shots_on_target
{
    width:35px;
    height:35px;
}
div.div_idalgo_local_shots_on_target
{
    top:45px;
    margin-right:5px;
    right:50%;
}
div.div_idalgo_visitor_shots_on_target
{
    top:45px;
    margin-left:5px;
    left:50%;
}

div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots_on_target
{
    display:block;
    width:31px;
    height:31px;
    line-height:31px;
}

/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_shots_on_target_bigger
{
    top:40px;
    width:45px;
    height:45px;
    margin-right:0px;
}
div.div_idalgo_visitor_shots_on_target_bigger
{
    top:40px;
    width:45px;
    height:45px;
    margin-left:0px;
}

div.div_idalgo_widget_football_match_stats_content span.span_idalgo_shots_on_target_bigger
{
    width:41px;
    height:41px;
    line-height:41px;
    font-size:2em;
}

/*********************************** Fith view - Corner kicks *********************************/
div.div_idalgo_local_corner_kicks
{
    top:25px;
    margin-right:10px;
    right:50%;
}
div.div_idalgo_visitor_corner_kicks
{
    top:25px;
    margin-left:10px;
    left:50%;
}
/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_corner_kicks_bigger
{
    top:20px;
    width:50px;
    height:50px;
    margin-right:5px;
}
div.div_idalgo_visitor_corner_kicks_bigger
{
    top:20px;
    width:50px;
    height:50px;
    margin-left:5px;
}
/*********************************** Sixth view - Offsides *********************************/
div.div_idalgo_local_offsides
{
    top:45px;
    margin-right:40px;
    right:50%;
}
div.div_idalgo_visitor_offsides
{
    top:45px;
    margin-left:5px;
    left:50%;
}
div.div_idalgo_local_offsides span.span_idalgo_offsides,
div.div_idalgo_visitor_offsides span.span_idalgo_offsides
{
    background-color:rgba(255, 255, 255,1);
}
/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_offsides_bigger
{
    top:40px;
    width:50px;
    height:50px;
    margin-right:30px;
}
div.div_idalgo_visitor_offsides_bigger
{
    top:40px;
    width:50px;
    height:50px;
    margin-left:15px;
}
/*********************************** seventh view - Fouls *********************************/
div.div_idalgo_local_fouls
{
    top:30px;
    margin-right:5px;
    right:50%;
}
div.div_idalgo_visitor_fouls
{
    top:30px;
    margin-left:5px;
    left:50%;
}
/*********************************** Cas du cercle plus grand *********************************/
div.div_idalgo_local_fouls_bigger
{
    top:25px;
    width:50px;
    height:50px;
    margin-right:5px;
}
div.div_idalgo_visitor_fouls_bigger
{
    top:25px;
    width:50px;
    height:50px;
    margin-left:5px;
}

/*********************************** eigth view - Stats review *********************************/
div.div_idalgo_widget_content_review {height: 90%}
div.div_idalgo_widget_content_review_line {position:relative;height:1.5em;line-height:1.5em;border-bottom:1px solid #F5F5F5;}
div.div_idalgo_widget_content_review_line > div {float:left;height:100%;overflow:hidden;text-transform: uppercase;}
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_local,
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_visitor{width:33%}
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_stat   {width:34%}
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_local span,
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_visitor span{font-size:1.25em}
div.div_idalgo_widget_content_review_line div.div_idalgo_widget_content_review_line_stat span{font-size:0.9em}
div.idalgo_bold_stat{color:#3c382f}

/*********************************** Navigation *********************************/
    div.div_idalgo_widget_football_match_stats_content div.div_idalgo_widget_content_navigation{
        position:relative;height:70px;width:300px;margin:20px auto 0 auto}
    div.div_idalgo_widget_football_match_stats_content div.div_idalgo_widget_content_navigation_switch
    {position:absolute;height:20px;left:50%;top:0}
    div.div_idalgo_widget_football_match_stats_content div.div_idalgo_widget_content_navigation_switch_inner
    {height:20px;left:-50%;position:relative}
    div.div_idalgo_widget_football_match_stats_content div.div_idalgo_widget_content_navigation_button
    {text-align:center;height:50px;width:100%;position:relative;top:23px}
    div.div_idalgo_widget_content_navigation_button div.idalgo_sprite_button
    {
        height:50px;width:50px;
        margin:0 auto;
        cursor:pointer;
    }

    div.div_idalgo_widget_content_navigation_switch div.idalgo_sprite_switch
    {float:left;height:20px;width:15px;cursor:pointer}

    div.div_idalgo_widget_content_navigation_switch div.div_idalgo_button_active{background-position:center -2952px}

/* Module/Common/CSS/LiveBloggingTopNews.css **********************************************/
div.div_idalgo_content_live_blogging_top_news {position:relative}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title {height:2em;position:relative;padding:0;margin-left:18px}
span.span_idalgo_content_live_blogging_top_news_title_head{
    left:0;
    font-weight: bold;
    line-height: 2em;
    padding-left:2px;
    position: absolute;
    text-transform: uppercase;
    font-size:1em;
    color:#003978
}

span.span_idalgo_content_live_blogging_top_news_title {display:none}

div.div_idalgo_content_live_blogging_top_news .idalgo_live_blogging_top_news_hide{display:none}

div.div_idalgo_content_live_blogging_top_news_title_action{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 45px;
    z-index:1;
}

div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging {margin-top:-20px;margin-bottom:20px;margin-left:18px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_title{display:none}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin-left:0}

span.span_idalgo_content_live_blogging_content_title_top_news{display:none}

/** Supprime un padding pour le widget large **/
div.div_idalgo_content_live_blogging_top_news + div.div_idalgo_content_live_blogging,
div.div_idalgo_content_live_blogging_top_news + div.div_idalgo_content_live_blogging > div.div_idalgo_content_live_blogging{padding-top:0}

div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_social{display:none}

div.div_idalgo_content_live_blogging_top_news div.span_idalgo_content_live_blogging_content_content_text{margin-right:30px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards_hashtag_title{margin-right:45px}

div.div_idalgo_content_live_blogging_top_news ul[data-closed="1"] div.div_idalgo_content_live_blogging_content_content_text{display:none}

div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_action,
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards_hashtag_action{
    position:relative;
    height:30px;
    text-align:center;
    width:100%;
    display:block;
}

div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_content_action,
div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_cards_hashtag_action{
    position:absolute;
    display:block;
    right:10px;
    cursor:pointer;
}

div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_cards_hashtag_action{
    bottom:40px
}

div.div_idalgo_content_live_blogging_content_content{margin-bottom:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_text{padding-bottom:0}

/* Module/Common/CSS/LiveBloggingScoreBoard.css *******************************************/

div.div_idalgo_content_live_blogging_score_board{position:relative}
div.div_idalgo_content_live_blogging_score_board_status{
    position:relative;display:block;
    text-align:center;
    color:#3c382f;
    font-size:1.2em;
    font-weight: bold;
    height:3em;
    line-height:3em;
    border-top:1px solid #e4e2dd
}
div.div_idalgo_content_live_blogging_score_board_content{
    position:relative;display:block;
    border-top:1px solid #e4e2dd;
    height:9.3125em;
    text-align:center;
    z-index:10
}
div.div_idalgo_content_live_blogging_score_board_content_local{
    position:absolute;display:block;
    left:0;top:0;
    width:40%;height:100%;
    overflow:hidden;
}

img.img_idalgo_content_live_blogging_score_board_content_cnt{
    margin-top:4px;
}
span.span_idalgo_content_live_blogging_score_board_content_local{
    display:block;
    font-size:1.5em;
    font-weight:bold;
    line-height:0.9em;
}
div.div_idalgo_content_live_blogging_score_board_content_visitor{
    position:absolute;display:block;
    right:0;top:0;
    width:40%;height:100%;
    overflow:hidden;
}
div.div_idalgo_content_live_blogging_score_board_content_local_cnt,
div.div_idalgo_content_live_blogging_score_board_content_visitor_cnt{
    margin:25px auto 8px auto;
    background-color:white;
    width:66px;height:66px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
img.img_idalgo_content_live_blogging_score_board_content_visitor_cnt{
    margin-top:4px;
}
span.span_idalgo_content_live_blogging_score_board_content_visitor{
    display:block;
    font-size:1.5em;
    line-height:0.9em;
    font-weight:bold;
}
div.div_idalgo_content_live_blogging_score_board_content_center_score{
    position:absolute;display:block;
    height:50px;width:100%;
    top:50%;margin-top:-0.7em;
    left:0;
    font-weight:bold;
    font-size:3em;
    line-height:0.8em;
    text-align:center;
    transition: 2s;
}
span.span_idalgo_content_live_blogging_score_board_content_center_score_local{
    position:absolute;
    right:50%;top:0;
    margin-right:15px;
}
span.span_idalgo_content_live_blogging_score_board_content_center_score_visitor{
    position:absolute;
    left:50%;top:0;
    margin-left:15px;
}

div.div_idalgo_content_live_blogging_score_board_content_local_cnt img,
div.div_idalgo_content_live_blogging_score_board_content_visitor_cnt img {
    position:relative;display:block;
    width:100%;
}

/* Module/Pattern/CSS/LiveBloggingMenu.css ************************************************/
div.div_idalgo_content_live_blogging_navigation + #idalgo_content_live_blogging_menu {
    margin-top:2em
}

div.div_idalgo_content_live_blogging_menu ul.ul_idalgo_nav > li > span.span_navtab_badge {
    color: #003978;
    font-weight: bold;
    background-color: #ffffff;
    font-size: 14px;
    right: 6%;
    border: none;
    border-radius: 0;
    width: auto;
    padding: 0 2px 0 2px;
}

div.div_idalgo_content_live_blogging_menu ul.ul_idalgo_nav_tab > li {width:50%;max-width:120px}
div.div_idalgo_content_live_blogging_menu ul.ul_idalgo_nav_tab > li > a {
    height:25px;
    line-height:27px;
    text-overflow: ellipsis;
}

/* Module/Tennis/CSS/FinalLegPopup.css ****************************************************/
div.div_idalgo_finalleg_popup_round_list_match_more_feature {padding: 2px 3px; height: 14px;}
div.div_idalgo_finalleg_popup_round_list_match_more_link_feature_score {display: inline-block;position: absolute;right:6px;}
span.span_idalgo_finalleg_popup_round_list_match_more_link_feature_score {padding: 0 3px;}
span.span_idalgo_finalleg_popup_round_list_match_more_link_feature_name {background-repeat: no-repeat; padding-left: 22px;background-repeat: no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 73px;
    display: inline-block;
    position: absolute;
background-position: left center}
div.div_idalgo_finalleg_popup_round_list_match_more_link_feature_match {border-top:1px solid #ffffff;}
div.div_idalgo_finalleg_popup_round_list_match_more_link_feature_match_first {border-top:none;}

/** Gestion doubles tennis **/
div.div_idalgo_finalleg_popup_tennis_double span.span_idalgo_finalleg_popup_round_list_match_feature_name {text-indent: 5px;width:90%}
div.div_idalgo_finalleg_popup_tennis_double span.span_idalgo_finalleg_popup_round_list_match_more_link_feature_name {padding-left: 5px;width:45%}
div.div_idalgo_finalleg_popup_tennis_nation span.span_idalgo_finalleg_popup_round_list_match_more_link_feature_name {padding-left: 22px}

/* Module/Sport/CSS/MatchGamesVersus.css **************************************************/
div.div_idalgo_dom_match_games_versus_match{position:relative;display:block;height:4.8em;line-height:4.8em;}

div.div_idalgo_dom_match_games {border-bottom: 1px solid #e4e2dd}
li.li_idalgo_dom_match_games div.div_idalgo_dom_match_games:last-child {border: none}

div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_visitorteam{
    position:absolute;display:block;
    width:auto;height:auto;
    top:50%;margin-top:-16px;
    border:1px solid #e4e2dd;
}

div.div_idalgo_dom_match_games_versus_match_localteam span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_games_versus_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix {
    position: absolute;display: block;width: 100%;
    height: 2em;line-height: 2em;
    bottom: 0;right:15px;
    font-size: 0.875em;
    color: #003978;font-weight: bold;
}

div.div_idalgo_dom_match_games_versus_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix {
    right:auto;left:15px;
}

div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score{
    font-size:18px;
}

div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score{
    background-color:#4db103;
    border-color:#4db103;
}
div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score{color:#ffffff}
div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_score_status{display:none}
div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_status_1 div.div_idalgo_score_square_score_opacity{opacity:0.5;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);}

div.div_idalgo_dom_match_games_versus div.idalgo_dom_match_winner {font-weight: bold;}

div.div_idalgo_dom_match_games_versus[data-status="9"] div.div_idalgo_dom_match_games_versus_match span.span_idalgo_score_square_score{
    background-color:#ff6600;
    border-color:#ff6600
}

div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_score_opacity-in{transform: rotate3d(0,1,0, 90deg);}
div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_score_opacity-out{transform: rotate3d(0,0,0, 0deg);}

div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score{perspective: 80px}
div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score_visitor div.div_idalgo_score_square_score_opacity-in-go {
    transform-origin: 0% 0%;
    animation: idalgo-in-left 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score_local div.div_idalgo_score_square_score_opacity-in-go {
    transform-origin: 100% 0%;
    animation: idalgo-in-right 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score_visitor div.div_idalgo_score_square_score_opacity-out-go {
    transform-origin: 0% 0%;
    animation: idalgo-out-left 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games_versus span.span_idalgo_score_square_score_local div.div_idalgo_score_square_score_opacity-out-go {
    transform-origin: 100% 50%;
    animation: idalgo-out-right 750ms ease 0ms 1 forwards;
}

@keyframes idalgo-in-left {
    from {transform: rotate3d(0,1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-in-right{
    from {transform: rotate3d(0,-1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-out-left {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,1,0, 104deg)}}
@keyframes idalgo-out-right {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,-1,0, 104deg)}}


div.div_idalgo_dom_match_games_versus div.div_idalgo_score_square_score{perspective: 80px;transform-style: preserve-3d}

span.span_idalgo_score_square_score_local.span_idalgo_score_square_score-anime{
    transform-origin:0% 0%;
    transform: rotate3d(1, -0.5, 0, 0deg);
    animation: idalgo-out-top-left 1.1s ease 0ms 1 forwards;
}
@keyframes idalgo-out-top-left {
    0% {transform: rotate3d(1, -0.5, 0, 0deg)}
    30% {opacity:1}
    100%   {transform: rotate3d(1, -0.5, 0, 65deg);opacity:0}}

span.span_idalgo_score_square_score_visitor.span_idalgo_score_square_score-anime{
    transform-origin:100% 0%;
    transform: rotate3d(1, 0.5, 0, 0deg);
    animation: idalgo-out-top-right 1.1s ease 0ms 1 forwards;
}
@keyframes idalgo-out-top-right {
    0% {transform: rotate3d(1, 0.5, 0, 0deg)}
    30% {opacity:1}
    100%   {transform: rotate3d(1, 0.5, 0, 65deg);opacity:0}}

/* Module/Sport/CSS/Color.css *************************************************************/
.idalgo_color_gold{color:#D2B037}
.idalgo_color_silver{color:#C7C7C7}
.idalgo_color_bronze{color:#B57949}
.idalgo_color_total{color:#003978}

.idalgo_color_gold_bk{background-color: #D2B037}
.idalgo_color_silver_bk{background-color:#C7C7C7}
.idalgo_color_bronze_bk{background-color:#B57949}
.idalgo_color_total_bk{background-color:#003978}

/* Module/Sport/CSS/MainGamesPodium.css ***************************************************/
div.div_idalgo_games_podium {position: relative;display: block}
    div.div_idalgo_games_podium_result {position: relative;display: block;height: 2em;line-height: 2em}
    div.div_idalgo_games_podium_result_person{
        position:absolute;display:block;
        top:0;left:12px;
        height:40px;width:40px;
    }
    div.div_idalgo_games_podium_result_person_img{
        position:absolute;display:block;
        height:40px;width:40px;
        border-radius:50%;
        background-color:#e4e2dd;
        overflow: hidden;
    }
    img.img_idalgo_games_podium_result_person_img{width:100%}
    div.div_idalgo_games_podium_result_position {position: absolute;display: block;left:30px;width: 30px;height: 100%}
    div.div_idalgo_games_podium_result_position span.idalgo_picture_medal {
        height: 24px;line-height: 20px;width: 24px;box-sizing: border-box;
        margin-top:-12px;text-align: center;
        color: #ffffff;font-size: 0.75em
    }

/** Avec Resultats **/
ul.ul_idalgo_games_podium_result_list_participant {position: absolute;display: block;width: auto;top:5px;left:85px;right:30px;overflow: hidden}
    li.li_idalgo_games_podium_result_list_participant_content {position: relative;display: block;height: 1.5em;line-height: 1.5em}
li.li_idalgo_games_podium_result_list_participant_content img.img_idalgo_games_podium_result_list_participant_content_country {
    position: relative;display: block;
    float: left;top:5px;
    border: 1px solid #e4e2dd
}
    div.div_idalgo_games_podium_result_list_participant_content_data {position: relative;display: block;font-size: 0.75em;margin-left:5px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
    div.div_idalgo_games_podium_result_list_participant_content_data span {margin-left:25px;text-transform: uppercase;font-weight: bold}

    div.div_idalgo_games_podium_result_person:after{
        position:absolute;display:block;
        bottom:-10px;left:50%;
        margin-left:-15px;
        content:'';
        width: 30px;
        height: 2px;
        -webkit-filter: blur(2px);
        filter: blur(2px);
        background-color: #645f4f;
    }


 /** A venir **/
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result{
    position:absolute;display:block;
    top:0;
    height:60px;width:33%;
}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_1{left:0}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_2{left:50%;margin-left:-54px}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_3{right:0}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_person {position: relative;display: block;margin: 0 auto;left:0}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_position {left:10px;height: auto}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_result_position span.idalgo_picture_medal {margin-top:-25px}

div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_infos{
    position: absolute;display: block;
    top: 70px;
    height: 64px;
    width:100%;
}
div.div_idalgo_widget_podium_content_event_list_final_content_not_started div.div_idalgo_games_podium_infos span {
    position: relative;display: block;
    height: 2em;
    width:100%;
    text-align: center;
}

span.span_idalgo_games_podium_infos_txt {font-size: 0.75em}
span.span_idalgo_games_podium_infos_cnt {font-size: 2.125em}

/** EQUIPE **/
div.div_idalgo_widget_podium_content_event_list_final_content_team div.div_idalgo_games_podium_result_noc {
    position: absolute;display: block;
    font-size: 0.75em;text-transform: uppercase;
    font-weight: bold;
    left:140px;width:140px;
    overflow:hidden;
}

/** DOUBLE (DUO) **/
li.li_idalgo_games_podium_result_list_participant_content.idalgo_podium_participant_double {
    height: 1em;line-height: 1em;
}

li.idalgo_podium_participant_double img.img_idalgo_games_podium_result_list_participant_content_country {position: absolute;top:1px}
li.idalgo_podium_participant_double div.div_idalgo_games_podium_result_list_participant_content_data {margin-left:45px}
li.idalgo_podium_participant_double div.div_idalgo_games_podium_result_list_participant_content_data span {margin-left:0}

li.idalgo_podium_participant_double div.div_idalgo_games_podium_result_list_participant_content_data {
    overflow: visible;white-space: normal;
}

/* Module/Sport/CSS/Round.css *************************************************************/

div.div_idalgo_sport_result_round_node{position:relative;}
div.div_idalgo_sport_result_round_node_date{position:relative;height:2em;line-height:2em;background-color:#fbfaf9;overflow:hidden;}
span.span_idalgo_sport_result_round_node_date_hour{
    position:absolute;display:block;
    width:61px;height:100%;
    top:0;left:0;
    font-size:0.875em;
    text-align:center;
    color:#645f4f;
}
img.img_idalgo_sport_result_round_node_date_logo{
    position:absolute;display:block;
    width:33px;height:66px;
    top:0px;left:61px;
    background-color:#003978;
}
img.img_idalgo_sport_result_round_node_date_logo_2{top:-33px;}
a.a_idalgo_sport_result_round_node_date{
    position:absolute;display:block;
    height:100%;
    top:0;left:103px;
}
a.a_idalgo_sport_result_round_node_date:hover{
    color:#003978;
    cursor:pointer;
}
span.span_idalgo_sport_result_round_node_date_sport{
    font-size:0.8888em;
    text-transform:uppercase;
}
span.span_idalgo_sport_result_round_node_date_status{
    position:absolute;display:block;
    width:200px;height:100%;
    top:0;right:0;
    text-align:center;
    font-size:1.475em;
    color:#e4e2dd;
    text-transform:uppercase;
}
div.div_idalgo_sport_result_round_node_event{position:relative;height:2em;line-height:2em;}
span.span_idalgo_sport_result_round_node_event_category{
    position:absolute;display:block;
    width:61px;height:100%;
    top:0;left:0;
    text-align:center;
    color:#003978;
    font-size:0.6888em;
}
span.span_idalgo_sport_result_round_node_event_event{
    position:absolute;display:block;
    height:100%;
    top:0;left:61px;
    font-size:0.813em;
    font-weight:bold;
}

/* Module/Sport/CSS/Podium.css ************************************************************/

div.div_idalgo_sport_result_round_node_podium_line{
    position:relative;
    background-color:#fbfaf9;
    height:2em;line-height:2em;
}
ul.ul_idalgo_sport_result_round_node_podium_line{position:relative;}
li.li_idalgo_sport_result_round_node_podium_line{position:relative;float:left;}
span.span_idalgo_sport_result_round_node_podium_line_pos{color:#000000;font-size:0.75em;margin-left:0.5625em;}
img.img_idalgo_sport_result_round_node_podium_line_country{position:relative;margin:0 0.3125em;}
span.span_idalgo_sport_result_round_node_podium_line_name{position:relative;font-size:0.6875em;color:#bbb6a8;}
/** Dispo des elements **/
div.div_idalgo_sport_result_round_node_podium_photo{
    position:absolute;
    right:0;top:0;
    width:180px;height:96px;
}
div.div_idalgo_sport_result_round_node_podium_photo_position{
    position:absolute;bottom:0;
    width:50px;height:100%;
    overflow:hidden;
}
img.img_idalgo_sport_result_round_node_podium_photo_position{
    position:absolute;bottom:32px;
    left:50%;
    margin-left:-25px;
}
div.div_idalgo_sport_result_round_node_podium_photo_position_2,
div.div_idalgo_sport_result_round_node_podium_photo_position_3{
    width:40px;
}
img.img_idalgo_sport_result_round_node_podium_photo_position_2,
img.img_idalgo_sport_result_round_node_podium_photo_position_3{
    height:56px;width:40px;
    margin-left:-20px;
}
img.img_idalgo_sport_result_round_node_podium_photo_position_2_country,
img.img_idalgo_sport_result_round_node_podium_photo_position_3_country{
    height:28px;width:40px;
}
div.div_idalgo_sport_result_round_node_podium_photo_position_medal{
    position:absolute;bottom:0;
    height:32px;width:100%;
}
div.idalgo_picture_small_medal_1{background-position:center -1411px;}
div.idalgo_picture_small_medal_2{background-position:center -1470px;}
div.idalgo_picture_small_medal_3{background-position:center -1534px;}
/** Orga du podium ***/
div.div_idalgo_sport_slim_podium_normal_position_1{left:50%;margin-left:-25px;}
div.div_idalgo_sport_slim_podium_normal_position_2{left:0}
div.div_idalgo_sport_slim_podium_normal_position_3{right:0}
div.div_idalgo_sport_slim_podium_double_gold_position_1{left:50%;margin-left:-25px;}
div.div_idalgo_sport_slim_podium_double_gold_position_1 + div.div_idalgo_sport_slim_podium_double_gold_position_1{left:100%;margin-left:-50px;}
div.div_idalgo_sport_slim_podium_double_gold_position_2{left:0}
div.div_idalgo_sport_slim_podium_double_silver_position_1{right:0}
div.div_idalgo_sport_slim_podium_double_silver_position_2{left:50%;margin-left:-25px;}
div.div_idalgo_sport_slim_podium_double_silver_position_2 + div.div_idalgo_sport_slim_podium_double_silver_position_2{left:0;margin-left:0px;}

div.div_idalgo_sport_slim_podium_double_bronze_position_1{left:43px}
div.div_idalgo_sport_slim_podium_double_bronze_position_2{left:0}
div.div_idalgo_sport_slim_podium_double_bronze_position_3{left:97px}
div.div_idalgo_sport_slim_podium_double_bronze_position_3 + div.div_idalgo_sport_slim_podium_double_bronze_position_3{left:140px}

/* Module/Rugby/CSS/FinalLegPopup.css *****************************************************/
div.div_idalgo_rugby_finalleg_popup div.div_idalgo_finalleg_popup_round_list_match_nb_0 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:95%;}
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:90%;}
div.div_idalgo_rugby_finalleg_popup div.div_idalgo_finalleg_popup_round_list_match_nb_2 span.span_idalgo_finalleg_popup_round_list_match_team_name {width:85%;}

div.div_idalgo_rugby_finalleg_popup span.span_idalgo_finalleg_popup_round_list_match_team_score{width:6%}

/* Module/Football/CSS/WidgetStatistic.css ************************************************/

div.div_idalgo_widget_football_statistic{position:relative;}
div.div_idalgo_widget_football_statistic_player_goal{position:relative}
div.div_idalgo_widget_football_statistic_content{position:relative}
div.div_idalgo_widget_football_statistic_content_top{
    position:relative;display:block;
    height:230px;
    font-weight: bold;
    padding-top:20px;
    z-index:2;
}

div.div_idalgo_widget_football_statistic_content_background {
    position:absolute;
    height:69px;
    width:100%;
    background-color:#fbfaf9;
    border-bottom:1px solid #e4e2dd;
    z-index:1;
}

div.div_idalgo_widget_football_statistic_content_top_name {
    position:absolute;
    width:120px;
    left:50%;
    margin-left:-60px;
    text-align:center;
    font-weight: normal;
    line-height: 20px;
    text-transform:uppercase;
    top:14px;
}

a.a_idalgo_widget_football_statistic_content_top_name_name:hover {
    text-decoration: none!important;
}

div.div_idalgo_widget_football_statistic_content_top_title {
    position: absolute;
    bottom: 0;
    width: 200px;
    border-bottom: 1px solid #e4e2dd;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    z-index:1;
}
div.div_idalgo_widget_football_statistic_content_top_title span{
    display: inline-block;
    padding: 2px;
    background: white;
    width: auto;
    position: relative;
    top: 10px;
    font-weight:normal;
    font-size:0.7em;
}

div.div_idalgo_widget_football_statistic_content_top_name img {
    vertical-align:text-top;
    margin-right:2px;
}

div.div_idalgo_widget_football_statistic_content_top_1{
    position:absolute;display:block;
    top:51px;left:50%;margin-left:-40px;
}

span.span_idalgo_widget_football_statistic_content_top_1{
    position:absolute;
    top:22px;
    left:-20px;
    width:20px;
    font-size: 1.5em;
    line-height: 0.75em;
    color: #3c382f;
    font-weight: bold;
}
a.a_idalgo_widget_football_statistic_content_top_1 {
    position: relative;
    background: #FFF;
    border: 1px solid #e4e2dd;
    height:110px;
    width: 77px;
    display: block;
    text-align: center;
    z-index:1;
}
a.a_idalgo_widget_football_statistic_content_top_1 img {
    margin-top: 10px;
    width:66px;
}
a.a_idalgo_widget_football_statistic_content_top_2,
a.a_idalgo_widget_football_statistic_content_top_3 {
    position: relative;
    background: #FFF;
    border: 1px solid #e4e2dd;
    height:92px;
    width: 64px;
    display: block;
    text-align: center;
}
a.a_idalgo_widget_football_statistic_content_top_1:after, a.a_idalgo_widget_football_statistic_content_top_1:before,
a.a_idalgo_widget_football_statistic_content_top_2:after, a.a_idalgo_widget_football_statistic_content_top_2:before,
a.a_idalgo_widget_football_statistic_content_top_3:after, a.a_idalgo_widget_football_statistic_content_top_3:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

a.a_idalgo_widget_football_statistic_content_top_1:after,
a.a_idalgo_widget_football_statistic_content_top_2:after,
a.a_idalgo_widget_football_statistic_content_top_3:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}
a.a_idalgo_widget_football_statistic_content_top_1:before,
a.a_idalgo_widget_football_statistic_content_top_2:before,
a.a_idalgo_widget_football_statistic_content_top_3:before {
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #e4e2dd;
    border-width: 16px;
    left: 50%;
    margin-left: -16px;
}

a.a_idalgo_widget_football_statistic_content_top_2 img,
a.a_idalgo_widget_football_statistic_content_top_3 img{
    margin-top:11px;

}

img.img_idalgo_widget_football_statistic_content_top_1 {
    margin-left: 0;
}

div.div_idalgo_widget_football_statistic_content_top_2{
    position:absolute;display:block;
    top:44px;
    left:7%;
}
span.span_idalgo_widget_football_statistic_content_top_2{
    position:absolute;
    left:-15px;
    top: 30px;
}
span.span_idalgo_widget_football_statistic_content_top_2{
    font-size: 1em;
    line-height:0.7692em;
    color:#645f4f;
}
div.div_idalgo_widget_football_statistic_content_top_3{
    position:absolute;
    display:block;
    top:44px;
    right:7%;
}
div.div_idalgo_widget_football_statistic_content_top_2_name,
div.div_idalgo_widget_football_statistic_content_top_3_name {
    position: absolute;
    top:-25px;
    font-size:0.625em;
    font-weight:normal;
    color:#645f4f;
    text-transform:uppercase;
    height: 25px;
    text-align: center;
    width:94px;
    line-height: 12px;
    left:-15px
}

span.span_idalgo_widget_football_statistic_content_top_3{
    position:absolute;
    right:-15px;
    top: 30px;
}
span.span_idalgo_widget_football_statistic_content_top_3{
    font-size: 1em;
    line-height:0.7692em;
    color:#645f4f;
}

div.div_idalgo_widget_football_statistic_content_top_1_circle {
    position:absolute;
    width: 68px;
    height: 68px;
    margin-left:5px;
    background-color: #fbfaf9;
    border-radius:50%;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    font-size: 24px;
    line-height: 68px;
    text-align: center;
    font-weight: normal;
    color: #3c382f;
    z-index: -1;
    bottom:-68px;
}

div.div_idalgo_widget_football_statistic_content_top_2_circle,
div.div_idalgo_widget_football_statistic_content_top_3_circle {
    width: 52px;
    height: 52px;
    background-color: #fbfaf9;
    border-radius:50%;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    color: #645f4f;
    margin-left:7px;
    position:absolute;
    z-index: -1;
    bottom:-52px;
}


img.img_idalgo_widget_football_statistic_content_top_2_name_club,
img.img_idalgo_widget_football_statistic_content_top_3_name_club {
    vertical-align:middle;
    margin-right:4px;
}

/* Module/Common/CSS/MainDomMatchGamesTable.css *******************************************/
div.div_idalgo_dom_match_games.idalgo_action_hide {display:none}
div.div_idalgo_dom_match_games {}

/** A VENIR **/
div.div_idalgo_dom_match_games_phase_infos {position: relative;display: block;height: 4.8em;line-height:4.8em;width: 100%;}
    span.span_idalgo_dom_match_games_phase_infos_stade {position: absolute;display: block;height: 30px;line-height: 30px;width:100%;bottom: 0;font-size: 0.75em}
    span.span_idalgo_dom_match_games_phase_infos_date {position: relative;display: block;margin: 0 auto;font-size: 1.3em}

div.div_idalgo_dom_match_games_unit_type{position:relative;display:block;height:1.25em;line-height:1.25em}
span.span_idalgo_dom_match_games_unit_type{
    position: absolute;display: block;
    right: 50px;
    text-align: right;
    color:#645f4f;
    font-size:0.75em
}
/** RESULTATS **/
ul.ul_idalgo_dom_match_games_list_result {position: relative;display: block;}
    li.li_idalgo_dom_match_list_result_content {
        position: relative;display: block;
        height:48px;line-height:48px;
        border-bottom:1px solid #e4e2dd;
        box-sizing:border-box;
    }
ul.ul_idalgo_dom_match_games_list_result > li.li_idalgo_dom_match_games_list_result_content:nth-child(even) {background-color: #fbfaf9}
ul.ul_idalgo_dom_match_games_list_result > li.li_idalgo_dom_match_games_list_result_content:last-child      {border-bottom:none}
    span.span_idalgo_dom_match_games_list_result_content_position
        {   position: absolute;
            display: block;
            left:10px;
            top: 4px;
            width: 38px;
            height: 38px;
            line-height: 38px;
            font-size: 20px;
            border: 1px solid #e4e2dd;
            background-color: #ffffff;
            color: #3c382f;
            font-family: "Georgia",Times New Roman,Times,serif;
            font-weight: bold;
        }
li.li_idalgo_dom_match_games_list_result_content_1 span.span_idalgo_dom_match_games_list_result_content_position {background-color:  #fbfaf9;}
li.li_idalgo_dom_match_games_list_result_content img.img_idalgo_dom_match_games_list_result_content_noc {position:absolute;display:block;left:70px;top:17px;border:1px solid #e4e2dd}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_name {
    position:absolute;display: block;
    top:0;left:110px;right:120px;
    height:100%;
    font-weight: bold;text-align:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_cnt {position:absolute;display:block;right:50px;width:70px;overflow: hidden;text-align:right}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_suffix {position:absolute;display:block;right:20px;}

li.li_idalgo_dom_match_games_list_result_content span.idalgo_picture_medal {left:auto;}
li.li_idalgo_dom_match_games_list_result_content span.idalgo_color_games_qualified {color:#003978;font-weight: bold}

/** LIVE + TERMINE **/
div.div_idalgo_dom_match_games_list[data-code-status="1"] div.div_idalgo_dom_match_games_phase_infos,
div.div_idalgo_dom_match_games_list[data-code-status="2"] div.div_idalgo_dom_match_games_phase_infos {
    height: 3em;line-height: 3em;
}

span.span_idalgo_dom_match_games_phase_infos_status {
    position: absolute;display: block;
    border:1px solid #e4e2dd;
    height: 30px;line-height: 30px;
    width: 110px;
    margin: -15px  0 0 0;
    margin-left:-56px;
    left:50%;top:50%;
}
div.div_idalgo_dom_match_games_list[data-code-status="1"] span.span_idalgo_dom_match_games_phase_infos_status {background-color: #4db103;color: #ffffff;}
div.div_idalgo_dom_match_games_list[data-code-status="2"] span.span_idalgo_dom_match_games_phase_infos_status.span_idalgo_live_end {
    background-color: #840303;color: #ffffff;
}

div.div_idalgo_dom_match_list_result_content{
    position:relative;display:block;
    perspective: 1000px;
    height:48px
}
div.div_idalgo_dom_match_list_result_content_3d{
    position: absolute;width:100%;height:100%;
    transform-style: preserve-3d;
    transform: translateZ(-24px);
}
div.div_idalgo_dom_match_list_result_content_3d-animate{transition: all 900ms cubic-bezier(0.6, -0.28, 0.735, 0.045);}

div.div_idalgo_dom_match_list_result_content_3d > li {
    position:absolute;
    width:100%;height:100%;
    backface-visibility: hidden;
}
div.div_idalgo_dom_match_list_result_content_3d > li:first-child{transform: rotateX(90deg) translateZ(24px)}
div.div_idalgo_dom_match_list_result_content_3d > li:last-child{transform: rotateX(0deg) translateZ(24px)}

div.div_idalgo_dom_match_list_result_content_3d-down {transform: translateZ(-24px) rotateX(-90deg)}
ul.ul_idalgo_dom_match_games_list_result > div.div_idalgo_dom_match_list_result_content_2
    li.li_idalgo_dom_match_games_list_result_content{background-color: #fbfaf9}

ul.ul_idalgo_dom_match_games_list_result > div.div_idalgo_dom_match_list_result_content_3
    li.li_idalgo_dom_match_games_list_result_content{border-bottom:none;}

/* Module/Common/CSS/MainDomMatchPeriod.css ***********************************************/
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match {
    height: 4.8em;line-height: 4.8em;
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_score {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    left:auto;
    top: 0;
    margin: 0;
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{
    position:absolute;display:block;
    font-size: 1.25em;height: 30px;line-height: 30px;
    top:0;
    width:38px;
    font-family:"Georgia",Times New Roman,Times,serif;
    font-weight:normal
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_score_square,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3
{
    position:absolute;display:block;
    height:100%;width:40px;
    top:0;left:50%;margin-left:-20px;
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span {
    border-color: transparent;
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local{
    top:3px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_visitor{
    top:42px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_visitor{
    font-weight:bold
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local:after{
    position:absolute;display:block;content:'';
    width:80px;height:1px;
    bottom:-5px;left:-20px;
    background-color:#3c382f
}

div.div_idalgo_dom_match_period span.span_idalgo_score_square_score_txt {position: absolute;display: block;width: 100%;height: 100%;top: 0}

/* Gestion du match Termine */
div.div_idalgo_dom_match_period div.idalgo_dom_match_winner {
    font-weight: bold;
}

div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam {
    display: block;
    position: absolute;
    height: 50%;
    width:50%;
    left:0;
    top:0;
    margin-right: 50px;
    text-align: left;
}

div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam span {
    line-height: 2.4em;margin-left :35px;float:left;
}

div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix {
    margin-left :0;color: #003978;font-weight: bold;
}


div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam {
    top:50%;
    margin-left :0
}

div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam img {
    height: auto;width: 22px;margin-top: -11px;
}

div.div_idalgo_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_visitorteam img {
    left:10px;right:auto;
}
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{right:auto;left:5px}

/** GESTION DES SETS **/
div.div_idalgo_dom_match_period ul.ul_idalgo_dom_match_match_set{
    position:absolute;display:block;
    height:100%;right:0;
    width:240px;
}

div.div_idalgo_dom_match_period[data-status="0"] ul.ul_idalgo_dom_match_match_set{display:none}

div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set{position:relative;display:block;float:left;height:100%;width:28px;box-sizing: border-box}
div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set + li.li_idalgo_dom_match_match_set{margin-left:5px}
div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set div.div_idalgo_score_square_score_opacity{opacity: .1}
div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set span.span_idalgo_score_square_score{
    height:25px;width:25px;line-height:25px;font-size:12px;
    top:6px;left:0;text-align:center;
    background-color:#ffffff;
    border-color:#e4e2dd;
    color:#3c382f;
    font-weight: normal;
    animation-fill-mode: both;
    animation-name: idalgoZoomIn;
    animation-duration: .75s;
}
div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set div.div_idalgo_score_square_score_opacity+ span.span_idalgo_score_square_score_txt{font-weight:bold}
div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set span.span_idalgo_score_square_score.span_idalgo_dom_match_match_set_visitorteam{bottom:6px;top:auto}

div.div_idalgo_dom_match_period[data-state='1'] li.li_idalgo_dom_match_match_set:last-child div{
    opacity:.5
}

/** LIVE **/
span.span_idalgo_score_square_score_txt {
    animation-fill-mode: both;
    animation-name: idalgoBounce;
    animation-duration: .75s;
    transform-origin: center bottom;
}

span.span_idalgo_score_square_score_txt.idalgo_basket_score_animate {
    /*animation-fill-mode: both;*/
    /*animation-name: idalgoZoomOut;*/
    /*animation-duration: 2s;*/
}

div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after {background-color: #4db103}
div.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score             {color: #4db103;background-color: transparent}
div.div_idalgo_dom_match_period[data-code-status="1"] li.li_idalgo_dom_match_match_set:nth-last-child(1) span.span_idalgo_score_square_score {
    border-color:#4db103;
    color:#4db103;
}

/** Mi-Temps **/
div.div_idalgo_dom_match_period.idalgo_status_halftime div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after {background-color: #ff6600}
div.div_idalgo_dom_match_period.idalgo_status_halftime span.span_idalgo_score_square_score             {color: #ff6600;background-color: #ffffff}
div.div_idalgo_dom_match_period.idalgo_status_halftime li.li_idalgo_dom_match_match_set:nth-last-child(1) span.span_idalgo_score_square_score {
    border-color:#e4e2dd;
    color:#3c382f;
}

/** Termin&eacute; **/
div.div_idalgo_dom_match_period.idalgo_status_end div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after {background-color: #840303}
div.div_idalgo_dom_match_period.idalgo_status_end span.span_idalgo_score_square_score             {color: #840303;background-color: #ffffff}
div.div_idalgo_dom_match_period.idalgo_status_end li.li_idalgo_dom_match_match_set:nth-last-child(1) span.span_idalgo_score_square_score {
    border-color:#e4e2dd;
    color:#3c382f;
}

/** Gestion JO **/
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam {
    margin-right:0
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam {
    position:absolute;float:none;
    top:0;height:100%;
    left:70px;right:45px;
    margin-left:0;margin-right:0
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_visitorteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam_txt {
    margin-left:0;margin-right:0
}
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_visitorteam_suffix,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam_suffix,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam_suffix{
    position:absolute;top:50%;float:none;
    width:28px;height:20px;line-height:22px;
    left:-28px;margin-top:-10px;
    text-align:center;
    font-size:.75em
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="0"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="0"] div.div_idalgo_dom_match_match_visitorteam img{
    width: auto;height: auto;
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam img,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam img,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam img{
    width: 25px;height:20px;margin-top: -10px;border:1px solid #e4e2dd;left:17px;box-sizing:border-box
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] span.span_idalgo_dom_match_match_visitorteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam_txt{
    width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

div.div_idalgo_dom_match_games[data-status="9"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after {background-color: #ff6600}
div.div_idalgo_dom_match_games[data-status="9"] span.span_idalgo_score_square_score {color: #ff6600}
div.div_idalgo_dom_match_games[data-status="9"] li.li_idalgo_dom_match_match_set:nth-last-child(1) span.span_idalgo_score_square_score {
    border-color:#ff6600;
    color:#ff6600;
}
div.div_idalgo_dom_match_games_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_games_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_visitor{
    font-weight:normal
}
div.div_idalgo_dom_match_games_period  div.div_idalgo_score_square_status_end div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after {background-color: #840303}
div.div_idalgo_dom_match_games_period div.div_idalgo_score_square_status_end span.span_idalgo_score_square_score {
    color: #840303;
    background-color:transparent
}
div.div_idalgo_dom_match_games div.div_idalgo_dom_match_period  div.div_idalgo_score_square_score_opacity-in{transform: rotate3d(1,0,0, 90deg);}
div.div_idalgo_dom_match_games div.div_idalgo_dom_match_period div.div_idalgo_score_square_score_opacity-out{transform: rotate3d(0,0,0, 0deg);}

div.div_idalgo_dom_match_games div.div_idalgo_dom_match_period li.li_idalgo_dom_match_match_set span.span_idalgo_score_square_score{perspective: 50px}
div.div_idalgo_dom_match_games span.span_idalgo_dom_match_match_set_visitorteam div.div_idalgo_score_square_score_opacity-in-go {
    transform-origin: 50% 0%;
    animation: idalgo-in-top 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games span.span_idalgo_dom_match_match_set_localteam div.div_idalgo_score_square_score_opacity-in-go {
    transform-origin: 50% 100%;
    animation: idalgo-in-bottom 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games span.span_idalgo_dom_match_match_set_visitorteam div.div_idalgo_score_square_score_opacity-out-go {
    transform-origin: 50% 0%;
    animation: idalgo-out-top 750ms ease 0ms 1 forwards;
}
div.div_idalgo_dom_match_games span.span_idalgo_dom_match_match_set_localteam div.div_idalgo_score_square_score_opacity-out-go {
    transform-origin: 50% 100%;
    animation: idalgo-out-bottom 750ms ease 0ms 1 forwards;
}

@keyframes idalgo-in-top {
    from {transform: rotate3d(-1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-in-bottom {
    from {transform: rotate3d(1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes idalgo-out-top {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(-1,0,0, 90deg)}}
@keyframes idalgo-out-bottom {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(1,0,0, 90deg)}}
}

/** BOUNCE **/
@keyframes idalgoBounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -7px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -4px, 0);
    }

    90% {
        transform: translate3d(0,0,0);
    }
}

@keyframes idalgoZoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes idalgoZoomOut {
    from {
        opacity: 1;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 0;
    }
}

/* Module/Common/CSS/MainDomPerson.css ****************************************************/
div.div_idalgo_dom_person{
    position:relative;
    display:block;
    height:5.5em;
}

/* Photo person */
div.div_idalgo_dom_person_left{
    position:absolute;display:block;
    top:0;left:0;
    height:100%;width:164px;
}
div.div_idalgo_dom_person_left_picture{
    position:absolute;display:block;
    height:50px;width:50px;
    top: 50%;left:50%;
    margin-top:-25px;margin-left:-25px;
    border: 1px solid #e4e2dd;
    border-radius: 50%;
    box-sizing: border-box;
    overflow:hidden;
    padding:3px
}
img.img_idalgo_dom_person_left_picture{width:100%;border-radius: 50%}

/* Information */
div.div_idalgo_dom_person_content{
    position: relative;
    display: block;
    height: 100%;
    margin-left:164px;
    margin-right:124px;
    box-sizing: border-box;
    padding-top:6px;
}
img.img_idalgo_dom_person_content_noc{
    position:absolute;display: block;
    width:16px;height:11px;
    left:0;top:10px
}
div.div_idalgo_dom_person_content > div{
    position:relative;display:block;
    padding-left:29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
div.div_idalgo_dom_person_content_info{height:1.25em;line-height:1.25em}

span.span_idalgo_dom_person_content_info_firstname,
span.span_idalgo_dom_person_content_info_name{color:#645f4f;font-size:0.875em}
span.span_idalgo_dom_person_content_info_name{margin-left:5px;text-transform: uppercase;font-weight:bold}

div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person_content_weight{height:1em;line-height:1em}

div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person_content_weight span{color:#645f4f;font-size:0.75em;float:left}

span.span_idalgo_dom_person_content_age_text,
span.span_idalgo_dom_person_content_height_text,
span.span_idalgo_dom_person_content_weight_text{font-weight:bold;margin-right:3px}

/* Zoning sport */
div.div_idalgo_dom_person_sport{
    position:absolute;display:block;
    top:0;right:0;
    height:100%;width:124px;
    background-color:#fbfaf9;
    padding:6px 0;
    box-sizing: border-box;
}
div.div_idalgo_dom_person_sport_name{
    position:relative;display:block;
    text-align:center;
    line-height:1em;
    color:#645f4f
}
div.div_idalgo_dom_person_sport_name > span{font-size:.75em}
div.div_idalgo_dom_person_sport_picture{
    position:absolute;display:block;
    width:40px;height:40px;
    left:50%;margin-left:-20px;
    bottom:10px;
    background-color:#645f4f;
    border-radius:50%;overflow: hidden;
}
img.img_idalgo_dom_person_sport_picture{width:100%}

div.div_idalgo_dom_person_text{
    position:absolute;display:block;
    height:1.25em;line-height:1.25em;
    color:#003978;
    overflow:hidden;
    bottom:7px;
    left:193px;
    right:124px;
    font-weight:bold
}
/* Chances de medailles */
div.div_idalgo_dom_person.idalgo_sport_medal_chances{
    height:9.4375em;
    background-color:#fbfaf9
}
div.div_idalgo_dom_person span.idalgo_sport_sprite.idalgo_sport_medal_on{
    position:absolute;display:block;
    top:8px;left:7px;
    height:32px;width:32px;
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_left_picture{
    height:106px;width:106px;
    margin-left:-53px;margin-top:-53px;
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances img.img_idalgo_dom_person_content_noc{top:18px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content{padding-top:10px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_info{line-height:1.5em;height:1.5em}

div.div_idalgo_dom_person.idalgo_sport_medal_chances span.span_idalgo_dom_person_content_info_name {
    font-size:1.125em
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight{
    height:1.5em;line-height:1.5em
}

div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight span{font-size:0.875em}

div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_name{top:32px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_picture{
    bottom:40px;
    background-color:#003978;
    border:2px solid #003978
}

/* Module/Common/CSS/MainDomPaper.css *****************************************************/


div.div_idalgo_paper{position:relative;display:block;margin:0 10px}
    p.p_idalgo_paper_title,
    span.span_idalgo_paper_title {
        position:relative;display:block;
        margin-top:0.5em;
        margin-bottom:0.833em;
        text-align:center;
        color:#3c382f;
        font-family:"Georgia",Times New Roman,Times,serif;
        font-size:2.25em;
        line-height:1em
    }
    
    p.p_idalgo_paper_surtitle {
        position: relative;
        font-weight: bold;
        font-size: 1.3em;
    }
    
    span.span_idalgo_paper_catchline {
        position:relative;display:block;
        color:#3c382f;
        font-weight:bold;
        line-height:1.45em;
    }
    p.p_idalgo_paper_content {
        position:relative;display:block;
        text-align:justify;
        line-height:1.45em
    }
    div.div_idalgo_paper_addon_node{position:relative;display:block}
        img.img_idalgo_paper_addon_node{position:reative;display:block;margin:1.25em auto;width:100%}

    span.span_idalgo_paper_addon_node_copyright {
        position: relative;
        display: block;
        font-size: 0.6875em;
        color: #B9B9B9;
    }

/* Customer/Lesoir/Sport/Common/CSS/Main.css **********************************************/
/*** STRUCTURE GENERALE ***/
div.div_idalgo_aside > div{
    margin-bottom:32px
}
div.div_idalgo_header *,
div.div_idalgo_content *,
div.div_idalgo_aside *{
    box-sizing:content-box
}
div.div_idalgo_header ul,
div.div_idalgo_content ul,
div.div_idalgo_aside ul{
    list-style:none;
    margin:0;
    padding:0
}

div.div_idalgo_content{
    z-index:0
}
/*** H1 ***/
div.idalgo_title1{border-style:none;margin-top:20px}
h1.h1_idalgo{margin:unset}
h1.h1_idalgo::after,
h1.h1_idalgo::before{display:none}
h1.h1_idalgo span.h1_idalgo_title{color:#840303;font-weight:normal}
span.h1_idalgo_subtitle{display:none}

div.div_idalgo_container h2{font-size:24px}

/** TITLE **/
div.div_idalgo_container h2.idalgo_title1{
    border-style:none;
    color: #003978;
    font-weight:normal;font-size:2em;font-family:"Georgia",Times New Roman,Times,serif;line-height:24px;text-transform:none}


/*** TABLEAU ***/
div.div_idalgo_content table th,
div.div_idalgo_content table td{text-align:center}
div.div_idalgo_content td{vertical-align: inherit}


/*** MENU ***/
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu{background:transparent}
div.div_idalgo_menu_type_6 a.a_idalgo_menu:after{display:none}
nav.nav_idalgo_menu a span{font-size:0.813em;font-weight:normal;text-decoration:underline}
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected{background:transparent}
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected a[href]:hover{text-decoration:none}
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected a{background-color: #ffffff}
div.div_idalgo_menu_type_6 li.li_idalgo_menu_selected a span{text-decoration:none}


/*** WIDGET ***/
div.div_idalgo_widget{font-size:1em}
div.div_idalgo_aside div.div_idalgo_widget{margin-bottom:20px}

div.div_idalgo_widget_link{background-color:transparent}
div.idalgo_sprite_link{left:5px}
div.div_idalgo_module_link a.a_idalgo_module_link{
    font-weight:normal;left:5px;padding-left:25px;text-align:left;text-transform:none}

/* Customer/Lesoir/Sport/Common/CSS/MenuDynamicLine.css ***********************************/
li.li_idalgo_menu_dynamic_line{box-sizing:border-box}

/* Customer/Lesoir/Sport/Cycling/CSS/TeamListFreize.css ***********************************/
div.div_idalgo_content_cycling_list_frieze ul{height:49px;border-style:solid;border-width:1px 0;border-color:#E6E6E6}

/* Customer/Lesoir/Sport/Cycling/CSS/WidgetRaceStanding.css *******************************/
ul.ul_idalgo_nav_tab > li > a{text-transform:capitalize}

span.span_idalgo_cycling_widget_race_standing_content_standing_list_panel_list_standing_shirt{line-height:1.4em}

a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square:hover{color:#3c382f}
a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square_active:hover{color:#840303}
a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square + a {border-style:none}

div.div_idalgo_cycling_widget_race_standing_content_standing_menu_separate{display:none}

span.span_idalgo_cycling_widget_race_standing_content_standing_menu_square_label{left:27px;text-decoration:underline}

a.a_idalgo_cycling_widget_race_standing_content_standing_menu_square_active span.span_idalgo_cycling_widget_race_standing_content_standing_menu_square_label{
    text-decoration:none}

/* Customer/Lesoir/Sport/Football/CSS/ListPlayerMenu.css **********************************/

div.div_idalgo_football_list_player_menu{position:relative;padding:1em 0;font-family: 'Open Sans', sans-serif}
    ul.ul_idalgo_football_list_player_menu{position:relative;display:block;margin:0 auto;height:134px;width:600px;}
        li.li_idalgo_football_list_player_menu{position:relative;display:block;float:left;width:200px;}
            a.a_idalgo_football_list_player_menu{position:relative;display:block;margin:0 auto;height:134px;width:134px;line-height:134px;border-radius:50%;background-color:#e4e2dd;cursor:pointer;text-align:center;}
            a.a_idalgo_football_list_player_menu:hover {color:#840303}
            a.a_idalgo_football_list_player_menu_active{background-color:#840303;color:#ffffff;font-weight:bold;}
            a.a_idalgo_football_list_player_menu_active:hover{color:#ffffff;cursor:default;}

/* Customer/Lesoir/Sport/Football/CSS/ListPlayerFiltre.css ********************************/

div.div_idalgo_football_list_player_filtre{position:relative;font-family: 'Open Sans', sans-serif;text-transform:uppercase;z-index:1;margin-top:35px;margin-bottom:10px}
    div.div_idalgo_football_list_player_filtre_standing{position:relative;width:100%;font-size:1.5em;line-height:1em;color:#bbb6a8;text-align: center}
    div.div_idalgo_football_list_player_filtre_standing>div{display:inline;cursor:pointer;}
    div.div_idalgo_football_list_player_filtre_standing>div:hover{color:#840303}

        div.div_idalgo_football_list_player_filtre_standing_alpha{}
            span.span_idalgo_football_list_player_filtre_standing_alpha_arrow{margin-left:10px}
            span.span_idalgo_football_list_player_filtre_standing_alpha{margin-left:20px;letter-spacing: 5px;}

            div.idalgo_filtre_active span.span_idalgo_football_list_player_filtre_standing_alpha_arrow,
            div.idalgo_filtre_active span.span_idalgo_football_list_player_filtre_standing_rate_arrow{color:#840303}
            div.idalgo_filtre_active span.span_idalgo_football_list_player_filtre_standing_alpha,
            div.idalgo_filtre_active span.span_idalgo_football_list_player_filtre_standing_rate{color:#3c382f}

        div.div_idalgo_football_list_player_filtre_standing_rate{margin-left:20px}
            span.span_idalgo_football_list_player_filtre_standing_rate_arrow{margin-left:10px}
            span.span_idalgo_football_list_player_filtre_standing_rate{margin-left:20px;letter-spacing: 5px;}

/** Legende **/
    div.div_idalgo_football_list_player_filtre_legend{position:absolute;right:0;top:-135px;width:500px;border-width:1px;border-style:solid;border-color:#e4e2dd;box-shadow: 2px 2px 3px #eee;border-radius:2px;z-index:1}
        div.div_idalgo_football_list_player_filtre_legend_closed{height:40px;line-height:40px;background-color:#fbfaf9;text-align:right;cursor:pointer}
            span.span_idalgo_football_list_player_filtre_legend_closed_cross{position:absolute;display:block;width:30px;height:30px;top:5px;left:5px}
            span.span_idalgo_football_list_player_filtre_legend_closed_txt{position:relative;margin-right:30px;padding-right:30px}
            span.span_idalgo_football_list_player_filtre_legend_closed_txt span{position:absolute;top:2px;right:0;display:block;width:16px;height:16px;line-height:16px;margin-left:10px;border-radius:8px;border-style:solid;border-width:1px;border-color:#3c382f;text-align:center}
        div.div_idalgo_football_list_player_filtre_legend_opened{position:relative;display:block;width:100%;background-color:#ffffff}
        div.div_idalgo_football_list_player_filtre_legend_opened{background-image:url('//sports.lesoir.be/sport/cache/media/Football/Barometer/form_legend.png');background-repeat:no-repeat;background-position:30px 30px}
        div.div_idalgo_football_list_player_filtre_legend_opened_form{position:relative;padding:30px 0;margin-right:30px}
            div.div_idalgo_football_list_player_filtre_legend_opened_form_form{position:relative;height:30px;text-align:right}
                span.span_idalgo_football_list_player_filtre_legend_opened_form_form{line-height:30px;vertical-align:top}
                img.img_idalgo_football_list_player_filtre_legend_opened_form_form{position:relative;margin-left:15px;margin-top:5px}

        div.div_idalgo_football_list_player_filtre_legend[is_closed=true]{border-color:#ffffff;box-shadow:none;width:140px;}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] div.div_idalgo_football_list_player_filtre_legend_closed{background-color:transparent}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] span.span_idalgo_football_list_player_filtre_legend_closed_cross{display:none}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] span.span_idalgo_football_list_player_filtre_legend_closed_txt{color:#3c382f}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] span.span_idalgo_football_list_player_filtre_legend_closed_txt span{border-color:#3c382f}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] div.div_idalgo_football_list_player_filtre_legend_opened{display:none}

        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] span.span_idalgo_football_list_player_filtre_legend_closed_txt:hover {color:#840303;}
        div.div_idalgo_football_list_player_filtre_legend[is_closed=true] span.span_idalgo_football_list_player_filtre_legend_closed_txt:hover span{border-color:#840303;}

/* Twitter */
div.div_idalgo_football_list_player_filtre_twitter{position:relative;margin-top:10px;padding:5px 0 10px 0;height:20px;text-align:center;border-color:#e4e2dd;border-width:1px 0 0 0;border-style:solid}

/* Customer/Lesoir/Sport/Football/CSS/ListPlayer.css **************************************/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//sports.lesoir.be/sport/cache/media/Font/OpenSans.woff) format('woff');
}

div.div_idalgo_football_list_player{position:relative}
ul.ul_idalgo_football_list_player{position:relative;display:block}
li.li_idalgo_football_list_player_header{position:relative;display:block;width:100%;clear:both;margin-bottom:50px;text-align:center}
div.div_idalgo_widget div.div_idalgo_football_list_player_header_top{margin-bottom:130px}
    div.div_idalgo_football_list_player_header_top {position:relative;display:block;height:60px;margin-bottom:110px;border-bottom:1px solid #3c382f}
    div.div_idalgo_football_list_player_header_top h2,
    div.div_idalgo_football_list_player_header_top span {position:relative;display:block;float:left;height:100%;}
                span.span_idalgo_football_list_player_header_top_pos       {color:#840303;top:25px;font-size:32px;line-height:32px;font-family: 'Open Sans', sans-serif;width:40px;text-align:left}
                div.div_idalgo_football_list_player_header_top_photo       {position:absolute;top:0;left:35px;border-radius:78px;border-width:5px;border-color:white;border-style:solid;height:150px;width:150px;background-repeat:no-repeat;background-position:center center;background-color:#e4e2dd}
                div.div_idalgo_football_list_player_header_top_photo:before{content:'';position:absolute;display:block;top:-6px;left:-6px;height:160px;width:160px;border-radius:80px;border-color:#e4e2dd;border-width:1px;border-style:solid}
                    div.div_idalgo_football_list_player_header_top_photo_note{position:absolute;bottom:5px;right:-20px;width:60px;height:60px;border-radius:30px;background-color:rgba(0,0,0,0.8);overflow:hidden;}
                        div.div_idalgo_football_list_player_header_top_photo_note span   {position:absolute;display:block;width:100%;text-align:center;color:#ffffff}
                        span.span_idalgo_football_list_player_header_top_photo_note_title{top:  0;height:25px;line-height:25px;font-size:8.5px}
                        span.span_idalgo_football_list_player_header_top_photo_note      {top:5px;height:55px;line-height:55px;font-size: 31px}
                    div.div_idalgo_football_list_player_header_top_photo_value{position:absolute;bottom:5px;left:-10px;width:40px;height:40px;border-radius:20px;background-color:#ffffff;background-position:center center;background-repeat:no-repeat}
                    div.div_idalgo_football_list_player_header_top_photo_goal,
                    div.div_idalgo_football_list_player_header_top_photo_card,
                    div.div_idalgo_football_list_player_header_top_photo_assist{position:absolute;width:28px;height:28px;border-radius:14px;background-position:center center;background-repeat:no-repeat}
                    div.div_idalgo_football_list_player_header_top_photo_goal{bottom:70px;right:-15px}
                    div.div_idalgo_football_list_player_header_top_photo_card{bottom:125px;right:15px}
                    div.div_idalgo_football_list_player_header_top_photo_assist{bottom:100px;right:-5px}
                        div.div_idalgo_football_list_player_header_top_photo_goal span,
                        div.div_idalgo_football_list_player_header_top_photo_assist span{position:absolute;top:0;left:30px;line-height:28px;color:#000000;font-family:Arial;font-size:12px;font-weight:bold}
                h2.h2_idalgo_football_list_player_header_top_name      {top:20px;color:#840303;font-size:36px;font-family:"Georgia",Times New Roman,Times,serif;left:195px;line-height:36px;margin:0}
                span.span_idalgo_football_list_player_header_top_poste     {top:20px;color:#bbb6a8;font-size:14px;font-family:Arial,sans-serif;left:210px;line-height:50px}
                div.div_idalgo_football_list_player_header_top_squad     {position:absolute;top:70px;left:240px}
                    div.div_idalgo_football_list_player_header_top_squad span{font-family:arial;font-size:14px;}
                    span.span_idalgo_football_list_player_header_top_squad_squad{text-transform:uppercase;margin-right:10px}
                div.div_idalgo_football_list_player_header_top h3.h3_idalgo_football_list_player_header_top_status
                {position:absolute;display:inline;height:20px;float:none;top:100px;left:240px;line-height:20px;padding:5px 30px;background-color:#fbfaf9;
                text-align:left;border-width:0 0 3px 0;border-color:#e4e2dd;border-style:solid;font-weight:bold;color:#3c382f;font-size:14px}

li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team
  {
    top:20px;
    position:absolute;
    right:60px;
    line-height:50px;
    color:#000000;
    font-size:0.825em;
    font-weight:bold;
    font-family:Arial,sans-serif
  }
li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team_logo {position:absolute;right:10px;top:35px;background-color:#ffffff;border-width:5px;border-style:solid;border-color:#ffffff}

h3.h3_idalgo_football_list_player_header_title{position:relative;display:block;font-size:24px;font-family:arial;font-weight:bold;text-align:left;left:240px;text-transform:uppercase;color:#000000;margin-bottom:10px;width:755px}
p.p_idalgo_football_list_player_header_comment{position:relative;display:block;font-size:14px;font-family:arial;text-align:justify;margin-top:20px;margin-left:240px}
img.img_idalgo_football_list_player_header_photo{margin-top:20px}

div.div_idalgo_football_list_player_content{position:relative;display:block;height:3em;line-height:3em;margin-bottom:30px}
div.div_idalgo_football_list_player_content_date{position:relative;display:block;height:3em;line-height:3em;text-align:center}
span.span_idalgo_football_list_player_content_date_inner{position:relative;display:inline-block;line-height:3em;height:3em;text-align:center}

span.span_idalgo_football_list_player_content_date_inner_txt{color:#003978;font-size:1.6em;}

a.a_idalgo_football_list_player_content_prev{
    position:absolute;display:block;
    left:250px;top:0;
    width:64px;height:100%;
}
a.a_idalgo_football_list_player_content_next{
    position:absolute;display:block;
    right:250px;top:0;
    width:64px;height:100%;
}
a.a_idalgo_football_list_player_content_prev:hover span, a.a_idalgo_football_list_player_content_next:hover span {opacity: 0.4;}
span.span_idalgo_football_list_player_content_prev ,
span.span_idalgo_football_list_player_content_next{
    display:block;position:absolute;
    left:50%;top:50%;
    height:61px;width:50px;
    margin-left:-25px;margin-top:-30px
}

/* Customer/Lesoir/Sport/Football/CSS/ListPlayerRecap.css *********************************/

div.div_idalgo_football_list_player_recap{position:relative;font-family: 'Open Sans', sans-serif;display:none}
div.div_idalgo_football_list_player_recap div.div_idalgo_football_list_player_header_top{margin-bottom:0}
    div.div_idalgo_football_list_player_recap_content{position:relative;padding-right:60px;padding-left:240px;}
    div.div_idalgo_football_list_player_recap_content_list{width: 100%}

    li.li_idalgo_football_list_player_recap_content_list{width:40px;float:left;display:block;margin-right:10px;text-align:center}
    li.li_idalgo_football_list_player_recap_content_list>div{margin-top:10px}
        div.div_idalgo_football_list_player_recap_content_list_date{font-size:0.8em;color:#840303}
        div.div_idalgo_football_list_player_recap_content_list_form{height:20px}
        div.div_idalgo_football_list_player_recap_content_list_note{font-size:0.9em;height:20px}

/* Customer/Lesoir/Sport/Football/CSS/ListPlayerStat.css **********************************/

div.div_idalgo_football_list_player_stat{position:relative;font-family: 'Open Sans', sans-serif;display:none}
div.div_idalgo_football_list_player_stat div.div_idalgo_football_list_player_header_top{margin-bottom:0}
    div.div_idalgo_football_list_player_stat_content{position:relative;padding-right:20px;padding-left:95px;}
    ul.ul_idalgo_football_list_player_stat_content_stat{position:relative;display:block;width:70%;float:left;margin-top:10px}
    div.div_idalgo_football_list_player_stat_content_stat_sep{position:absolute;display:block;height:1px;width:100%;top:50%;left:0;background-color:#e4e2dd;content:' '}
        li.li_idalgo_football_list_player_stat_content_stat{position:relative;display:block;width:25%;height:100px;float:left;text-align:center;background-position:center center;background-repeat:no-repeat}
        
        div.div_idalgo_football_list_player_stat_content_stat_bk{position:absolute;width:1px;height:100%;left:0;top:0;background-color:#e4e2dd}
        li.li_idalgo_football_list_player_stat_content_stat_num_time div.div_idalgo_football_list_player_stat_content_stat_bk{display:none}
            span.span_idalgo_football_list_player_stat_content_stat_value{position:relative;display:block;font-size:2.25em;line-height:2em;}
            span.span_idalgo_football_list_player_stat_content_stat_txt{position:relative;display:block;text-transform:uppercase;font-size:0.75em}
    ul.ul_idalgo_football_list_player_stat_content_competition{position:relative;display:block;width:30%;float:left;margin-top:32px}
        li.li_idalgo_football_list_player_stat_content_competition{position:relative;display:block;text-align:right;font-size:0.875em}
        li.li_idalgo_football_list_player_stat_content_competition+li.li_idalgo_football_list_player_stat_content_competition{margin-top:1.666em}
        span.span_idalgo_football_list_player_stat_content_competition{display:block;text-transform:uppercase}
        span.span_idalgo_football_list_player_stat_content_competition_detail{display:block;color:#840303}

/* Customer/Lesoir/Sport/Football/CSS/MatchInformation.css ********************************/
div.div_idalgo_content_match_information_content_referee_resource{background-color:transparent}


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

.idalgo_hide_mobile {display:none;}

/* Module/Pattern/CSS/Responsive480/TeamListPresentation.css ******************************/

/** Zone g&eacute;o **/
ul.ul_idalgo_content_team_list_area{height:300px;width:100%;margin-bottom:20px}
ul.ul_idalgo_content_team_list_area li{height:100px;width:33.333%;background-size:80px 90px}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li{height:200px;width:50%;background-size:170px 200px}
ul.ul_idalgo_content_team_list_area li span.span_idalgo_content_team_list_area_zone_teams{line-height:100px}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD span.span_idalgo_content_team_list_area_zone_teams,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li span.span_idalgo_content_team_list_area_zone_teams{line-height:200px;border-width:0 1px 1px 0}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD span.span_idalgo_content_team_list_area_zone_teams + span,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li span.span_idalgo_content_team_list_area_zone_teams + span{margin-top:140px}

/** Filtre **/
div.div_idalgo_content_team_list_filter{display:none}

/** Navigation groupe **/
div.div_idalgo_content_team_list_group_title,
div.div_idalgo_content_team_list_group_nav{display:block;position:relative}
div.div_idalgo_content_team_list_group_title{position:relative;border:1px solid #e4e2dd;border-width:1px 0px;text-align:center;font-size:1.25em;font-weight:bold;color:#645f4f;background-color:#fbfaf9;z-index:2}
div.div_idalgo_content_team_list_group_title span,
div.div_idalgo_content_team_list_group_title a{display:block;margin:10px 0px}
/** Construction des triangles **/
div.div_idalgo_content_team_list_group_title span:BEFORE,
div.div_idalgo_content_team_list_group_title a:BEFORE
{
    position:absolute;display:block;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #bbb6a8;
    height:0;width:0;
    content:"";
    left:50%;margin-left:-10px;top:37px;
    z-index:1
}
div.div_idalgo_content_team_list_group_title span:AFTER,
div.div_idalgo_content_team_list_group_title a:AFTER
{
    position:absolute;display:block;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fbfaf9;
    height:0;width:0;
    content:"";
    left:50%;margin-left:-10px;top:36px;
    z-index:1
}
/** Positionnement des elements pour la nav **/
div.div_idalgo_content_team_list_group_nav {height:50px;overflow:hidden;z-index:1}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_next{display:block}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_previous{position:absolute;top:5px;left:25%;height:40px;width:40px;background-position: center -2024px;cursor:pointer}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav{
    position:absolute;left:50%;top:5px;margin-left:-21px;line-height:50px}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li{
    font-size:1.25em;font-weight:bold;margin:5px 0 15px 0}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li span,
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li a
{
    border: 1px solid #e4e2dd;
    border-radius: 50%;
    background-color:#fbfaf9;
    color:#645f4f;
    text-align: center;
    width:40px;height:40px;line-height:40px;
    display:block;
    cursor:pointer;
    box-sizing:border-box
}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_next{position:absolute;top:5px;right:25%;height:40px;width:40px;background-position: center -1962px;cursor:pointer}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li{margin-bottom:20px}

/** Listes des groupes **/
div.div_idalgo_content_team_list_group{position:relative;overflow:hidden;height:260px}
div.div_idalgo_content_team_list_group span.span_idalgo_content_team_list_group_title,
div.div_idalgo_content_team_list_group a.a_idalgo_content_team_list_group_title{display:none}
ul.ul_idalgo_content_team_list_group,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team{margin-top:0}
ul.ul_idalgo_content_team_list_group{position:absolute;top:88px}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group{height:170px;overflow:hidden;width:100%;border-width:0px;margin-bottom:70px}
ul.ul_idalgo_content_team_list_group_team li.li_idalgo_content_team_list_group_team{position:relative}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li img{left:40%}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li span,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li a {left:50%;width:50%}


ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team img {left:38%}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.span_idalgo_content_team_list_edito_presentation_team_name{left:48%}

/** Calendar **/
div.div_idalgo_content_team_list_edito_group_match{width:70%;left:25%}

/** nav edito **/
div.div_idalgo_content_team_list_navigation_seperate{display:none}
ul.ul_idalgo_content_team_list_navigation_content li.idalgo_nav_visibility_hidden{visibility:hidden}

/* Module/Common/CSS/Responsive480/MainDomList.css ****************************************/
div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox a.idalgo_listbox_split_left,
div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox a.idalgo_listbox_split_right{display:none}

div.div_idalgo_content_cycling_navigation div.div_idalgo_content_cycling_navigation_days_listbox_current{
    left:37px;right:37px;width:auto}

div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu{margin-top:40px}

ul.ul_idalgo_nav_tab > li > a{padding-left:5px;padding-right:5px}

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

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

/* Module/Tennis/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_tennis_sport_on {background-position:center -156px}
.idalgo_icon_tennis_sport_off{background-position:center -186px}

/* Module/Pattern/CSS/Responsive480/DomMatch.css ******************************************/
/* Event */
span.span_idalgo_dom_match_match_localteam_goal{right:40px}
span.span_idalgo_dom_match_match_visitorteam_goal{left:40px}

/* Team */
span.span_idalgo_dom_match_match_localteam{padding-left:5px;padding-right:37.5px}
span.span_idalgo_dom_match_match_visitorteam{padding-right:5px;padding-left:37.5px}

span.span_idalgo_dom_match_match_localteam[data-logo="1"],
span.span_idalgo_dom_match_match_localteam_qualify{padding-right:67.5px}
span.span_idalgo_dom_match_match_visitorteam[data-logo="1"],
span.span_idalgo_dom_match_match_visitorteam_qualify{padding-left:67.5px}

span.span_idalgo_dom_match_match_localteam_txt,
span.span_idalgo_dom_match_match_visitorteam_txt,
a.a_idalgo_dom_match_match_localteam_txt,
a.a_idalgo_dom_match_match_visitorteam_txt{font-size:0.75em;line-height:13.3333px;padding:0}

/* Team Logo */
div.div_idalgo_dom_match_match_localteam img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_match_visitorteam img.img_idalgo_dom_match_match_visitorteam{width:25px}
img.img_idalgo_dom_match_match_localteam{left:auto;right:37.5px}
img.img_idalgo_dom_match_match_visitorteam{right:auto;left:37.5px}

/* Team Qualify */
div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{top:50%}
span.span_idalgo_dom_match_match_localteam[data-logo="1"] div.idalgo_icon_team_qualify,
span.span_idalgo_dom_match_match_visitorteam[data-logo="1"] div.idalgo_icon_team_qualify{top:75%}
span.span_idalgo_dom_match_match_localteam_qualify div.idalgo_icon_team_qualify{right:35px}
span.span_idalgo_dom_match_match_visitorteam_qualify div.idalgo_icon_team_qualify{left:35px}

/* Score */
div.div_idalgo_score_square_score{width:66px;height:32px;margin-top:-16px;margin-left:-33px}
span.span_idalgo_score_square_score{height:28px;width:28px;line-height:28px;font-size:16px}

span.span_idalgo_score_square_score_penalty{margin-top:-9px}
span.span_idalgo_score_square_score_local span.span_idalgo_score_square_score_penalty{margin-right:-2px}
span.span_idalgo_score_square_score_visitor span.span_idalgo_score_square_score_penalty{margin-left:-2px}

a.a_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_match_score {width:70px;margin-left:-35px}

/* Time */
span.span_idalgo_score_square_time{font-size:1em}

/* Link Comment */
a.a_idalgo_dom_match_link_comment{height:1.5em;padding-top:5px;padding-bottom:5px;font-weight:normal;line-height:1.3em}

/* Module/Tennis/CSS/Responsive480/DomMatch.css *******************************************/
li.li_idalgo_content_sport_score_center_competition_group_match_first{margin-top:0;border-top:none}

div.div_idalgo_dom_match_tennis_content_feature{padding-top:0}

/* Time */
span.span_idalgo_dom_match_tennis_content_hour{font-size:.875em;width:60px;margin-left:-30px}
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_match_time{font-size:1em}

/* Flags */
div.div_idalgo_dom_match_tennis_content_feature img{display:none}
div.div_idalgo_dom_match_tennis_content div.div_idalgo_dom_match_tennis_content_feature img{display:block}
div.div_idalgo_dom_match_tennis_content div.div_idalgo_dom_match_tennis_content_feature img.img_idalgo_dom_match_tennis_content_feature_player_country_big{display:none}

div.div_idalgo_dom_match_tennis[data-status="0"] img,
div.div_idalgo_dom_match_tennis[data-status="5"] img,
div.div_idalgo_dom_match_tennis[data-status="6"] img{margin-top:-5px}

/* Feature */
div.div_idalgo_dom_match_tennis_content_feature_player_name{font-size:0.9em;margin-right:-20px}

/* Feature - To Come, Canceled, Delayed */
div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1{margin-right:25px}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2{margin-left:25px}

div.div_idalgo_dom_match_tennis_content_feature_player_name{font-size:0.825em;margin-right:0}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    left:35px;margin-right:0}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    right:35px;margin-right:0}

/* Scores Total */
span.span_idalgo_dom_match_tennis_content_score_1,
span.span_idalgo_dom_match_tennis_content_score_2{display:none}

/* Score */
div.div_idalgo_dom_match_tennis div.div_idalgo_score_square{left:auto;right:0;width:50%}

div.div_idalgo_dom_match_tennis span.span_idalgo_score_square_score,
span.span_idalgo_dom_match_tennis_content_score_1,
span.span_idalgo_dom_match_tennis_content_score_2,
div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    font-size:14px;text-align:center;height:22px;width:22px;line-height:22px}

div.div_idalgo_dom_match_tennis_content_set_1{left:0px}
div.div_idalgo_dom_match_tennis_content_set_2{left:27px}
div.div_idalgo_dom_match_tennis_content_set_3{left:54px}
div.div_idalgo_dom_match_tennis_content_set_4{left:81px}
div.div_idalgo_dom_match_tennis_content_set_5{left:108px}

/* Service */
span.span_idalgo_dom_match_service{display:none}
span.span_idalgo_dom_match_service{background-position: center -249px;left:0}
span.span_idalgo_dom_match_tennis_content_service_1{top:4px}
span.span_idalgo_dom_match_tennis_content_service_2{margin-top:0}

/* Points */
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_1,
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_2{display:none}

/* Status */
div.div_idalgo_dom_match_tennis[data-status="9"] div.div_idalgo_dom_match_tennis_content_status{display:none}

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

/* Contenu */
div.div_idalgo_content_live_blogging_content_cards{margin-right:10px;margin-left:10px;margin-top:30px;z-index:1}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}

div.div_idalgo_content_live_blogging_content_addon_mobile{
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 23px;
}

img.img_idalgo_content_live_blogging_content_addon_mobile_content_type{
    position:absolute;display:block;
    top: 7px;
    width: 100%;
}

div.div_idalgo_content_live_blogging_content_title_addon{display:none}
/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}
div.div_idalgo_content_live_blogging_hashtag_list{height:35px}
/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}

/* Gabarit stats */
div.div_idalgo_content_template_addon{bottom:45px}
div.div_idalgo_content_template_addon_content{
    width:130px;
    height:130px;
    margin-top:-65px;
    margin-left:-65px;
    line-height:130px;

    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    border-radius:65px
}

span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block{line-height:45px;font-size:3.7em}

span.span_idalgo_content_template_addon_content_block + span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block + span.span_idalgo_content_template_addon_content2_block{
    font-size:1em;line-height:30px}

div.div_idalgo_content_template_addon_title{height:30px;bottom:-30px}
div.div_idalgo_content_template_addon_title span{line-height:30px}

div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content,
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content2{
    width:100px;
    height:100px;
    margin-top:-50px;
    line-height:100px;

    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px
}

span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block{font-size:2.7em;line-height:40px}
span.span_idalgo_template_addon_double_content_block + span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block + span.span_idalgo_template_addon_double_content2_block{
    line-height:14px}

/* Module/Common/CSS/Responsive480/LiveBlogging.css ***************************************/
@CHARSET "UTF-8";

/* Contenu */
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-right:0;margin-left:0;margin-top:30px}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}
div.div_idalgo_content_live_blogging_content_content_text iframe {width:100% !important;min-width:100% !important}

/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}

/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}


/* Gabarit Resultats */
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-result {height:auto;border:none;margin-bottom:15px}
div.div-idalgo-embed-result-team span{position:relative;display:block;width:90%;z-index:0}
span.span-idalgo-embed-resutl-visitor-team {left:0;padding-left:40px;padding-right:0;text-align:left;border-top:1px solid #e4e2dd}
img.img-idalgo-embed-resutl-visitor-team {left:0}
div.div-idalgo-embed-result-score {background-color:#ffffff;z-index:1;right:0;top:15px;font-size:1.2em;margin:0;width:auto;padding:0 10px}

/* Gabarit Match */

img.img-idalgo-embed-match-local-team,
img.img-idalgo-embed-match-visitor-team{position:absolute;top:65%;margin-top:-33px}
img.img-idalgo-embed-match-local-team{left:15%;}
img.img-idalgo-embed-match-visitor-team{right:15%;}
div.div-idalgo-embed-match-line-center{position:relative;display:block;width:33%;margin:0 auto;text-align:center;font-weight:bold;min-height:70px}
div.div-idalgo-embed-match-line-center-score, div.div-idalgo-embed-match-line-center-score span{font-size:20px;line-height:20px}

div.div-idalgo-embed-match-team{top:60px}
span.span-idalgo-embed-match-team-local{position:absolute;display:block;left:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
span.span-idalgo-embed-match-team-visitor{position:absolute;display:block;right:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Gabarit classement */
div.div-idalgo-embed-standing-part-left, div.div-idalgo-embed-standing-part-right{float:none;width:100%}
div.div-idalgo-embed-standing-part-right{display:none}
div.div-idalgo-embed-standing-more{
    display:block;position:relative;
    height:31px;width:50%;
    margin:0 auto;
    border-bottom:1px solid #e4e2dd;
    line-height:31px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    color:#3c382f;
}
span.span-idalgo-embed-standing-more-before,
span.span-idalgo-embed-standing-more-after{position:absolute;display:block;height:0;width:0;top:0;border:0 none;border-top:32px solid #ffffff}
span.span-idalgo-embed-standing-more-before{left:0;border-left:20px solid #e4e2dd}
span.span-idalgo-embed-standing-more-after{right:0;border-right:20px solid #e4e2dd}
div.div-idalgo-embed-standing-more:before,
div.div-idalgo-embed-standing-more:after{position:absolute;display:block;content:'';height:0;width:0;top:1px;border:0 none;border-top:32px solid transparent;z-index:1}
div.div-idalgo-embed-standing-more:before{left:-1px;border-left:20px solid #ffffff}
div.div-idalgo-embed-standing-more:after{right:-1px;border-right:20px solid #ffffff}

/* Module/Rugby/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_rugby_sport_on {background-position:center -1985px}
.idalgo_icon_rugby_sport_off{background-position:center -2017px}

/* 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:#bbb6a8}
    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}

/* Module/Common/CSS/Responsive480/MainTwitter.css ****************************************/
span.span_idalgo_tweet_username,
div.div_idalgo_twitter_infos p.p_idalgo_tweet_comment{font-size:1.077em;}
span.span_idalgo_tweet_login {font-size:0.942em;}

div.div_idalgo_twitter_mosaic {height:135px;}

/* Module/Football/CSS/Responsive480/MainSquadField.css ***********************************/
div.div_idalgo_match_squad_field_team {width:100%;overflow:hidden;white-space:nowrap}
div.div_idalgo_match_squad_field_content{height:auto;width:auto;max-width:336px;max-height:508px;margin:0 auto}
div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_field{width:100%;height:auto}

div.div_idalgo_match_squad_field_team span {font-size:0.75em;text-indent:10px}

div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_logo_team {
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

div.div_idalgo_match_squad_field_popup_action_opacity{
    left:0;
    max-width:336px;max-height:508px;margin:0 auto
}

/*** GESTION DES JOUEURS ***/
div.div_idalgo_match_squad_field_content ul.ul_idalgo_match_squad_field_content_list {width:100%;margin:0;left:0}

span.span_idalgo_match_squad_field_content_list_player_shirt {width:40%;top:-5%;margin:0 auto}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_num {
    font-size:0.75em;height:100%;line-height:60px;top:-5%
}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_name {
    height:15px;bottom:2%;
    line-height:15px;
    font-size: 0.675em;
}

/*** Gestion des actions ***/
span.span_idalgo_match_squad_field_content_list_player_card {
    width:50%;top:10%;
    left: 25%;
}

span.span_idalgo_match_squad_field_content_list_player_sub {
    top:25px;
    left:10%
}

span.span_idalgo_match_squad_field_content_list_player_goal {
    top:-40%
}


/*** GESTION POPUP BUT LIVE ***/

div.div_idalgo_match_squad_field_popup_goal_opacity{
    width:100%;height:calc(100% - 66px);
    left:0;
    margin:0;
}

div.div_idalgo_match_squad_field_popup_goal_content {
    width:80%;margin-left:-40%;margin-top:-47px;
}

div.div_idalgo_match_squad_field_popup_goal_content img {
    height:50px;width:50px;
    margin-top:-25px;
    margin-left:10%;
}

div.div_idalgo_match_squad_field_popup_goal_content_infos {left:30%}

span.span_idalgo_match_squad_field_popup_goal_content_infos_title {font-size:1em}
span.span_idalgo_match_squad_field_popup_goal_content_infos_txt {font-size:0.75em}

/* Module/Motor/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_motor_sport_on {background-position:center -157px}
.idalgo_icon_motor_sport_off{background-position:center -187px}

/* Module/Hand/CSS/Responsive480/MainPicture.css ******************************************/
.idalgo_icon_hand_sport_on{background-position: center -156px;}
.idalgo_icon_hand_sport_off{background-position: center -187px;}

/* Module/Basket/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_basket_sport_on {background-position:center -156px}
.idalgo_icon_basket_sport_off{background-position:center -187px}

/* Module/Football/CSS/Responsive480/MainPicture.css **************************************/
.idalgo_icon_football_sport_on {background-position:center -156px}
.idalgo_icon_football_sport_off{background-position:center -187px}

/* Module/Volley/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_volley_sport_on{background-position: center -156px}
.idalgo_icon_volley_sport_off{background-position: center -187px}

/* Module/Sport/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_jo_sport_on,
.idalgo_icon_sport_sport_on{background-position:center -157px}
.idalgo_icon_jo_sport_off,
.idalgo_icon_sport_sport_off{background-position:center -187px}

.idalgo_sprite_sport.idalgo_icon_sport_sport_off{background-position:center -30px}
.idalgo_sprite_sport.idalgo_icon_sport_sport_on{background-position:center -3px}

/* Module/Common/CSS/Responsive480/Title.css **********************************************/
.idalgo h2.title.module{
    font-size:.875em
}

/* Module/Football/CSS/Responsive480/MainSquadList.css ************************************/
/*** ENTETE EQUIPE ***/
div.div_idalgo_match_squad_list_head {
    height:60px;line-height:60px;
}
div.div_idalgo_match_squad_list_head div img {left:5px;margin-top:-15px;width:30px}
div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo {right:5px}
div.div_idalgo_match_squad_list_head div span {font-size:0.75em;margin-left:45px}
div.div_idalgo_match_squad_list_head div span.span_idalgo_match_squad_list_head_visitor_txt {margin-right:45px}

/*** ENTETE COACH ***/
div.div_idalgo_match_squad_list_coach {height:40px;line-height:40px}

div.div_idalgo_match_squad_list_coach div span {
    margin:0 20px;font-size:0.75em;
}

/*** LISTE DES JOUEURS ***/
ul.ul_idalgo_match_squad_list {width:48%}
li.li_idalgo_match_squad_list_player {height:42px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos {
    height:42px;line-height:32px;font-size:0.75em;float:left;
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player{
    position:relative;display:block;float:left;
}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player{
    float:right;
}

li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_name{
    position:absolute;display:block;width:100%;text-indent:35px;
}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_name{
    direction:rtl;
}

li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_shirt {margin-left:5px}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player span.span_idalgo_match_squad_list_player_infos_player_shirt {margin-left:0;margin-right:5px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details{height:24px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action{
    position:absolute;left:9px;margin-left:0}
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt,
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_career{
    float:none;margin-left:35px;margin-right:15px;font-size:0.625em;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card{
    position:absolute;right:0}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action{
    float:none;left:auto;margin-left:0;right:9px;margin-right:0}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt,
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_career{
    float:none;margin-right:35px;margin-left:15px}
ul.ul_idalgo_match_squad_list_visitor  li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card{
    left:0}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos div.div_idalgo_match_squad_list_player_infos_list_goal span.span_idalgo_match_squad_list_player_infos_list_goal_goal {
    background-position:-20px -10px;margin-top:0;width:12px;
}

/* Module/Pattern/CSS/Responsive480/Statistic.css *****************************************/
div.div_idalgo_content_statistic_average_left_block_num_played {
    font-size: 2.5em;
}

div.div_idalgo_content_statistic_average_right_result{width:50px}
div.div_idalgo_content_statistic_average_right_title {right:50px}
div.div_idalgo_content_statistic_average_right_title span {font-size: 0.9em}

div.div_idalgo_content_statistic_average_right_win_title {
    margin-right: 100px;
}
span.span_idalgo_content_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_statistic_average_right_win_result_3_percent {
    margin-top: 0;
    display:inline;
    line-height: inherit;
    font-size: 0.685em;
    margin: 0 2px;
    clear: both;
}

/* || V2 */
/* || Standing */
.idalgo.statistic > .list > ul > li{
    grid-template-columns:30px 40px 1fr 12% 12%
}
.idalgo.statistic > .list > ul > li > .name{
    font-size:.75em
}
.idalgo.statistic > .list > ul > li > .value5,
.idalgo.statistic > .list > ul > li > .value4,
.idalgo.statistic > .list > ul > li > .value3{
    display:none
}
.idalgo.statistic > .list > ul > li > .value2{
    font-size:.75em
}
.idalgo.statistic > .list > ul > li > .value1{
    font-size:.875em
}

/* Module/Football/CSS/Responsive480/Statistic.css ****************************************/

div.div_idalgo_content_football_statistic_average_left {
    width: auto;
    display:block;
    float:none;
    color: #645f4f;
    border-bottom:1px solid #e4e2dd;
    height:90px;
}
div.div_idalgo_content_football_statistic_average_left_block {
    float:left;
    width:33%;
}
div.div_idalgo_content_football_statistic_average_right {
    width: auto;
    margin-left:0;
    margin-top:10px;
    color: #645f4f;
    border:none;
    min-height: 340px;
    clear:both;
}

div.div_idalgo_content_football_statistic_average_right_result{width:120px}
div.div_idalgo_content_football_statistic_average_right_title{right:120px}

div.div_idalgo_content_football_statistic_average_right_win_title {
    margin-right: 120px;
}
span.span_idalgo_content_football_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_3_percent {
    margin-top: 0;
    display:block;
    line-height: inherit;
    font-size: 0.685em;
    margin: 0 2px;
    clear: both;
}

td.td_idalgo_content_football_statistic_standing_name > a{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/DomStanding.css *****************************************/
/*li.li_idalgo_dom_sport_standing div.div_idalgo_dom_sport_standing_line{margin-right:195px;}*/
li.li_idalgo_dom_sport_standing div.div_idalgo_dom_sport_standing_line{margin-right:170px}

div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_position{left:0;width:20px;color:#bbb6a8}
div.div_idalgo_dom_sport_standing_line div.span_idalgo_dom_sport_standing_name{left:20px;}

div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_points,
div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_percent{left:20px;width:25px}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_played{left:45px;width:25px}

span.span_idalgo_content_standing_form{left:70px;margin-left:100%;width:80px}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_content_standing_next_global{display:none}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_content_standing_last_global{left:150px;margin-left:100%;width:20px}
div.div_idalgo_dom_sport_standing_line 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_line_selected span.span_idalgo_content_standing_last{background-position: center -2674px}

/* Module/Rugby/CSS/Responsive480/DomMatch.css ********************************************/
span.span_idalgo_score_square_score_try{margin-bottom:-8px}

/* Module/Rugby/CSS/Responsive480/Standing.css ********************************************/
/* Standing - Responsive 480 */
div.div_idalgo_content_standing_content_content_button,
div.div_idalgo_content_rugby_standing span.span_idalgo_content_standing_bo,
div.div_idalgo_content_rugby_standing span.span_idalgo_content_standing_bd{display:none;}

/* Module/Pattern/CSS/Responsive480/TeamCalendar.css **************************************/

ul.ul_idalgo_content_calendar_list_statistic li span{font-size:0.696em}

li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_day{display:none}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_num_day{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    width:15px;
}
span.span_idalgo_content_calendar_competition{
    text-indent:5px;
    width:22%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:center;
}

a.a_idalgo_content_calendar_local_team{width:23%;padding:0 5px}
span.span_idalgo_content_calendar_score{width:14%}
a.a_idalgo_content_calendar_visitor_team{width:23%;padding:0 5px}

/* Module/Football/CSS/Responsive480/TeamCalendar.css *************************************/

ul.ul_idalgo_content_calendar_list_statistic li span{font-size:1em}

li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_day{display:none}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_num_day{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    width:15px;
}
span.span_idalgo_content_calendar_competition{
    text-indent:5px;
    width:22%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:center;
}
span.span_idalgo_content_calendar_score{width:12%}

/* Module/Sport/CSS/Responsive480/DomMatchPeriod.css **************************************/
div.div_idalgo_sport_dom_match_period[data-status="0"] div.div_idalgo_dom_match_match_score{
    position:absolute;display:block;width:70px;height:100%;top:0;left:50%;margin-left:-35px}

/* Team Logo */
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam{
    left:5px;right:auto}

/* Team */
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{width:100%}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam{
    padding-left:5px;padding-right:50px}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam[data-logo="1"],
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam[data-logo="1"]{
    padding-left:42px}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt{
   text-align:left}

div.div_idalgo_sport_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam{
    margin-left:0;margin-right:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{left:-5px}

div.div_idalgo_sport_dom_match_period ul.ul_idalgo_dom_match_match_period{display:none}

div.div_idalgo_sport_dom_match_period[data-status="0"] span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt{
    margin-left:0;margin-right:18px}


div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_score {
    left:auto;right:5px;width:40px}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score{
    height:76px;top:50%;margin-top:-38px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local{
    top:25%;margin-top:-15px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor{
    top:75%;margin-top:-15px}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_1,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square ,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_3{top:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score_local::after,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_score_square_score_local::after{
    width:40px;left:auto;right:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{
    font-size:14px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square{
    width: 40px;left:auto;right:0}

/* Module/Sport/CSS/Responsive480/DomMatchVersus.css **************************************/
/* Status */
div.div_idalgo_dom_match_versus_status{bottom:1px}
div.div_idalgo_sport_dom_match_versus div.div_idalgo_dom_match_versus_status span.short{display:inline}
div.div_idalgo_sport_dom_match_versus div.div_idalgo_dom_match_versus_status span.long{display:none}

/* Team */
div.div_idalgo_dom_match_versus_team span{font-size:0.75em;line-height:13.3333px}
div.div_idalgo_dom_match_versus_team[data-type="home"] span{padding-left:5px;padding-right:67.5px}
div.div_idalgo_dom_match_versus_team[data-type="away"] span{padding-right:5px;padding-left:67.5px}

/* Team Logo */
img.img_idalgo_dom_match_versus_team{width:25px}
img.img_idalgo_dom_match_versus_team[data-type="home"]{left:auto;right:50%;margin-right:37.5px}
img.img_idalgo_dom_match_versus_team[data-type="away"]{left:50%;right:auto;margin-left:37.5px}

/* Score */
div.div_idalgo_dom_match_versus_score{top:21px;width:65px;height:30px;margin-left:-32.5px}
span.span_idalgo_dom_match_versus_score{width:30px;height:30px;line-height:30px;font-size:1em}

/* Time */
span.span_idalgo_dom_match_versus_time{font-size:1em}

/* Module/Sport/CSS/Responsive480/Standing.css ********************************************/
div.div_idalgo_sport_standing_position {left:     0;width:35px}
div.div_idalgo_sport_standing_evolution{left:  35px;width:35px}
div.div_idalgo_sport_standing_country  {left:  70px;width:35px}
div.div_idalgo_sport_standing_name     {left: 105px;right:70px}
div.div_idalgo_sport_standing_played   {display:none}
div.div_idalgo_sport_standing_total    {right:    0;width:70px}

span.span_idalgo_sport_standing_evolution_value{
    top:0;margin-left:0;
    font-size:0.6875em
}
div.div_idalgo_sport_standing_country img{
    height:10px;margin-top:-5px
}
span.span_idalgo_sport_standing_name_first{
    display:none
}
span.span_idalgo_sport_standing_name_last{
    margin-left:0;font-size:0.8571em
}
span.span_idalgo_sport_standing_name_last:before{
    content: attr(data-first-abrev)
}
div.div_idalgo_sport_standing_total{
    font-size:0.75em
}


div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_percent,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_percent{
    left:40px;margin-left:100%}
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_played,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_played{
    left:80px;margin-left:100%}

span.span_idalgo_content_standing_form {margin-left:105px}
div.div_idalgo_content_standing_line > span.span_idalgo_content_standing_form{display:none}

/* Team List */
ul.ul_idalgo_content_standing_group_list_team{display:none}

/* Module/Pattern/CSS/Responsive480/FinalLegPopup.css *************************************/
div.div_idalgo_content_finalleg{top:3em}

/* Pour centrer le wrapper */
div.div_idalgo_finalleg_popup_wrapper_content {left:50%;margin-left:-270px;}

/* On n'affiche pas les titres des tours en mobile. */
div.div_idalgo_finalleg_popup_round_list_title_content_hidden_mobile span {display: none;}
div.div_idalgo_finalleg_popup_round_list_match_more_link_popup {display: none;}

/* Module/Pattern/CSS/Responsive480/StandingPopup.css *************************************/
div.div_idalgo_content_score_center_standing {left:0;margin-left:0;width:94%;padding:0 3% 10px 3%;top:4.5em;box-sizing:content-box}
div.div_idalgo_content_score_center_standing:after {content:' '; display: block; height: 2em;}

div.div_idalgo_sport_standing_popup{padding:0 0 10px 0;width:100%;left:0;margin-left:0;margin-top:2px}
div.div_idalgo_sport_standing_popup{padding:0}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_sport_standing_popup{top:1.5em}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title_standing{z-index: 100}
ul.ul_idalgo_content_sport_score_center_competition_group span.span_idalgo_content_sport_score_center_competition_group_title_standing.idalgo_live_standing_open{top:2em}

div.div_idalgo_content_competition_group_title_standing{position:absolute;top:0;right:0}
span.span_idalgo_content_competition_group_title_standing{
    position:absolute;
    top:5px;right:5px;
    text-align:right;
    line-height:1.3em;
}

div.div_idalgo_content_sport_score_center_competition_title_standing{margin-bottom:1.5em}

div.div_idalgo_content_sport_score_center_competition_title_standing_action{
    display:block;position:absolute;
    top:100%;left:0;
    width:100%;height:2.9em;
    margin-top:2px;
    line-height:3em;
    border-bottom:1px solid #e4e2dd;
}

span.idalgo_standing_open{
    position:relative;display:inline-block;
    height:100%;
    border-left:10px solid #e4e2dd;border-right:10px solid #e4e2dd;
    padding:0 10px;
    background-color:#ffffff
}

div.div_idalgo_sport_standing_popup_list_elem_container_content_match{display:none}
div.div_idalgo_sport_standing_popup span.span_idalgo_content_standing_played{left:105px;width:25px}

/* Module/Motor/CSS/Responsive480/StandingPopup.css ***************************************/
div.div_idalgo_display_popup_rank_motor_stage{
    width: 100%;
    left:0;
    padding: 0;
    top:0
}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_img_content_country{left:18px}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_content_constructor{left:10px}

/* Module/Motor/CSS/Responsive480/ScoreCenter.css *****************************************/
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_title,
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_title{display: 1.5em}

    li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_hidden,
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_hidden{margin-bottom: 0}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live{
    position:absolute;display:block;right:0;top:0;height:1.5em;width:100%;line-height:1.5em;text-align:right;padding-right:10px}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live span,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span{position:relative;text-transform:uppercase;font-weight: bold}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live > span,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live > span{font-size:0.6875em;letter-spacing: 0.1em}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live > span + span:before,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live > span + span:before{content:' - '}

div.div_idalgo_content_sport_score_center_competition_title_mobile_live span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span{color:#4db103}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live_end span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live_end span{color:#840303}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live_stop span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live_stop span{color:#ff6600}

span.span_idalgo_content_sport_score_center_competition_group_title_mobile_live_lap{margin-left:5px}
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span.span_idalgo_content_sport_score_center_competition_group_title_mobile_live_lap_all{color:#645f4f}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_position {font-size: 16px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    left:10px}
li.li_idalgo_dom_match_pilot_list_content span,
span.span_idalgo_dom_match_title_circuit_name {font-size:0.75em}
span.span_idalgo_dom_match_title_circuit_name {
    margin-left:35px;margin-right:20px;text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
/** MOTOR **/
div.div_idalgo_dom_match_title,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_point,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
span.span_idalgo_dom_match_title_txt_time,
span.span_idalgo_dom_match_title_txt_diff,
span.span_idalgo_dom_match_title_txt_lap,
span.span_idalgo_dom_match_title_txt_pts,
span.span_idalgo_dom_match_title_txt_time_course,
span.span_idalgo_dom_match_title_txt_lap_course,
span.span_idalgo_dom_match_title_txt_qualif_1,
span.span_idalgo_dom_match_title_txt_qualif_2,
span.span_idalgo_dom_match_title_txt_qualif_3{display:none}

span.span_idalgo_dom_match_title_date_session {font-size: 1em}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_name {margin-left: 50px}

/*li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title{border-botom:none}*/

div.div_idalgo_dom_result_motor[data-status="1"] div.div_idalgo_dom_match_title {display: block}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time {right:10px}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif {display:none}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap + span.span_idalgo_score_center_motor_time_qualif {display:block}

li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_title span.span_idalgo_content_sport_score_center_competition_group_title{display: none}
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_hidden span.span_idalgo_content_sport_score_center_competition_group_title{display: block}

li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title {border: none}
li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_hidden {border-bottom: 1px solid #e4e2dd}
/*Centrer le temps*/
div.div_idalgo_dom_match_title {text-align:center}
span.span_idalgo_dom_match_title_date_session {position:relative;left:-4px}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time_course,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_diff,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_1,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_2,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_3,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif{width:auto}

/* Module/Sport/CSS/Responsive480/Event.css ***********************************************/
div.div_idalgo_dom_event{
    padding:0 25px 10px;
}
div.div_idalgo_dom_event_title {
    height:60px;
}
div.div_idalgo_dom_event_title_tournament,
div.div_idalgo_dom_event_title_name{display:block;text-align: center;height: 30px;margin-left:0}
    div.div_idalgo_dom_event_title_tournament{line-height:36px}
    div.div_idalgo_dom_event_title_name{line-height:21px}

div.div_idalgo_dom_event_title_tournament span,
div.div_idalgo_dom_event_title_name span{text-transform: uppercase;font-weight:bold}
div.div_idalgo_dom_event_title_tournament > span{font-size:0.625em}
div.div_idalgo_dom_event_title_tournament:after {position: absolute;display: block;content:'';width:13px;height:2px;background-color:#000000;top:34px;left:50%;margin-left:-10px}
div.div_idalgo_dom_event_title_name > span{font-size:0.5em !important;}

img.img_idalgo_dom_event_match_channel{position:absolute;display:block;right:0;top:-18px;height:40px;width:40px;background-color:#ffffff;}

/* Affichage score */
div.div_idalgo_dom_event_match_center_score {
    top:10px;
    width:70px;
    height:31px;
    margin-left:-35px;
}
div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_match_center_score_center_visitor{
    height:28px;width:28px;
    line-height:28px
}
div.div_idalgo_dom_event_match_center_score_center_hour {
    height:16px;line-height:16px;width:32px;
    font-size:9px;
    margin-left:-16px;
}

/* Module/Sport/CSS/Responsive480/EventFootball.css ***************************************/
div.div_idalgo_dom_event_match_header_center span{min-width:48px}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture {
    position:relative;
    height: 50px;width:auto;
    top:0;
    text-align:center;
    margin-bottom:10px
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture img,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture img {
    position:relative;display: block;
    height:50px;width:50px;
    margin: 0 auto;
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_name,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_name {
    padding:0;
    left:0;
    text-align: center;
}

span.span_idalgo_dom_event_match_center_score_center_local_penalty,
span.span_idalgo_dom_event_match_center_score_center_visitor_penalty{
    margin-top:-8px
}

div.div_idalgo_dom_event_football ul.ul_idalgo_dom_event_match_center_team_list_goal {
    padding:10px 0 0 0;
}

ul.ul_idalgo_dom_event_match_center_team_list_goal:before{
    content:'';
    position: absolute;display: block;
    height: 2px;width: 20px;
    background-color: #3c382f;
    left:50%;margin-left:-10px;
    top:3px
}

div.div_idalgo_dom_event_football ul.ul_idalgo_dom_event_match_center_team_list_goal li{
    text-align:center
}

/* Module/Sport/CSS/Responsive480/EventMotor.css ******************************************/
div.div_idalgo_dom_event_match_center_center_photo {
    height:158px
}
ul.ul_idalgo_dom_event_match_center_center_result {
    position:relative;display:block;
    margin-left:0;
    overflow:hidden
}
li.li_idalgo_dom_event_match_center_center_result {
    height:3em;line-height:3em;
}
li.li_idalgo_dom_event_match_center_center_result:hover{
    background-color:#ffffff;
}
li.li_idalgo_dom_event_match_center_center_result:first-child img.img_idalgo_dom_event_match_center_center_result_pilot,
img.img_idalgo_dom_event_match_center_center_result_pilot{
    display:none
}
img.img_idalgo_dom_event_match_center_center_result_country {
    top:25%
}
div.div_idalgo_dom_event_match_center_center_result_pilot,
div.div_idalgo_dom_event_match_center_center_result_constructor {
    width:65%;
    left:0;
    text-indent:25px;
    line-height:1.5em;
    height:1.5em;
}
div.div_idalgo_dom_event_match_center_center_result_point,
div.div_idalgo_dom_event_match_center_center_result_time {
    position:absolute;display:block;
    left:65%;width:35%;
    line-height:1.5em;
    height:1.5em;
    text-align:right
}

div.div_idalgo_dom_event_match_center_center_result_constructor,
div.div_idalgo_dom_event_match_center_center_result_point {top:1.5em; line-height: 1em}

div.div_idalgo_dom_event_motor div.div_idalgo_dom_event_match_center{padding-bottom:0}
/** Libre/qualif on cache les points */
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_pilot {
    width:65%
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_constructor {
    left:0;width:100%
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_point {
    display:none
}

/* Module/Sport/CSS/Responsive480/EventTennis.css *****************************************/
div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event_match_header_visitor{width:35%;top:0}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_header_local{left:0;}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_header_visitor{right:0;left:auto}

div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_center {
    height:120px
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center{
    height:120px;
    padding-bottom: 0;
    margin-left:0
}

div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_match_center_visitor{
    position:absolute;display:block;
    width:40%;top:0;
    height: 100%;overflow:hidden;
    text-align:center
}
div.div_idalgo_dom_event_match_center_local{left:0}
div.div_idalgo_dom_event_match_center_visitor{right:0}

div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_center_visitor_player_picture{
    position:relative;
    margin: 0 auto 0.5em;
    height:50px;width:50px
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player{height:100%;width:100%}
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_visitor_player_country{
    position:relative;display:block;
    top:auto;left:0;
    text-align:center;
    line-height:16px;
    height:16px
}
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_visitor_player_country {
    display:inline;
    height:11px;
    margin-top:0.3em;
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center {
    height:50px;line-height: 50px;
    width:70px;left:0;right:0;top:0;
    margin-left:0;
}

div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center div.div_idalgo_dom_event_match_center_score_center_visitor{
    position:absolute;display:block;
    height:30px;width:30px;
    margin-left:0;
    line-height:30px;
    top:0;
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_score_center_local{left:0}
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_score_center_visitor{left:auto;right:0;top:0}

div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_point_local,
div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_point_visitor {
    position: absolute;display: block;
    top:40px;width: 24px;height: 24px;
    border-radius: 50%;
    margin-left:0;
    line-height: 24px;
    background-color: #4db103;
    border-color: #4db103;
    color:#ffffff
}
div.div_idalgo_dom_event_match_center_score_center_point_local{left:7px}
div.div_idalgo_dom_event_match_center_score_center_point_visitor{right:7px;left:auto}
span.span_idalgo_dom_event_match_center_service_1{
    left:20%;margin-left:-35px;
    top:30px;
}
span.span_idalgo_dom_event_match_center_service_2{
    left:80%;margin-left:10px;
    top:30px;
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local:after{
    position: absolute;display: block;
    content:'';
    width:20%;
    height:3px;
    background-color:#3c382f;
    top:50%;left:100%
}

ul.ul_idalgo_dom_event_match_set{
    position:relative;display:block;
    width:auto;text-align:center;
    top:0;padding-bottom:1em;
}
ul.ul_idalgo_dom_event_match_set > li {display:inline-block;float:none}

/** Surcharge 768 **/
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_local{left:0}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_visitor{right:0}
/** END Surcharge 768 **/
/** Gestion des doubles **/
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor{top:0;width:30%}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player {
    position:absolute;
    top:0;left:0;
    margin-top:0;
    height:100%
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player +
div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player +
div.div_idalgo_dom_event_match_center_visitor_player{margin-top:0px}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture{left:0;right:auto;top:16px}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
div.div_idalgo_dom_event_match_center_visitor_player_picture{left:auto;right:0}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_country {
    top:0;left:25%;
    margin-top:0;
    margin-left:-8px
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
img.img_idalgo_dom_event_match_center_visitor_player_country {left:75%;top:0}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name{
    position:absolute;
    top:60px;
    left:0;right:0;
    width:100%;text-align:center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player div.div_idalgo_dom_event_match_center_visitor_player_name{
    top:76px;
}

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

div.div_idalgo_content_cycling_race_identity_left{width:80px}
    img.img_idalgo_content_cycling_race_identity_left{width:90%}
    
div.div_idalgo_content_cycling_race_identity_content{margin-left:85px;margin-right:0}

div.div_idalgo_content_cycling_race_identity_right{top:50%;left:0;width:80px}
    img.img_idalgo_content_cycling_race_identity_right{position:relative;display:block;width:50px;margin:10px auto}
    
span.span_idalgo_content_cycling_race_identity_content_label{height:50%;line-height:1.5em;font-weight:normal;color:#bbb6a8}
span.span_idalgo_content_cycling_race_identity_content_value{height:50%;line-height:1em;float:left;text-indent:5px;margin:0;width:100%}

/* Module/Pattern/CSS/Responsive480/Menu.css **********************************************/
/* MENU FAMILLES */
div.div_idalgo_menu_type_3 button.button_idalgo_menu,
div.div_idalgo_menu_type_5 button.button_idalgo_menu,
div.div_idalgo_menu_type_20 button.button_idalgo_menu,
div.div_idalgo_menu_type_27 button.button_idalgo_menu,
div.div_idalgo_menu_type_29 button.button_idalgo_menu,
div.div_idalgo_menu_type_34 button.button_idalgo_menu,
div.div_idalgo_menu_type_37 button.button_idalgo_menu{top:5px}

/* MENUS RUBRIQUES */
div.div_idalgo_menu_type_4 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_7 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_28 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_43 nav.nav_idalgo_menu{top:0}

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

div.div_idalgo_content_cycling_list_frieze {display:none}

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

.div_idalgo_content_cycling_podium_winner{
    font-size:0.675em
}
.span_idalgo_content_cycling_podium_winner_competition_name{
    font-size: 0.85em;
}
.img_idalgo_content_cycling_podium {width:90%}

div.div_idalgo_content_cycling_podium_podium_list {width:100%}
.img_idalgo_content_cycling_podium_podium_list_1,
.img_idalgo_content_cycling_podium_podium_list_2,
.img_idalgo_content_cycling_podium_podium_list_3 {width:50%}

div.div_idalgo_content_cycling_podium_podium_list_1,
div.div_idalgo_content_cycling_podium_podium_list_2,
div.div_idalgo_content_cycling_podium_podium_list_3 {width:33%;margin:0}

span.span_idalgo_content_cycling_podium_podium_list_1,
span.span_idalgo_content_cycling_podium_podium_list_2,
span.span_idalgo_content_cycling_podium_podium_list_3 {position:absolute; font-size:2em}

/** Second **/
span.span_idalgo_content_cycling_podium_podium_list_1 {left:20px}
.img_idalgo_content_cycling_podium_podium_list_1_country {float:right; margin:5px 0}
span.span_idalgo_content_cycling_podium_podium_list_1_team{margin:0;float:right}
.span_idalgo_content_cycling_podium_podium_list_1_name {float:right}

/** Vainqueur **/
a.a_idalgo_content_cycling_podium_podium_list_2 {display:block;text-align:center;width:100%}
span.span_idalgo_content_cycling_podium_podium_list_2_time {font-size:1em;padding:0}
span.span_idalgo_content_cycling_podium_podium_list_2 {left:5px}

/** Troisi&egrave;me **/
span.span_idalgo_content_cycling_podium_podium_list_3 {right:20px}
.span_idalgo_content_cycling_podium_podium_list_3_team {margin:0}

/** Trait de s&eacute;paration **/
.div_idalgo_content_cycling_podium_podium_list_fill1{height:75px}

/********************* MEILLEURS DE CHAQUE CLT ************************************/

.span_idalgo_content_cycling_podium_list_point_num{top:40px}

/* Module/Cycling/CSS/Responsive480/RaceCalendar.css **************************************/
div.div_idalgo_content_cycling_race_calendar{margin:0 10px}

span.span_idalgo_content_cycling_race_profil_logo{top:40px}

ul.ul_idalgo_content_cycling_race_calendar_profil_list {
    padding: 3% 0;
}

/* LISTE DES ETAPES */
li.li_idalgo_content_cycling_race_calendar_step{height:160px}

/** block etape **/
div.div_idalgo_content_cycling_race_calendar_step{top:15px;left:5px}

/** block info de l'etape **/
div.div_idalgo_content_cycling_race_calendar_step_info{margin-left:110px;margin-right:0}

span.span_idalgo_content_cycling_race_calendar_step_dateshort{display:block}
span.span_idalgo_content_cycling_race_calendar_step_date{display:none}

span.span_idalgo_content_cycling_race_calendar_step_start,
span.span_idalgo_content_cycling_race_calendar_step_end{display:block;width:100%;height:20px;
    line-height:20px;font-size:0.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

div.div_idalgo_content_cycling_race_calendar_step_distance{position:absolute;width:100%;top:60px}

div.div_idalgo_content_cycling_race_calendar_step_winner,
div.div_idalgo_content_cycling_race_calendar_step_leader{position:absolute;height:15px;width:100%;left:auto;
    text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
div.div_idalgo_content_cycling_race_calendar_step_winner{top:80px}
div.div_idalgo_content_cycling_race_calendar_step_leader{top:95px}

a.a_idalgo_content_cycling_race_calendar_step_link{font-size:0.7em;left:auto;right:auto;text-align:center;width:100%}

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

/* Block d'un equipe */
div.div_idalgo_content_cycling_team_list_teams div.div_idalgo_content_cycling_team_list_teams_content{float:none;width:95%;margin:auto auto 15px auto;box-shadow:none;border-color:#e4e2dd}

/* Contenu d'un block */
div.div_idalgo_content_cycling_team_list_teams_content_leader{margin-bottom:5px}
div.div_idalgo_content_cycling_team_list_teams_content_seperate                      {display:none}
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link   {background-color:#003978;opacity:1}
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link a {color:#ffffff}

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

/** PARCOURS DE L'ETAPE **/
h2.h2_idalgo_content_cycling_step_header_title span {width:150px;font-size:0.75em}

div.div_idalgo_content_cycling_step_header_title{}

div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_start,
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_separate,
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_end{
    position:relative;display:inline;width:auto;padding:0;left:0;margin-left:0;
    line-height:25px;vertical-align:top}
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_start{
    padding-left:5px}

div.div_idalgo_content_cycling_step_header_mobile_background{
    position:relative;
    display:block;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    overflow:visible;
    margin:0 10px;
}

div.div_idalgo_content_cycling_step_header_background,
div.div_idalgo_content_cycling_step_header_map {display:none}

div.div_idalgo_content_cycling_step_header_mobile_map{
    position:absolute;
    display:block;
    width:100%;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    overflow:visible;
}

/** DATE + STATUS **/
span.span_idalgo_content_cycling_step_header_date {text-align:left;text-indent:10px;font-size:0.875em}
span.span_idalgo_content_cycling_step_header_status {right:0;left:auto}

/** Timeline **/
div.div_idalgo_content_cycling_step_header_timeline_background {margin-top:25%;left:0;margin-left:0;width:100%;}

/* div.div_idalgo_content_cycling_step_header_mobile_background div.div_idalgo_content_cycling_step_header_timeline_logo,
div.div_idalgo_content_cycling_step_header_mobile_background span.span_idalgo_content_cycling_step_header_timeline{display:block !important} */

/** Echappee **/
ul.ul_idalgo_cycling_step_live_breakaway_list li.li_idalgo_cycling_step_live_breakaway label{font-size:0.75em}
img.img_idalgo_cycling_step_live_breakaway_picture{max-width:none;min-height:40px;left:50%;margin-left:-55px}

div.div_idalgo_cycling_step_live_breakaway_background {top:378px}

ul.ul_idalgo_cycling_step_live_breakaway_person {top:45%;width:50%;left:25%}

/* Module/Pattern/CSS/Responsive480/TeamSquad.css *****************************************/

ul.ul_idalgo_content_team_squad_content_list{
    overflow:hidden;
}

ul.ul_idalgo_content_team_squad_content_list li.li_idalgo_content_team_squad_content_list_person{
    width:100%;
    height:220px;
    padding:0;
    display:none;
}

ul.ul_idalgo_content_team_squad_content_list li.li_idalgo_content_team_squad_content_list_person.li_idalgo_content_team_squad_content_list_is_selected {
    display:block;
}

a.a_idalgo_content_team_squad_main_person{
    box-shadow: none;
    border: none;
    height: 100%;
}

img.img_idalgo_content_team_squad_main_person_person{
    position:absolute;
    top:2px;
    left:-25px;
    margin-left:50%;
    width:50px;
    height:70px;
}

img.img_idalgo_content_team_squad_main_person_country{
    position:absolute;
    top:auto;
    left:100px;
    bottom:10px;
}

img.img_idalgo_content_team_squad_main_person_country.img_idalgo_content_team_squad_main_person_team{
    left:27px;
}

div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info {
    top:83px;
    width:auto;
    padding-left:80px;
    margin-left:0
}

ul.ul_idalgo_content_team_squad_main_person_info li {
    font-size: 1em;
    line-height: 1.875em;
}

ul.ul_idalgo_content_team_squad_main_person_info li.li_idalgo_content_team_squad_main_person_info_firstname {
    line-height: 1.5em;
}

ul.ul_idalgo_content_team_squad_main_person_info li.li_idalgo_content_team_squad_main_person_info_name {
    font-weight: bold;
    font-size: 1em;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

span.span_idalgo_content_team_squad_main_person_num_person{
    position:absolute;display:block;
    left:0px;
    top:103px;
    width:80px;
    border:none;
    text-align:center;
    font-size:2.25em;
    font-weight:bold;
    color:#003978;
}

span.span_idalgo_content_team_squad_main_person_num_person.span_idalgo_content_team_squad_main_person_empty {
    display:block;
    color:#e4e2dd;
}

select.select_idalgo_content_team_squad_content_select {
    display:block;
    position:relative;
    width:100%;
}

div.div_idalgo_content_team_squad_content_action_previous,
div.div_idalgo_content_team_squad_content_action_next {
    display:block;
    position:absolute;
    top:40px;
    height:40px;
    z-index: 10;
    cursor: pointer;
}

div.div_idalgo_content_team_squad_content_action_next {
    right:50px;
    background-position: center -1966px;
}

div.div_idalgo_content_team_squad_content_action_previous {
    left:50px;
    background-position: center -2028px;
}

/*div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info,
div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info li {
    overflow:visible;
}*/

div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info li {
    height:auto;
}

div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_country,
div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_team{
    left:-30px;
}

div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_team{
    bottom:5px;
}

/* Module/Pattern/CSS/Responsive480/PlayerIdentity.css ************************************/
div.div_idalgo_player_identity{margin-left:0}
div.div_idalgo_player_identity_content{margin-left:10px;font-size:0.75em}

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

div.div_idalgo_content_cycling_player_identity{margin:0 10px}

/* Module/Pattern/CSS/Responsive480/PlayerCalendar.css ************************************/

div.div_idalgo_player_calendar{margin-left:0;}

div.idalgo_player_calendar_player a.a_idalgo_content_calendar_local_team,
div.idalgo_player_calendar_player a.a_idalgo_content_calendar_visitor_team {width:90px}

div.idalgo_player_calendar_player p.p_idalgo_content_calendar_content{font-size:0.8em;margin-top:25px}

/* Suppression des colonnes de l&eacute;gende*/
div.idalgo_player_calendar_player li.li_idalgo_content_calendar_average_time{display:none}
div.idalgo_player_calendar_player span.span_idalgo_content_calendar_competition_time{display:none}

/* Agrandissement de la colonne */
div.div_idalgo_content_calendar span.span_idalgo_content_calendar_competition{width:24%}

/* Agrandissement de "tout ouvrir/tout fermer" */
div.idalgo_player_calendar_player div.div_idalgo_content_calendar_part_listbox div.div_idalgo_listbox{margin-left: 5%;width: 90%}

ul.ul_idalgo_content_calendar_average li, ul.ul_idalgo_content_calendar_average_bottom li{margin-right:5px}

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

div.div_idalgo_content_cycling_player_calendar{margin:0 10px}

div.div_idalgo_content_cycling_player_calendar_header span.span_idalgo_content_cycling_player_calendar_header_position_general {width:50px;left:18%}
div.div_idalgo_content_cycling_player_calendar_header span.span_idalgo_content_cycling_player_calendar_header_position_step    {width:50px;left:50%}

div.div_idalgo_content_player_calendar_step{position:relative;height:4em;line-height:normal;margin-bottom:10px}
div.div_idalgo_content_player_calendar_step > span{position:absolute;width:auto}

span.span_idalgo_content_player_calendar_step_date        {font-weight:bold;top:0;text-indent:0}
span.span_idalgo_content_player_calendar_step_competition {left:20%;top:0;font-weight:normal}

div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_position_general {left:20%;top:2em;width:30px}

span.span_idalgo_content_player_calendar_step_shirt {top:2em}
span.span_idalgo_content_player_calendar_step_step  {left:50%;top:0;font-weight:normal}

div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_position_step    {width:50px;left:50%;top:2em;color:#840303}
div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_profil           {width:30px;right:5%;top:1.5em}
div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_sep_line         {display:block;top:1.5em;height:1px;width:100%;background-color:#fbfaf9}

/* Module/Football/CSS/Responsive480/FinalDrawPot.css *************************************/
li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list_short{
        position:relative;display:block;
        font-weight:bold;
        text-indent:25px;
        font-size:0.75em;
        overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
        transition:font-size 1s ease
}
li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list{display:none}

span.span_idalgo_football_widget_final_draw_pot_list_title{display:none}
span.span_idalgo_football_widget_final_draw_pot_list_title.short{display:block}

/* Module/Football/CSS/Responsive480/FinalDraw.css ****************************************/

li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group_short{
        position:relative;display:block;
        font-weight:bold;
        text-indent:25px;
        font-size:0.75em;
        overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
        transition:font-size 1s ease
}
li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group{display:none}

/* Module/Football/CSS/Responsive480/ListPlayer.css ***************************************/

div.div_idalgo_content_list_player_content{margin:0 10px}

/** Titre de la liste **/
div.div_idalgo_content_list_player_content_title{position:relative;margin:0px 20px 30px 20px}
div.div_idalgo_content_list_player_content_title_journalist{position:relative;left:0;text-align:center;margin-right: 20px;}
div.div_idalgo_content_list_player_content_title_journalist span{display:inline;margin-left:5px}

/** Header du joueur **/
div.div_idalgo_player_header_name{left:40%;right:auto;text-align:left;font-size:0.8em}
div.div_idalgo_player_header_photo{left:23%}
div.div_idalgo_player_header_info{right:30px;top:14px;left:auto}
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_age,
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_country{display:none}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name{margin-top:6px}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name_nickname{margin-top:6px;font-weight:bold}
div.div_idalgo_player_header_name span{display:block;line-height:1em}
div.div_idalgo_player_header_info img.img_idalgo_player_header_info{margin-left:0px}

div.div_idalgo_content_list_player_content div.div_idalgo_player_header div.idalgo_list_player_photo_selected:before{width:60px;height:60px}
div.div_idalgo_content_list_player_content div.div_idalgo_player_header div.idalgo_list_player_photo_selected{margin-left: -25px;top: -10px;width:50px;height:50px;background-size:50px 50px}

div.div_idalgo_content_list_player_content div.div_idalgo_player_header_selected {margin-top:0}

/** Edito du joueur - informations **/
div.div_idalgo_player_comment{margin-top:5px}
div.div_idalgo_player_comment span.span_idalgo_player_comment_age{display:block;text-align:center;color:#bbb6a8;font-size:0.7em;margin-left: 10px}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_position{width:43%}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_team{width:40%}

/** Edito du joueur - Commentaire **/
div.div_idalgo_player_comment_info{position:relative;margin:20px 0}
div.div_idalgo_player_comment_info span.span_idalgo_player_comment_info_comment{margin-top:20px}

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

/* Module/Pattern/CSS/Responsive480/CompetitionNavigation.css *****************************/
div.div_idalgo_content_competition_navigation_part_center{width:100%}
div.div_idalgo_content_competition_navigation_part{display:block;width:100%}
div.div_idalgo_content_competition_navigation_part ul.ul_idalgo_dropdown_menu a.a_idalgo_dropdown_menu_selected{color:#003978}
div.div_idalgo_content_competition_navigation_part_buttonlist{display:none}

ul.ul_idalgo_dropdown_menu_top{top:10px;bottom:0;border:0 none;padding-top:3.5em}
    div.div_idalgo_content_competition_navigation_group_center ul.ul_idalgo_dropdown_menu_top li,
    div.div_idalgo_content_competition_navigation_season_center ul.ul_idalgo_dropdown_menu_top li{display:block;float:left;width:24%;padding:0;margin:0;margin-right:1%;margin-bottom:10%;text-align:center}

    div.div_idalgo_content_competition_navigation_round_center ul.ul_idalgo_dropdown_menu_top li,
    div.div_idalgo_content_competition_navigation_district_center ul.ul_idalgo_dropdown_menu_top li{text-align:center}

    ul.ul_idalgo_dropdown_menu li.li_idalgo_dropdown_menu:hover{background-color: transparent}
        div.div_idalgo_content_competition_navigation_group_center ul.ul_idalgo_dropdown_menu_top li a,
        div.div_idalgo_content_competition_navigation_season_center ul.ul_idalgo_dropdown_menu_top li a{display:inline;padding:5px 20px;border:1px solid #e4e2dd;font-size:1em;font-weight:bold}

        div.div_idalgo_content_competition_navigation_round_center ul.ul_idalgo_dropdown_menu_top li a,
        div.div_idalgo_content_competition_navigation_district_center ul.ul_idalgo_dropdown_menu_top li a{display:block;margin:-3px auto;padding:15px 20px;width:200px;border:1px solid #e4e2dd;font-size:1em;font-weight:bold}

    /* Croix de fermeture de la vue */
    ul.ul_idalgo_dropdown_menu_top span{position:absolute;display:block;font-size:2em;color:#003978;right:15px;top:-30px;cursor:pointer;}

/* Module/Football/CSS/Responsive480/StatisticPlayerGoal.css ******************************/

div.div_idalgo_content_football_statistic_player h2.idalgo_title1{display:block}
div.div_idalgo_content_football_statistic_podium{height:250px;}
img.img_idalgo_content_football_statistic_podium_logo_long{display:none}
img.img_idalgo_content_football_statistic_podium_logo_short{
    margin-top:10px;
    display:inline;
}
div.div_idalgo_content_football_statistic_podium_1 span.span_idalgo_content_football_statistic_podium_name{
    top:-50px;
}
div.div_idalgo_content_football_statistic_podium_2 span.span_idalgo_content_football_statistic_podium_name,
div.div_idalgo_content_football_statistic_podium_3 span.span_idalgo_content_football_statistic_podium_name{
    font-size:0.625em;
}
div.div_idalgo_content_football_statistic_podium div.div_idalgo_content_football_statistic_podium_logo{
    width:50px;
    margin-left:-25px;
    height:60px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_logo{
    width:80px;
    margin-left:-40px;
    height:90px;
}
img.img_idalgo_content_football_statistic_podium_logo_short{
    margin-top:10px;
    display:inline;
}
div.div_idalgo_content_football_statistic_podium_circle{
    top:65px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_circle{
    top:95px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_circle{width:68px;height:68px;line-height:68px;margin-left:-34px;font-size:24px}
div.div_idalgo_content_football_statistic_podium_2 div.div_idalgo_content_football_statistic_podium_circle,
div.div_idalgo_content_football_statistic_podium_3 div.div_idalgo_content_football_statistic_podium_circle{width:52px;height:52px;line-height:52px;margin-left:-26px;font-size:20px}

div.div_idalgo_content_football_statistic_podium_1 span.span_idalgo_content_football_statistic_podium_position{margin-right:45px}
div.div_idalgo_content_football_statistic_podium_2 span.span_idalgo_content_football_statistic_podium_position{margin-right:35px}
div.div_idalgo_content_football_statistic_podium_3 span.span_idalgo_content_football_statistic_podium_position{margin-left:35px}

div.div_idalgo_content_football_statistic_player td.td_idalgo_content_football_statistic_standing_logo > img{width:15px;height:15px}
div.div_idalgo_content_football_statistic_player th:nth-last-child(2),
div.div_idalgo_content_football_statistic_player td:nth-last-child(2){display:none}

/* Module/Pattern/CSS/Responsive480/Result.css ********************************************/
div.div_idalgo_content_result ul.ul_idalgo_content_result_group_list_team{height:1px}
div.div_idalgo_content_result ul.ul_idalgo_content_result_group_list_team_small li.li_idalgo_content_result_group_list_team{
    height:1px}

div.div_idalgo_content_result li.li_idalgo_content_standing,
div.div_idalgo_content_result_group_content li.li_idalgo_content_standing_head,
li.li_idalgo_content_result_date_list_match{margin:0 5px;width:auto}

div.div_idalgo_content_result a.a_idalgo_content_result_group_list_team{color:transparent}

div.div_idalgo_content_result li.li_idalgo_content_result_group_list_team{height:2em}

/* Module/Pattern/CSS/Responsive480/StandingFrieze.css ************************************/
div.div_idalgo_content_standing_frieze{display:none}

/* Module/Football/CSS/Responsive480/TeamCareer.css ***************************************/

div.div_idalgo_team_career_diagram_graph {margin:0 25px}

span.span_idalgo_team_career_diagram_previous,
span.span_idalgo_team_career_diagram_next{top:50%}

div.div_idalgo_team_career_filters_filter{display:block;width:100%}
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_txt{width:100%;text-align:left;padding:0}
    div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_name{text-indent:50px}
    div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_count{text-align:center}
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_legend{left:0}

/* Module/Pattern/CSS/Responsive480/WidgetStanding.css ************************************/
div.div_idalgo_widget_standing{position:relative;display:block}

/* Module/Pattern/CSS/Responsive480/MatchInformation.css **********************************/
div.div_idalgo_content_match_information_content_referee_resource{display:none}

div.div_idalgo_content_match_information_content_referee_title,
div.div_idalgo_content_match_information_content_stadium_title{
    text-indent:0;
    text-align:center;
    padding:0 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}

div.div_idalgo_content_match_information_content_audience_max_txt, div.div_idalgo_content_match_information_content_audience_txt{
    text-indent:20px;
}

div.div_idalgo_content_match_information_content_audience_max,
div.div_idalgo_content_match_information_content_audience{
    height:4em;
}

div.div_idalgo_content_match_information_content_audience_max_bar,
div.div_idalgo_content_match_information_content_audience_bar{
    width:auto;height:8px;bottom:0;top:auto;
    left:20px;right:20px
}
div.div_idalgo_content_match_information_content_audience_max_count, div.div_idalgo_content_match_information_content_audience_count {
    right:20px;text-align:right;
}

div.div_idalgo_content_match_information_content_audience_max_txt, div.div_idalgo_content_match_information_content_audience_txt,
div.div_idalgo_content_match_information_content_audience_max_count, div.div_idalgo_content_match_information_content_audience_count {
    line-height:4em;height:4em;
}

span.span_idalgo_content_match_information_content_audience_bar_percentage{
    margin-top:19px;margin-left:-78px;
}

div.div_idalgo_content_match_information_content_referee_title span,
div.div_idalgo_content_match_information_content_stadium_title span{font-size:0.6875em}

div.div_idalgo_content_match_information_content_referee_person a,
div.div_idalgo_content_match_information_content_stadium_name bdo{font-size:0.75em}

/* Module/Pattern/CSS/Responsive480/MatchAction.css ***************************************/
div.div_idalgo_content_match_action_part_title bdo.bdo_idalgo_content_match_action_part_title_score{
    right:1%;
    left:auto;
}

div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_minute {
    width:20px
}

.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{right:70px}
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{left:70px}

.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail,
.li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{left:0}
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail,
.li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{right:0}

/* Module/Football/CSS/Responsive480/MatchAction.css **************************************/

li.li_idalgo_content_football_match_action_part div.div_idalgo_content_football_match_action_part,
li.li_idalgo_content_football_match_action_part{height:2em;line-height:2em}
    div.div_idalgo_content_football_match_action_part_player,
    div.div_idalgo_content_football_match_action_part_detail{line-height:1em}

.li_idalgo_content_football_match_action_part_local span.span_idalgo_content_football_match_action_part_logo{left:50%;margin-left:25px;}
.li_idalgo_content_football_match_action_part_visitor span.span_idalgo_content_football_match_action_part_logo{left:50%;margin-left:-50px;}

bdo.bdo_idalgo_content_football_match_action_part_penalty_local_player,
bdo.bdo_idalgo_content_football_match_action_part_penalty_visitor_player{font-size:0.625em}
a.a_idalgo_content_football_match_action_part_penalty_local_player,
a.a_idalgo_content_football_match_action_part_penalty_visitor_player{font-size:0.6875em}

a.a_idalgo_content_football_match_action_part_player{font-size:0.6875em}
bdo.bdo_idalgo_content_football_match_action_part_player{font-size:0.625em}

a.a_idalgo_content_football_match_action_part_detail,
span.span_idalgo_content_football_match_action_part_detail{font-size:0.6875em}

bdo.bdo_idalgo_content_football_match_action_part_title_score {right:5px;left:auto;}

/* Module/Football/CSS/Responsive480/MatchSquadSVG.css ************************************/
div.div_idalgo_content_match_squad_svg_content{height:615px}
div.div_idalgo_content_match_squad_svg_content_main{height:574px}

div.div_idalgo_content_match_squad_svg_no_data_txt {
    width:70%;
    top: 25%;
    left:15%;
}

/* Module/Football/CSS/Responsive480/MatchPreview.css *************************************/
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_left{width:35%}
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_right{width:65%}

div.div_idalgo_content_football_match_preview_history_header_right div.div_idalgo_content_football_match_preview_history_header_part_line{line-height:1em}
span.span_idalgo_content_football_match_preview_history_header_part_line_period{line-height:1em}

div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_win,
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{height:20px;top:50%;line-height:20px;margin-top:10px}

div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_win{left:16%}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{left:55%}

/* Module/Pattern/CSS/Responsive480/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:258px;position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full[data-status="0"]{height:258px}

div.div_idalgo_content_match_header_full_competition{height:initial;padding-top:23px;padding-bottom:0}
span.span_idalgo_content_match_header_full_competition{display:block;font-size:14px}

div.div_idalgo_content_match_header_full_date{
    position:absolute;
    top:0;
    width:100%;
    padding:5px 0;
    font-size:10px;
}

span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full_first_match_mobile{font-size:12px}
div.div_idalgo_content_match_header_full_main_header{top:10px}

.img_idalgo_content_match_header_full_competition,
.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt,
div.div_idalgo_content_match_header_full_standing,
div.div_idalgo_content_match_header_full_first_match,
div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side {display:none}

.img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{top:20px;position:relative;display:block;margin: 0 20px}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:1.875em;line-height:60px}

div.div_idalgo_content_match_header_full_main_header_center_halftime{height:16px;}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;font-size:0.833em}
span.span_idalgo_content_match_header_full_main_header_center_halftime_txt{text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{
    bottom:10px;
    top:auto;
    width:100%;
    text-align:center;
    right:auto;
}

span.span_idalgo_content_match_header_full_date{font-size:0.875em}

div.div_idalgo_content_match_header_full_first_match_mobile{
    position:absolute;
    display:block;
    bottom:10px;
    left:10px
}

span.span_idalgo_content_match_header_full_first_match_mobile_text{margin-right:10px}

div.div_idalgo_content_match_header_full_main_header_name_teams{top:-40px}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{display:table;width:calc(70% - 106px)}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{
    font-size:0.875em;white-space:normal;line-height:20px;display:table-cell;vertical-align:middle}

/** Bonus Rugby **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    height: 22px;width: 22px;line-height: 22px;font-size: 0.6875em;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    top:130px;
    right:5px;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    right : 50%;
    left:auto;
}

/** Classement **/
div.div_idalgo_content_match_header_full_standing_mobile {
    position: absolute;display: block;width: 100%;height: 20px;bottom: 5px;
}

div.div_idalgo_content_match_header_full_standing_mobile div {
    position: relative;display: block;
    width: 50%;height: 100%;
    float:left;font-size: 0.75em;
    text-align: center;
}

/* Module/Football/CSS/Responsive480/MatchHeaderFull.css **********************************/
div.div_idalgo_content_match_header_full_action_mobile{
    position: relative;
    display:block;
    margin-top:10px
}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile{position:relative;width:50%}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_local{float:left}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local{padding-right:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local * {float:right}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_visitor{float:right}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor{padding-left:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor * {float:left}

div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile {position:relative;display:block;height:1em;line-height:1em}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_minute {font-size:0.625em;color:#bbb6a8}
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_player {font-size:0.625em;color:#3c382f;font-weight:bold}
div.div_idalgo_content_match_header_full_action_mobile bdo.bdo_idalgo_content_match_header_full_action_mobile_score{font-size:0.625em;color:#bbb6a8}

div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_local_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_local_player{margin-left:5px}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_visitor_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_visitor_player{margin-right:5px}

/* Module/Football/CSS/Responsive480/PlayerStatistic.css **********************************/
div.div_idalgo_content_player_statistic{margin-left:0}

/* Module/Football/CSS/Responsive480/PlayerCalendar.css ***********************************/

/* Suppression des colonnes de stats */
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_assist,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_yellow,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_red,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_red_yellow,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_null_card{display:none}

div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_red_yellow,
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_assist{display:none}

/* Module/Pattern/CSS/Responsive480/PlayerHeader.css **************************************/
div.div_idalgo_person_header{
    height:100px;
}

div.div_idalgo_person_header_content_left{margin-left:0;}
div.div_idalgo_person_header_content_left_photo{
    margin-left:40px;
    margin-top:65px;
}

div.div_idalgo_person_header_footer{
    margin-left:110px;
}

div.div_idalgo_person_header_footer_country{float:right}
img.img_idalgo_person_header_footer_logo {display: none;}
div.div_idalgo_person_header_content_right{
    height:100%;
    position:absolute;
    right:10px;
}

img.img_idalgo_person_header_background{height:100%}
div.div_idalgo_person_header_content img.img_idalgo_person_header_content_left_photo_picture{height:60px}
img.img_idalgo_person_header_footer_country{float:initial;margin-left:10px;}

div.div_idalgo_person_header_content_right{width:100%}

span.span_idalgo_person_header_content_right_name_lastname,
span.span_idalgo_person_header_content_right_name_firstname{
    float:right;
    font-size: 1.2em;
    position:absolute;
    right:0;
}
div.div_idalgo_person_header_content_right_name{height:12%;position:absolute;right:0;width: 100%}
span.span_idalgo_person_header_content_right_name_firstname{margin-top:-40px}

/* Module/Pattern/CSS/Responsive480/MatchComment.css **************************************/
div.div_idalgo_content_match_comment{margin:0 5px}

ul.ul_idalgo_content_match_comment_content_category{display:none}
ul.ul_idalgo_content_match_comment:before{left:15px}
div.div_idalgo_content_match_comment_vertical_timeline{
    display: block;
    position:absolute;
    height: 100%;
    width: 15px;
    border-right: 3px solid #fbfaf9;
}

p.p_idalgo_content_match_comment_text{
    text-align: initial;
}

div.div_idalgo_content_match_comment_text_block_picture{
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
}

div.div_idalgo_content_match_comment_info{
    float:initial;
    width: 100%;
}

li.li_idalgo_content_match_comment{border-left:none;margin-right:0}

li.li_idalgo_content_match_comment div.div_idalgo_content_match_comment{margin:0 0 10px 0}

li.li_idalgo_content_match_comment,
div.div_idalgo_content_match_comment_text,
div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
    margin-left: 0;
}

div.div_idalgo_content_match_comment_info_background{position:absolute;top:0;width:100%;margin:0}
div.div_idalgo_content_match_comment_info_background img{position:absolute;right:0;width:35px;height:auto}

span.span_idalgo_content_match_comment_text_big_206,
span.span_idalgo_content_match_comment_text_big_207,
span.span_idalgo_content_match_comment_text_big_208,
span.span_idalgo_content_match_comment_text_big_209,
span.span_idalgo_content_match_comment_text_big_210,
span.span_idalgo_content_match_comment_text_big_217,
span.span_idalgo_content_match_comment_text_big_218,
span.span_idalgo_content_match_comment_text_big_219,
span.span_idalgo_content_match_comment_text_big_220,
span.span_idalgo_content_match_comment_text_big_222,
span.span_idalgo_content_match_comment_text_big_223,
span.span_idalgo_content_match_comment_text_big_225,
span.span_idalgo_content_match_comment_text_big_226,
span.span_idalgo_content_match_comment_text_big_227,
span.span_idalgo_content_match_comment_text_big_228,
span.span_idalgo_content_match_comment_text_big_229,
span.span_idalgo_content_match_comment_text_big_232,
span.span_idalgo_content_match_comment_text_big_236,
span.span_idalgo_content_match_comment_text_big_240,
span.span_idalgo_content_match_comment_text_big_243,
span.span_idalgo_content_match_comment_text_big_375{
    text-align: center;
    line-height: 1.2em;
    text-transform: none;
    border-bottom: 1px solid #e4e2dd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

div.div_idalgo_content_match_comment_text_block_picture + p.p_idalgo_content_match_comment_text_block{
    margin-top: 50px;
    padding-top: 10px;
}

span.span_idalgo_content_match_comment_info_circle{left:5px}

span.span_idalgo_content_match_comment_info_minute{
    padding-left: 35px;
}

/* Module/Pattern/CSS/Responsive480/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{display:none}

/* Module/Football/CSS/Responsive480/MatchTimeline.css ************************************/

div.div_idalgo_content_football_match_timeline{display:none}

/* Module/Pattern/CSS/Responsive480/CalendarCupNavigation.css *****************************/
div.div_idalgo_content_calendar_cup_navigation_filter_line_round{width:100%;padding-left:5px;box-sizing:border-box}
div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox div.div_idalgo_listbox{width:49%;margin-right:1%}
span.span_idalgo_content_calendar_cup_navigation_line_filter{width:15%}

/* Module/Football/CSS/Responsive480/CalendarCupNavigation.css ****************************/
div.div_idalgo_content_football_calendar_navigation_filter_line_round{width:100%;padding-left:5px;box-sizing:border-box}
div.div_idalgo_content_football_calendar_navigation_filter_line_listbox div.div_idalgo_listbox{width:49%;margin-right:1%}
span.span_idalgo_content_football_calendar_navigation_line_filter{width:15%}

/* Module/Football/CSS/Responsive480/PresidentCalendar.css ********************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Football/CSS/Responsive480/RefereeCalendar.css **********************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Football/CSS/Responsive480/CoachCalendar.css ************************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Sport/CSS/Responsive480/ScoreCenterNavigation.css *******************************/
span.span_idalgo_content_sport_score_center_navigation_days_current,
div.div_idalgo_content_sport_score_center_navigation div.div_idalgo_listbox a.a_idalgo_dropdown{display:none}

div.div_idalgo_content_sport_score_center_navigation span.span_idalgo_dropdown_short,
div.div_idalgo_content_sport_score_center_navigation div.div_idalgo_listbox a.a_idalgo_dropdown_short{display:block}

/* Module/Sport/CSS/Responsive480/ScoreCenter.css *****************************************/
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_competition,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_event{padding:10px 5px}

/** Filtre sport **/
div.div_idalgo_content_sport_score_center_filter_sport{height:26px}
li.li_idalgo_content_sport_score_center_filter_sport > button{width:26px;height:26px}
li.li_idalgo_content_sport_score_center_filter_sport > button.idalgo_sprite_sport {height:22px;margin-top:5px;
    background-size:26px auto}

/** L&eacute;gende **/
div.div_idalgo_content_sport_score_center_legend{height:26px}
span.span_idalgo_content_sport_score_center_legend_title_txt{line-height:26px}
span.span_idalgo_content_sport_score_center_legend_title_txt{color:transparent}
span.span_idalgo_content_sport_score_center_legend_title_txt span{color:#3c382f;top:5px}

div.div_idalgo_content_sport_score_center_legend[is_closed="false"]{left:50%;width:260px;margin-left:-130px}
div.div_idalgo_content_sport_score_center_legend[is_closed="false"] span.span_idalgo_content_sport_score_center_legend_title_cross{top:0}

img.img_idalgo_content_sport_score_center_competition_title_logo {left:5px}

div.div_idalgo_content_sport_score_center_competition_title_finalleg{margin-bottom:1.5em}
    span.span_idalgo_content_sport_score_center_competition_title{letter-spacing:0.2em;font-size:0.6875em; margin-left:40px}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle{display:none}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{display:block}
    span.span_idalgo_content_sport_score_center_competition_group_title{display: none}
    span.span_idalgo_content_sport_score_center_competition_group_title_short{display: block}
    div.div_idalgo_content_sport_score_center_competition_title_finalleg_action{
        display:block;position:absolute;
        top:100%;left:0;
        width:100%;height:2.9em;
        margin-top:2px;
        line-height:3em;
        border-bottom:1px solid #e4e2dd;
    }
    span.idalgo_finalleg_open{
        position:relative;display:inline-block;
        height:100%;
        border-left:10px solid #e4e2dd;border-right:10px solid #e4e2dd;
        padding:0 10px;
        background-color:#ffffff
    }
span.span_idalgo_content_competition_group_title{display:none}
span.span_idalgo_content_competition_group_title_short,
span.span_idalgo_content_sport_score_center_competition_group_title_short{display:block}
div.div_idalgo_content_competition_group_title_finalleg{position:absolute;top:0;right:0}
span.span_idalgo_content_competition_group_title_finalleg{
    position:absolute;
    top:5px;right:5px;
    text-align:right;
    line-height:1.3em}

/* Classement */

div.div_idalgo_content_finalleg{padding:0 0 10px 0;width:100%;left:0;margin-left:0;margin-top:2px}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_finalleg{top:1.5em}
ul.ul_idalgo_content_sport_score_center_competition_group span.span_idalgo_content_sport_score_center_competition_group_title_finalleg.idalgo_live_finalleg_open{top:2em}

/** Filtres JO **/
div.div_idalgo_content_sport_score_center_filter_list,
span.span_idalgo_content_sport_score_center_filter_list_title_cnt{display: none}
span.span_idalgo_content_sport_score_center_filter_mob_filter {display: block;}
div.div_idalgo_content_sport_score_center_filter_list_title {border: none}
div.div_idalgo_content_sport_score_center_filter_list_title_filter_all,
span.span_idalgo_content_sport_score_center_filter_list_title_filter_all_txt {width: 100%;text-align: center;right:0}

/* Module/Rugby/CSS/Responsive480/Result.css **********************************************/
/*Masquer les colonens de bonus offensifs / d&eacute;fensifs */

div.div_idalgo_content_result span.span_idalgo_content_standing_bo,
div.div_idalgo_content_result span.span_idalgo_content_standing_bd {
    display: none ;
}

/* Module/Rugby/CSS/Responsive480/MatchAction.css *****************************************/

div.div_idalgo_content_match_action_type,
span.span_idalgo_content_match_action_part_detail,
#idalgo_match_action_type {display:none}
div.div_idalgo_content_match_action #idalgo_match_action_timeline {display:block !important}

li.li_idalgo_content_match_action_part div.div_idalgo_content_match_action_part,
li.li_idalgo_content_match_action_part{height:2em;line-height:2em}
    div.div_idalgo_content_match_action_part_player,
    div.div_idalgo_content_match_action_part_detail{line-height:1em}
    
div.div_idalgo_content_match_action_part_player.div_idalgo_content_match_action_nodetail{line-height:2em}

a.a_idalgo_content_match_action_part_player{font-size:0.6875em;width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}
bdo.bdo_idalgo_content_match_action_part_player{font-size:0.625em}

a.a_idalgo_content_match_action_part_detail{font-size:0.6875em}

#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{left:0}

#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail {right:0}


#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_detail {position:absolute;right:20px}

div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail_logo{right:-2px}

span.span_idalgo_content_match_action_part_minute{margin-left:-15px;width:30px;font-size:0.65em}
.li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_logo {margin-left:-35px}
.li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_logo {margin-left:5pX}

.li_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_player {text-align:right}

/* Module/Pattern/CSS/Responsive480/MatchSquad.css ****************************************/
div.div_idalgo_content_match_squad_container{margin:20px 10px}
div.div_idalgo_content_match_squad_container_identity{width:auto;left:10px;right:10px;margin-left:0}

/* Module/Rugby/CSS/Responsive480/PlayerCalendar.css **************************************/

/* Suppression des colonnes de stats */
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_try,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_conversion,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_penality,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_drop,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_null_card,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_red,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_yellow,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_red_yellow{display:none}

div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_try,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_conversion,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_penality,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_drop,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_red_yellow{display:none}

/* Module/Rugby/CSS/Responsive480/MatchComment.css ****************************************/


/* Module/Tennis/CSS/Responsive480/Standing.css *******************************************/
span.span_idalgo_content_tennis_standing_filter {width:60%}
li.li_idalgo_content_tennis_standing{
    height:3em;line-height:3em;
    font-size:0.875em
}
div.div_idalgo_content_tennis_standing_header{
    height:1.5em;line-height:1.5em;
    font-size:0.75em
}
li.li_idalgo_content_tennis_standing > div{
    height:3em;line-height:3em;
}
div.div_idalgo_content_tennis_standing_header > div{
    height:1.5em;line-height:1.5em;
}

    div.div_idalgo_content_tennis_standing_header_position{display: none}
    div.div_idalgo_content_tennis_standing_header_person{display: none}
    div.div_idalgo_content_tennis_standing_header_points{right:80px;width:50px;text-align:right}
    div.div_idalgo_content_tennis_standing_header_title{display:none}
    div.div_idalgo_content_tennis_standing_header_win{right:35px;width:35px;text-align:center}
    div.div_idalgo_content_tennis_standing_header_lost{right:0;width:35px;text-align:center}

    div.div_idalgo_content_tennis_standing_position{left:0;width:30px;text-indent:5px}
    div.div_idalgo_content_tennis_standing_country{left:30px;width:20px}
li.li_idalgo_content_tennis_standing div.div_idalgo_content_tennis_standing_person{
        position:relative;
        left:0;margin-right:170px
    }
        div.div_idalgo_content_tennis_standing_person_inner{
            position:absolute;display:block;
            left:60px;
            width:100%;
            text-indent:0;
            overflow:hidden;text-overflow: ellipsis;text-overflow: '.';white-space: nowrap;
        }

div.div_idalgo_content_tennis_standing_evolution{display:none}
li.li_idalgo_content_tennis_standing
    div.div_idalgo_content_tennis_standing_points{right:80px;width:50px;text-align:right}
    div.div_idalgo_content_tennis_standing_title{display:none}
    div.div_idalgo_content_tennis_standing_win{right:35px;width:35px}
    div.div_idalgo_content_tennis_standing_lost{right:0;width:35px}

        div.div_idalgo_content_tennis_standing_person_inner_photo{display:none}

        span.span_idalgo_content_tennis_standing_title,
        span.span_idalgo_content_tennis_standing_win,
        span.span_idalgo_content_tennis_standing_lost{
            height:24px;width:24px;
            top:50%;margin-top:-12px;
            left:50%;margin-left:-12px;
            line-height:24px;
        }

/* Module/Pattern/CSS/Responsive480/Calendar.css ******************************************/
div.div_idalgo_calendar_month_name,
div.div_idalgo_calendar_month_count{
    margin-left:20px;
}
div.div_idalgo_calendar_element{float:none;width:auto;height:100px;margin:10px 20px 20px 20px}

/*TOP*/
div.div_idalgo_card_element_top {height:70%;border-radius:0}
div.div_idalgo_card_element_top_name,
div.div_idalgo_card_element_top_date,
span.span_idalgo_card_element_bottom_winnername{
    font-size: 0.875em;
    text-align: left;
}
/*Encours*/
div.div_idalgo_calendar_element_pending div.div_idalgo_card_element_top_date{display:none}
div.div_idalgo_calendar_element_pending div.div_idalgo_card_element_top_name{left:10px}

/*Termin&eacute;e*/
div.div_idalgo_card_element_top_name{left:80px}
span.span_idalgo_card_element_bottom_winnername{left:80px;top:-37px;z-index:4;color:#ffffff;font-weight:normal}

div.idalgo_calendar_tennis_double span.span_idalgo_card_element_bottom_winnername {width: 70%}
div.div_idalgo_calendar_element_finished div.div_idalgo_card_element_top_date{display:none}

/*ROUND*/
div.div_idalgo_card_element_round,
div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round{top:32%;left:35px}

/*BOTTOM*/
span.span_idalgo_card_element_bottom_status{
    position:absolute;
    z-index:4;
    top:-40px;
    left:10px;
    color:#ffffff
}


div.div_idalgo_card_element_bottom {height:30%}

/*A venir*/
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_links{display:none}
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_bottom_date{display:none}
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_bottom_name{bottom:6px;font-size:0.6875em;text-align:left;top:auto;position:absolute}
div.div_idalgo_card_element_bottom_name{text-indent:10px}
span.span_idalgo_card_element_bottom_date_to{position:absolute;right:10px;bottom:6%}

/**/
div.div_idalgo_card_element_links, span.span_idalgo_card_element_competition{bottom:6%;font-size:0.6875em}

/*background img : en cours + termin&eacute;*/
img.img_idalgo_card_element_top_logo {
    left: 70%;
    width:100px;
    top: 10px;
}

/* Module/Tennis/CSS/Responsive480/MatchPreview.css ***************************************/
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player{
    width:76%;margin-left:12%;
}


span.span_idalgo_content_tennis_match_preview_content_information_content_line_player1{left:40%;margin-left:0}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2{
    left:40%;right:auto;
    margin-right:0;margin-left:80px
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_text {
    width:40%;
    text-indent:5px;
    font-size:.75em;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    width:30%;left:50%;
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player2{width:20%;}

/** Versus **/
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary {height:auto}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count{
    position:relative;width:100%;
    height:110px;
    border-bottom:1px solid #e4e2dd;
    border-right:0 none;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat{
    padding-top:1em;
    margin-left:0;
    height:auto;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat > div{
    position:relative;
    width:100%;height:100px;
    top:0;left:0
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat
    div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle {
    height:120px
}

span.span_idalgo_content_tennis_match_preview_match_title{letter-spacing:0.2em;font-size:0.6875em}
span.span_idalgo_content_tennis_match_preview_match_title_subtitle{display:none}

/* Module/Pattern/CSS/Responsive480/MatchHeader.css ***************************************/

div.div_idalgo_content_match_header_main_date{border-top:none;height:0px;line-height:2em}
div.div_idalgo_content_match_header_main_header_local,
div.div_idalgo_content_match_header_main_header_visitor{width:50%}
a.a_idalgo_content_match_header_main_header_local,
a.a_idalgo_content_match_header_main_header_visitor{font-size:1em}

div.div_idalgo_content_match_header_main_header_local_cnt,
div.div_idalgo_content_match_header_main_header_visitor_cnt{height:60px;margin-top:30px}
img.img_idalgo_content_match_header_main_header_visitor_cnt,
img.img_idalgo_content_match_header_main_header_local_cnt{width:55px;height:55px}

div.div_idalgo_content_match_header_main_header_center_top{height:16px}
    span.span_idalgo_content_match_header_main_header_center_top_txt{display:none}
div.div_idalgo_content_match_header_main_header_center_score{font-size:2em;margin-top:0;top:50px;height:1em}
div.div_idalgo_content_match_header_main_header_center_halftime{height:16px;top:80px}
div.div_idalgo_content_match_header_main_header_center_halftime * {display:inline;font-size:0.833em}
    span.span_idalgo_content_match_header_main_header_center_halftime_txt{text-transform:uppercase}
    bdo.bdo_idalgo_content_match_header_main_header_center_halftime{margin-left:5px}

div.div_idalgo_content_match_header_main_referee,
div.div_idalgo_content_match_header_main_stadium{display:none}

/* Module/Tennis/CSS/Responsive480/MatchHeader.css ****************************************/
span.span_idalgo_content_tennis_match_header_content_tournament{display:block}
img.img_idalgo_content_tennis_match_header_content_tournament{position:relative;display:inline;left:auto;top:-4px}
div.div_idalgo_content_tennis_match_header_content{height:375px;overflow:hidden}

span.span_idalgo_content_tennis_match_header_content_detail_date{font-size:0.875em;font-weight:bold}

span.span_idalgo_content_tennis_match_header_content_hourscore_hour{font-size:2.5em}
div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor{width:28px;height:28px;line-height:28px;bottom:0}
div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{
    width:110px;margin-left:-55px;
    height:28px;line-height:28px;
    top:20px
}

div.div_idalgo_tennis_players_abandon{width:25px;bottom:-26px}
    span.span_idalgo_tennis_players_abandon{display:none}
    span.span_idalgo_tennis_players_abandon_short{display:inline}
div.div_idalgo_content_tennis_match_header_content_local div.div_idalgo_content_tennis_match_header_content_local_abandon {left:100%;margin-left:25px}
div.div_idalgo_content_tennis_match_header_content_visitor div.div_idalgo_content_tennis_match_header_content_visitor_abandon {left:0}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis {
    width:100%;height:80px;
    position:absolute;
    bottom:0;
}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content{height:100%}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_feature{display:none}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set{
    right:auto;
    left:50%;
}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_1{width:32px;margin-left:-16px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_2{width:64px;margin-left:-32px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_3{width:96px;margin-left:-48px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_4{width:128px;margin-left:-64px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_5{width:160px;margin-left:-80px}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set{width:32px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    height:25px;width:25px;line-height:25px;
    background-color:transparent;
    border-color:#ffffff;
    color:#ffffff;
    font-weight:normal
}
div.div_idalgo_content_tennis_match_header div.div_idalgo_score_square_score_opacity{background-color:#ffffff}
div.div_idalgo_content_tennis_match_header span.span_idalgo_score_square_score_tiebreak{display:none}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_1{left:3px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_2{left:35px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_3{left:67px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_4{left:99px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_5{left:131px}

div.div_idalgo_content_tennis_match_header[data-state='1'] div.div_idalgo_dom_match_tennis_list_set
    div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
        background-color:#ffffff;
        border-color:#4db103;
        color:#4db103;
    }

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content div.div_idalgo_score_square_score_opacity{
    opacity:0.3;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30)
}
div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player_photo{position:absolute;display:block;width:100%}

/* Module/Sport/CSS/Responsive480/Calendar.css ********************************************/
div.div_idalgo_sport_calendar_content_day{text-indent:20px}
div.div_idalgo_sport_calendar_content_day_event_phase_title{height:4em}
div.div_idalgo_sport_calendar_content_day_event_phase_title > span{line-height:2.28em;height:2.28em;font-size:0.875em}
span.span_idalgo_sport_calendar_content_day_event_phase_title_hour{left:20px}
span.span_idalgo_sport_calendar_content_day_event_phase_title_name{left:90px;right:0}
div.div_idalgo_sport_calendar_content_day_event_phase_title span.span_idalgo_sport_calendar_content_day_event_phase_title_gender{
    left:90px;right:0;top:2.28em;
    text-align:left
}

div.div_idalgo_sport_calendar_content_day_event_phase_podium{display:none}
div.div_idalgo_sport_calendar_content_day_event_phase_state_2{display:block}


div.div_idalgo_sport_podium{height:140px;width:280px}
div.div_idalgo_sport_podium_result{height:40px;position:relative;width:100%}
div.div_idalgo_sport_podium_result_1{left:0}
div.div_idalgo_sport_podium_result_1 + div.div_idalgo_sport_podium_result_1,
div.div_idalgo_sport_podium_result_2{left:0;margin:10px 0}
div.div_idalgo_sport_podium_result_3{left:0;right:auto}

div.div_idalgo_sport_podium_result_person:after{display:none}
div.div_idalgo_sport_podium_result_person{
    left:72px;
    height:40px;width:40px
}
div.div_idalgo_sport_podium_result_person_img{height:40px;width:40px}
div.div_idalgo_sport_podium_result_2 div.div_idalgo_sport_podium_result_person_img,
div.div_idalgo_sport_podium_result_3 div.div_idalgo_sport_podium_result_person_img{top:0}

div.div_idalgo_sport_podium_result_person_position{left:-72px;top:10px;height:24px;width:24px;}
div.div_idalgo_sport_podium .idalgo_picture_medal{border-width:0;margin-top:-12px;margin-left:-12px}
img.img_idalgo_sport_podium_result_country{bottom:14px;left:40px}

div.div_idalgo_sport_podium_result_data,
div.div_idalgo_sport_podium_result_noc{left:130px;width:140px;overflow:hidden;bottom:-5px}
div.div_idalgo_sport_podium_result_data > span,
div.div_idalgo_sport_podium_result_noc > span{position:relative;display:inline;top:auto;left:auto}
span.span_idalgo_sport_podium_result_data_name{margin-left:3px}

div.div_idalgo_sport_podium_result_data_double :first-child:after{content:' /'}
/* Decalage 2 argent */
div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2{
    right:auto;margin:0
}

/* Ajustement 4 places */
div.div_idalgo_sport_podium_4{height:190px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result{width:100%}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2{left:0;margin-left:0}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{
    left:0;margin-bottom:10px;
}


/* Ajustement 5 places */
div.div_idalgo_sport_podium_5{height:250px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result{width:100%}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2{left:0}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{right:auto;left:0;margin-bottom:10px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3 + div.div_idalgo_sport_podium_result_3{right:auto;left:0;margin-bottom:10px}

/* Module/Sport/CSS/Responsive480/SportList.css *******************************************/
div.div_idalgo_sport_sport_list div.idalgo_title1{margin-bottom:32px}
li.li_idalgo_sport_sport_list_content_sport{
    height:50px;width:100%;
    margin-bottom:.5em;margin-left:0;
    padding-top:0;
}

span.span_idalgo_sport_sport_list_content_sport{
    position:absolute;display:block;
    top:0;left:70px;right:0;
    height:50px;line-height:50px;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding:0;
}
div.div_idalgo_sport_sport_list_content_sport{position:absolute;display:block;height:40px;width:40px;top:5px;left:12px}

/* Module/Sport/CSS/Responsive480/CompetitionPresentation.css *****************************/
div.div_idalgo_sport_competition_presentation_content_list .idalgo_sport_men_big{background-position:center -339px;height:35px;}
div.div_idalgo_sport_competition_presentation_content_list .idalgo_sport_women_big{background-position:center -380px;height:35px;}


div.div_idalgo_sport_competition_presentation_content_list_head_season_current span,
div.div_idalgo_sport_competition_presentation_content_list_content_name span,
div.div_idalgo_sport_competition_presentation_content_list_content_name span,
div.div_idalgo_sport_competition_presentation_content_list_content_value_current span,
div.div_idalgo_sport_competition_presentation_content_list_content_value_old span{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/NOCIdentity.css *****************************************/
div.div_idalgo_sport_noc_identity_content_list_head span,
div.div_idalgo_sport_noc_identity_content_list_content span {font-size: 0.6875em;font-weight: normal}

div.div_idalgo_sport_noc_identity_content_list .idalgo_sport_men_big{background-position:center -339px;height:35px;}
div.div_idalgo_sport_noc_identity_content_list .idalgo_sport_women_big{background-position:center -380px;height:35px;}


span.span_idalgo_sport_noc_identity_content_list_content_name_cnt + span {
    float:none;position:absolute;
    margin-left:0;left:40%
}
div.div_idalgo_sport_noc_identity_content_list_content_data_content .idalgo_picture_medal{left:40%;margin-left:8px}

/* Module/Sport/CSS/Responsive480/NOCList.css *********************************************/
/** RECAP  **/
div.div_idalgo_sport_noc_list_content_preview {height: 200px}

div.div_idalgo_sport_noc_list_content_preview_head,
div.div_idalgo_sport_noc_list_content_preview_head div{
    position: relative;display: block;
    height: 35px;line-height: 35px;
}

div.div_idalgo_sport_noc_list_content_preview_head div span { position: relative;display: block}

span.span_idalgo_sport_noc_list_content_preview_head_paticipant_cnt { margin: 0 auto;}

div.div_idalgo_sport_noc_list_content_preview_head div.div_idalgo_sport_noc_list_content_preview_head_country {
    font-size: 0.725em;text-align: center;text-transform: capitalize;
    font-weight: bold
}

div.div_idalgo_sport_noc_list_content_preview_area {
    width: 100%; height: 30px;line-height:30px;margin: 0;
}

div.div_idalgo_sport_noc_list_content_preview_area span { float: left;}

span.span_idalgo_sport_noc_list_content_preview_area_circle {
    margin: 5px 20px;
}

span.span_idalgo_sport_noc_list_content_preview_area_title {
    width: 45%;text-align: left;height: 30px;line-height: 30px
}

div.div_idalgo_sport_noc_list_content_preview_area_count,
div.div_idalgo_sport_noc_list_content_preview_area_person {margin: 0}

div.div_idalgo_sport_noc_list_content_preview_area_count,
div.div_idalgo_sport_noc_list_content_preview_area_person,
div.div_idalgo_sport_noc_list_content_preview_head div{
    position:absolute;width: 20%;left:60%
}

div.div_idalgo_sport_noc_list_content_preview_area_person,
div.div_idalgo_sport_noc_list_content_preview_head div.div_idalgo_sport_noc_list_content_preview_head_paticipant {left:80%}

span.span_idalgo_sport_noc_list_content_preview_area_count_content  {font-size: 1.25em;height: 30px;line-height: 30px;}
span.span_idalgo_sport_noc_list_content_preview_area_person_content {font-size: 0.875em;height: 30px;line-height: 30px;}

div.div_idalgo_sport_noc_list_content_head div.div_idalgo_sport_noc_list_content_head_total,
li.li_idalgo_sport_noc_list_content_area div.div_idalgo_sport_noc_list_content_area_total,
span.span_idalgo_sport_noc_list_content_preview_area_count_title,
span.span_idalgo_sport_noc_list_content_preview_area_person_title{ display: none;}

/** CLASSEMENT **/
div.div_idalgo_sport_noc_list_content_head {height: 2em}

li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_pos {
    width: 20px;font-size: 0.825em;margin: 0 20px;line-height: 40px;
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_circle {
    height: 20px;width: 20px;
    margin-left: 60px;margin-top: 10px
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_title {
    font-size: 0.825em;line-height: 40px;
}

div.div_idalgo_sport_noc_list_content_area_gold,
div.div_idalgo_sport_noc_list_content_area_silver,
div.div_idalgo_sport_noc_list_content_area_bronze,
div.div_idalgo_sport_noc_list_content_area_total{
    font-size:0.87em;
}

div.div_idalgo_sport_noc_list_content_head_gold,
div.div_idalgo_sport_noc_list_content_area_gold{left:65%}

div.div_idalgo_sport_noc_list_content_head_silver,
div.div_idalgo_sport_noc_list_content_area_silver{left:75%}

div.div_idalgo_sport_noc_list_content_head_bronze,
div.div_idalgo_sport_noc_list_content_area_bronze{left:85%}

/* Module/Sport/CSS/Responsive480/ResultList.css ******************************************/
li.li_idalgo_content_sport_result_list > div{font-size:0.75em}

/* Module/Sport/CSS/Responsive480/ResultNOC.css *******************************************/
li.li_idalgo_content_result_noc_content > div,
li.li_idalgo_content_result_noc_content_head_qualified > div{font-size:0.75em}

/* Module/Sport/CSS/Responsive480/CalendarFull.css ****************************************/
div.div_idalgo_sport_calendar_full_sport_title{opacity:0}
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_sport{width:100%;border-style:none}
div.div_idalgo_sport_calendar_full_sport_icon{display:none}
div.div_idalgo_sport_calendar_full_sport_name{position:absolute;top:0;text-indent:0;line-height:15px}
span.span_idalgo_sport_calendar_full_sport_name{font-size:0.75em;text-indent:5px}

div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_schedule{width:100%;max-width:none}
span.span_idalgo_sport_calendar_full_schedule_days_day{font-size:0.5em}

/* Module/Sport/CSS/Responsive480/Medal.css ***********************************************/
ul.ul_idalgo_sport_medal_content{margin-top:1em}
div.div_idalgo_sport_medal_content_head,
div.div_idalgo_sport_medal_content_head_total{height:2em;line-height:2em}
span.span_idalgo_sport_medal_content_head_total_full {display:none}
span.span_idalgo_sport_medal_content_head_total_short{display:block;font-size:0.6875em;font-weight:bold}

li.li_idalgo_sport_medal_content{height:2.25em;line-height:2.25em}
div.div_idalgo_sport_medal_content_noc{width:40%}
div.div_idalgo_sport_medal_content_head_gold, div.div_idalgo_sport_medal_content_gold{left:50%}
div.div_idalgo_sport_medal_content_head_silver, div.div_idalgo_sport_medal_content_silver{left:60%}
div.div_idalgo_sport_medal_content_head_bronze, div.div_idalgo_sport_medal_content_bronze{left:70%}
div.div_idalgo_sport_medal_content_head_total, div.div_idalgo_sport_medal_content_total{left:80%;width:20%}

div.div_idalgo_sport_medal_content_position,
div.div_idalgo_sport_medal_content_noc,
div.div_idalgo_sport_medal_content_gold,
div.div_idalgo_sport_medal_content_silver,
div.div_idalgo_sport_medal_content_bronze,
div.div_idalgo_sport_medal_content_total{font-size:.75em}

div.div_idalgo_sport_medal_content_noc{
    text-indent:30px;
}
span.span_idalgo_sport_medal_content_noc_logo{width:20px}
span.span_idalgo_sport_medal_content_noc_logo svg{
    height:auto;width:100%;margin-top:-7px}

/* Module/Sport/CSS/Responsive480/NOCFlagBearer.css ***************************************/
div.div_idalgo_content_noc_flag_bearer_content {height: auto}

div.div_idalgo_content_noc_flag_bearer_content_infos,
div.div_idalgo_content_noc_flag_bearer_content_picture {width: 100%}

div.div_idalgo_content_noc_flag_bearer_content_infos span {font-size: 0.75em;font-weight: normal}
div.div_idalgo_content_noc_flag_bearer_content_picture {height: 150px}

div.div_idalgo_content_noc_flag_bearer_content_infos_data_value span{font-weight:bold}

/* Module/Sport/CSS/Responsive480/NOCMedal.css ********************************************/
ul.ul_idalgo_sport_noc_medal_content{margin-top:1em}
div.div_idalgo_sport_noc_medal_content_head,
div.div_idalgo_sport_noc_medal_content_head_total{height:2em;line-height:2em}
span.span_idalgo_sport_noc_medal_content_head_total_full {display:none}
span.span_idalgo_sport_noc_medal_content_head_total_short{display:block;font-size:0.6875em;font-weight:bold}

li.li_idalgo_sport_noc_medal_content{height:2.25em;line-height:2.25em}
div.div_idalgo_sport_noc_medal_content_person{width:40%}
div.div_idalgo_sport_noc_medal_content_head_gold, div.div_idalgo_sport_noc_medal_content_gold{left:50%}
div.div_idalgo_sport_noc_medal_content_head_silver, div.div_idalgo_sport_noc_medal_content_silver{left:60%}
div.div_idalgo_sport_noc_medal_content_head_bronze, div.div_idalgo_sport_noc_medal_content_bronze{left:70%}
div.div_idalgo_sport_noc_medal_content_head_total, div.div_idalgo_sport_noc_medal_content_total{left:80%;width:20%}

div.div_idalgo_sport_noc_medal_content_position,
div.div_idalgo_sport_noc_medal_content_person,
div.div_idalgo_sport_noc_medal_content_gold,
div.div_idalgo_sport_noc_medal_content_silver,
div.div_idalgo_sport_noc_medal_content_bronze,
div.div_idalgo_sport_noc_medal_content_total{font-size:.75em}

/* Module/Sport/CSS/Responsive480/NOCHeader.css *******************************************/
div.div_idalgo_sport_noc_header_inner,
div.div_idalgo_sport_noc_header_inner_content{height:150px}

div.div_idalgo_sport_noc_header_inner_background,
div.div_idalgo_sport_noc_header_inner_background_filter {height:120px}

div.div_idalgo_sport_noc_header_inner_content_photo{left:20px;width:70px;height:70px}
div.div_idalgo_sport_noc_header_inner_content_name{
    bottom: 30px;height:2em;line-height:2em;
    left:100px;right:10px;
    text-align:right
}
span.span_idalgo_sport_noc_header_inner_content_name{font-size:1.5em}

/* Module/Sport/CSS/Responsive480/NOCPlayerList.css ***************************************/
li.li_idalgo_content_noc_player_list_content_sport{
    margin-left:10px;margin-bottom:10px;width:30px;height:30px;
}

/* Module/Pattern/CSS/Responsive480/TeamListIdentity.css **********************************/
div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_info,
div.div_idalgo_content_team_list_identity[data-logo="0"] div.div_idalgo_content_team_list_identity_info{
    width:auto;margin-right:25px}

div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_team{
    position:relative;width:auto;margin-right:25px;left:0;top:0;margin-left:20px}
div.div_idalgo_content_team_list_identity_team div.div_idalgo_content_team_list_identity_team_line{
    margin-left:110px}

/* Module/Tennis/CSS/Responsive480/ResultNavigation.css ***********************************/
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox a.idalgo_listbox_split_left,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox a.idalgo_listbox_split_right{display:none}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_before,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_after{width:33%;height:100%}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox{height:40px}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox button.idalgo_listbox_split_left{
    right:0;left:inherit}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox button.idalgo_listbox_split_right{left:0;right:inherit}
div.div_idalgo_content_tennis_result_phase_navigation_current{width:50%}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_before,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_after{width:25%}

/* Module/Tennis/CSS/Responsive480/Result.css *********************************************/
div.div_idalgo_content_tennis_result div.div_idalgo_dom_match_period{margin:0 auto}
div.div_idalgo_content_tennis_result_phase_popup{width:100%}

div.div_idalgo_content_tennis_result_phase_display_0 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_content_tennis_result_phase_display_0 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_feature_1,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 ul.ul_idalgo_dom_period_tennis_match_set{display:none}


ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_match{
    left:50px;width:70px;
}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_set{left:120px;width:70px}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_game{display:none}

ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_win{left:50px;width:35px;display:block}
ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_lost{left:85px;width:35px;display:block}
span.span_idalgo_content_standing_set_win{left:120px;width:35px}
span.span_idalgo_content_standing_set_lost{left:155px;width:35px}
span.span_idalgo_content_standing_game_win{display:none}
span.span_idalgo_content_standing_game_lost{display:none}

/* Module/Tennis/CSS/Responsive480/PlayerMatchList.css ************************************/
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart{
    height:46px;
    width:46px;
    margin-left:-23px;
    margin-top:-23px
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_inner{
    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;
    width:20px;
    height:20px
  }

/* Module/Motor/CSS/Responsive480/ResultPopup.css *****************************************/
div.div_idalgo_dom_match_content_popup_motor{display:none}

/* Module/Motor/CSS/Responsive480/StandingPilot.css ***************************************/
div.div_idalgo_content_motor_standing_pilot{margin:0 10px 0 10px}

ul.ul_idalgo_content_motor_standing_list {
    padding: 0 10px;
}
li.li_idalgo_content_motor_standing {
    height: 43px;
    line-height: 43px;
}

li.li_idalgo_content_motor_standing > div {
    height: 43px;
    line-height: 43px;
}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_race {
    display: none;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_vehicle > span {
    position:absolute;
    left:90px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position {
    width: 22px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_country{
    width: 68px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{margin:0}

div.div_idalgo_content_motor_standing_vehicle {
    width:85%;
    border-right: none;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor {
    position: relative;
    height: 33px;
    line-height: 33px;
    bottom:6px;
}

div.div_idalgo_content_motor_standing_points div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_victories div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_quit div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_positions div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_poles div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_podium div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot {
    left: 90px;
}
span.span_idalgo_content_motor_standing_vehicle_country > img{left:2px}
div.div_idalgo_content_motor_standing_race span{
    height:40%;
    line-height:16px
}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{
    position:absolute;width:auto;top:0;bottom:50%;left:90px;right:0;height:auto}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_total {
    border-right: none;
    float:right;
    width: 15%;
}

div#idalgo_content_motor_standing {
    position: relative;
}
div.div_idalgo_content_motor_standing_filter {
    position: absolute;
    display: block;
    z-index: 1;
    left:45px;
    right:45px;
    background-color: #ffffff;
}

div.div_idalgo_content_motor_standing_filter_open {
    border: 1px solid #e4e2dd;
}

div.div_idalgo_content_motor_standing_filter_close ul.ul_idalgo_content_motor_standing_filter {
    display: none;
}

div.div_idalgo_content_motor_standing_filter_popover_open,
div.div_idalgo_content_motor_standing_filter_popover_close {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: 7px;
    left: 7px;
    cursor: pointer;
}

div.div_idalgo_content_motor_standing_filter_popover_open {
    border:1px solid #e4e2dd;
    border-radius: 15px;
}
div.div_idalgo_content_motor_standing_filter_popover_close {
    background-position:center -1366px;
}

div.div_idalgo_content_motor_standing_filter_open div.div_idalgo_content_motor_standing_filter_popover_close,
div.div_idalgo_content_motor_standing_filter_close div.div_idalgo_content_motor_standing_filter_popover_open {
    display: block;
}

ul.ul_idalgo_content_motor_standing_filter {
    padding: 6px 0;
    border: none;
    display: block;
    width:72%;
    margin-left:14%;
    height: auto;
}

ul.ul_idalgo_content_motor_standing_filter li {
    border: none;
    display: block;
    width: auto;
    float: none;
    text-align: left;
    text-indent: 25px;
    font-weight: bold;
}

ul.ul_idalgo_content_motor_standing_filter li.li_idalgo_content_motor_standing_filter_select {
    background-color: transparent;
    color: #840303;
}

span.span_idalgo_content_motor_standing_vehicle_country > img {
    left:20px;
    top:18px
}

div.div_idalgo_content_motor_standing_points ul li div span.span_idalgo_content_motor_standing_points,
div.div_idalgo_content_motor_standing_victories ul li div span.span_idalgo_content_motor_standing_victories,
div.div_idalgo_content_motor_standing_quit ul li div span.span_idalgo_content_motor_standing_quit,
div.div_idalgo_content_motor_standing_positions ul li div span.span_idalgo_content_motor_standing_positions,
div.div_idalgo_content_motor_standing_constructors ul li div span.span_idalgo_content_motor_standing_constructors,
div.div_idalgo_content_motor_standing_poles ul li div span.span_idalgo_content_motor_standing_poles,
div.div_idalgo_content_motor_standing_podium ul li div span.span_idalgo_content_motor_standing_podium,
div.div_idalgo_content_motor_standing span.span_idalgo_content_motor_standing_notset{position:absolute;right:0}

/* Module/Motor/CSS/Responsive480/StandingConstructor.css *********************************/
div.div_idalgo_content_motor_standing_constructor{margin:40px 10px 0 10px}


div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo{
    width: 68px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo img {
    left:24px;
    top:15px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor_name{
    position:absolute;width:auto;height:100%;left:90px;right:0}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_constructor_total{
    border-right: none;
    float: right;
    width: 15%;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_vehicle > span{
    overflow:hidden;text-overflow:ellipsis;right:0}

/* Module/Motor/CSS/Responsive480/RaceIdentity.css ****************************************/
div.div_idalgo_motor_race_identity{height:12em;border:none}
div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right{width:100%;height:10.5em;}
div.div_idalgo_motor_race_identity_right{width:100%;height:5em}

/*left*/
div.div_idalgo_motor_race_identity_left{border:1px solid #e4e2dd}
div.div_idalgo_motor_race_identity[is-race="1"] ul.ul_idalgo_motor_race_identity_left_identity{top:10px;position:relative}
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left:after,
div.div_idalgo_motor_race_identity_left:after{border-width:0 0 7em 112px}
ul.ul_idalgo_motor_race_identity_left_identity{padding:0;margin:0}

/*right*/
div.div_idalgo_motor_race_identity_right_detail,
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail{margin:0 auto;float:none;right:0}
div.div_idalgo_motor_race_identity_right_detail_meteo,
div.div_idalgo_motor_race_identity_right_detail_time,
div.div_idalgo_motor_race_identity_right_detail_laps,
div.div_idalgo_motor_race_identity_right_detail_chrono{top:10px}
ul.ul_idalgo_motor_race_result_list{margin-top:0}
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right_detail_meteo{margin-left:0}
div.div_idalgo_motor_race_identity_right_detail_meteo{margin-right:4%}
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail_meteo{
    width:35%;
    margin-right:8%
}
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail_laps{
    width:42%;
    margin-right:0;
}

/** Bordure droite */

div.div_idalgo_motor_race_identity_left::after
{
    width: 0;
    height: 100%;
    border-bottom: 100px solid white;
    border-left: 100px solid transparent;
}

div.div_idalgo_motor_race_identity_left
{
    font-size: 0.75em;
}

/* Module/Motor/CSS/Responsive480/RacePodium.css ******************************************/
div.div_idalgo_motor_race_podium{display:none}

/* Module/Motor/CSS/Responsive480/Result.css **********************************************/
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_num,
div.div_idalgo_motor_race_result_list_elem span.span_idalgo_motor_race_result_list_elem_vehicle,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_diff,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_content_pilot,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_content_team,
div.div_idalgo_motor_race_result_list_head_content,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time1,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time2,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time3,
div.div_idalgo_motor_race_result_list_head[type='qualif'],
div.div_idalgo_motor_race_result_list_elem_grid,
span.span_idalgo_motor_race_result_list_head_grid{
    display:none !important;
}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_time,
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_type{display:block}

div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_time,
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_time {display:block;left:0}


div.div_idalgo_motor_race_result_list_elem[type='qualif'],
div.div_idalgo_motor_race_result_list_head[type='qualif'],
div.div_idalgo_motor_race_result_list_elem[type='race'],
div.div_idalgo_motor_race_result_list_head[type='race'],
div.div_idalgo_motor_race_result_list_elem,
div.div_idalgo_motor_race_result_list_head{margin-right:115px}

li.li_idalgo_motor_race_result_list_head{height:40px}

span.span_idalgo_motor_race_result_list_elem_country{width:30px}
span.span_idalgo_motor_race_result_list_elem_picture{left:54px}
span.span_idalgo_motor_race_result_list_elem_picture{width:40px}
div.div_idalgo_motor_race_result_list_elem_content{left:104px}
div.div_idalgo_motor_race_result_list_elem_content > span{
    display:block;
    height:40%;
    width:100%;
    line-height:1.8;
    font-size:0.875em;
    font-weight:bold;
}
span.span_idalgo_motor_race_result_list_elem_content_constructor{color:#bbb6a8}

span.span_idalgo_motor_race_result_list_elem_diff,
span.span_idalgo_motor_race_result_list_elem_lap{font-size:0.75em !important}

span.span_idalgo_motor_race_result_list_elem_diff,
span.span_idalgo_motor_race_result_list_head_time{left:0;color:#3c382f;text-align: center; width: 75px;}

span.span_idalgo_motor_race_result_list_head_lap,
span.span_idalgo_motor_race_result_list_elem_lap{left:70px}

span.span_idalgo_motor_race_result_list_head_time,
span.span_idalgo_motor_race_result_list_head_lap{font-size:0.8125em}

span.span_idalgo_motor_race_result_list_elem_type{
    margin-left:100%;
    left:70px;
    text-align:center;
    font-size:0.8125em !important;
    width:45px;
    font-weight:bold;
}

span.span_idalgo_motor_race_result_list_elem_points,
span.span_idalgo_motor_race_result_list_head_points{left:70px;font-size: 0.8125em;}

span.span_idalgo_motor_race_result_list_head_points{color:#b4002d;font-weight:bold}

/** affichage du tps 1er pilote uniquement et pas des ecarts : uniquement sessions libres */
ul#idalgo_page_result_motor_live[data-status="10"] li:nth-of-type(2) span.span_idalgo_motor_race_result_list_elem_time
{
    display: block;
    font-size: 0.75em;
    color:#3c382f;
    left: -11px;
}

ul#idalgo_page_result_motor_live li:nth-of-type(2) span.span_idalgo_motor_race_result_list_elem_diff
{
    display: none;
}

/* Module/Motor/CSS/Responsive480/CompetitionNavigation.css *******************************/
div.div_idalgo_content_motor_competition_navigation{display:none}

/* Module/Motor/CSS/Responsive480/RaceNavigation.css **************************************/
ul.ul_idalgo_motor_race_navigation li:not(.li_idalgo_motor_race_navigation_menu):not(:last-child):not([data-selected="1"]){
    display: none;
    width: 100% !important;
    border-right: none;
    border-left: none;
}

/* Commentaires s&eacute;lectionn&eacute;s : on affiche la session en cours et on la laisse avec un style non s&eacute;lectionn&eacute; */
/*div.div_idalgo_motor_race_navigation[data-is-comment="1"] li.li_idalgo_motor_race_navigation[data-is-session="1"]
{
    background-color: #fbfaf9;
}*/

div.div_idalgo_motor_race_navigation[data-is-comment="1"] ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-is-session="1"] span
{
    color: #3c382f;
}

ul.ul_idalgo_motor_race_navigation li,
li.li_idalgo_motor_race_navigation:last-child
{
    border-right: none;
    border-left: none;
}

li.li_idalgo_motor_race_navigation[data-selected="1"],
li.li_idalgo_motor_race_navigation_menu,
li.li_idalgo_motor_race_navigation:last-child
{
    display: block;
}

ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-selected="1"],
ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation:last-child
{
    width: 45% !important;
}

li.li_idalgo_motor_race_navigation_menu[data-is-menu-open="1"]
{
    background-color: #fbfaf9;
}

li.li_idalgo_motor_race_navigation_menu
{
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
}

ul.ul_idalgo_motor_race_navigation_bottom
{
    clear: both;
}

/** UL de navigation g&eacute;n&eacute;r&eacute; */

ul.ul_idalgo_motor_race_navigation_bottom li
{
    width: 100% !important;
    background-color: #fbfaf9;
    float: none;
    height: 40px;
}

/* Module/Motor/CSS/Responsive480/PilotPalmares.css ***************************************/
li.li_idalgo_motor_pilot_palmares_head,
li.li_idalgo_motor_pilot_palmares,
div.div_idalgo_motor_pilot_palmares_total > span{font-size:12px}

span.span_idalgo_motor_pilot_palmares_head_race,
span.span_idalgo_motor_pilot_palmares_head_pole,
span.span_idalgo_motor_pilot_palmares_head_standing,
span.span_idalgo_motor_pilot_palmares_head_victory,
span.span_idalgo_motor_pilot_palmares_head_abandon,
span.span_idalgo_motor_pilot_palmares_head_points{display:none}

span.span_idalgo_motor_pilot_palmares_head_race_mobile,
span.span_idalgo_motor_pilot_palmares_head_pole_mobile,
span.span_idalgo_motor_pilot_palmares_head_standing_mobile,
span.span_idalgo_motor_pilot_palmares_head_victory_mobile,
span.span_idalgo_motor_pilot_palmares_head_abandon_mobile,
span.span_idalgo_motor_pilot_palmares_head_points_mobile{
    position:absolute;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-left:100%;
    text-align:center;
}

div.div_idalgo_motor_pilot_palmares_total,
div.div_idalgo_motor_pilot_palmares_list,
div.div_idalgo_motor_pilot_palmares_head{
    position:relative;
    display:block;
    left:40px;
    margin-right:180px;
    height:100%;
    width:inherit;
}

span.span_idalgo_motor_pilot_palmares_head_season,
span.span_idalgo_motor_pilot_palmares_list_season,
span.span_idalgo_motor_pilot_palmares_total_text{
    position:absolute;
    width:40px;
    margin-right:100%;
    right:0;
}

span.span_idalgo_motor_pilot_palmares_head_team,
span.span_idalgo_motor_pilot_palmares_list_team{
    position: absolute;
    width:100%;
}

span.span_idalgo_motor_pilot_palmares_list_team{
    font-weight:bold;
}

span.span_idalgo_motor_pilot_palmares_list_standing_box,
span.span_idalgo_motor_pilot_palmares_total_standing_box{
    left:5.5px;
    float:none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top:-10px;
}

span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_race,
span.span_idalgo_motor_pilot_palmares_total_pole,
span.span_idalgo_motor_pilot_palmares_total_standing,
span.span_idalgo_motor_pilot_palmares_total_victory,
span.span_idalgo_motor_pilot_palmares_total_abandon,
span.span_idalgo_motor_pilot_palmares_total_points{
    position:absolute;
    margin-left:100%;
    width:35px;
    text-align:center;
}

span.span_idalgo_motor_pilot_palmares_head_race_mobile,
span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_total_race{left:-70px}

span.span_idalgo_motor_pilot_palmares_head_pole_mobile,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_total_pole{left:-35px}

span.span_idalgo_motor_pilot_palmares_head_victory_mobile,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_total_victory{left:0px}

span.span_idalgo_motor_pilot_palmares_head_abandon_mobile,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_total_abandon{left:35px}

span.span_idalgo_motor_pilot_palmares_head_standing_mobile,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_total_standing{left:70px}

span.span_idalgo_motor_pilot_palmares_head_points_mobile,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_points{left:105px}

/* Module/Motor/CSS/Responsive480/PilotResult.css *****************************************/
div.div_idalgo_motor_pilot_result_content{padding:0 5px;font-size:0.75em;}

span.span_idalgo_motor_pilot_result_content_header_race.idalgo_motor_pilot_mobile_race{text-indent:22px}
span.span_idalgo_motor_pilot_result_content_header_date,
span.span_idalgo_motor_pilot_result_content_line_date{width:20%;left:2%}
span.span_idalgo_motor_pilot_result_content_header_race,
span.span_idalgo_motor_pilot_result_content_line_race{width:30%;left:22%}
span.span_idalgo_motor_pilot_result_content_header_pole,
span.span_idalgo_motor_pilot_result_content_line_pole{width:15%;left:52%}
span.span_idalgo_motor_pilot_result_content_header_standing,
span.span_idalgo_motor_pilot_result_content_line_standing{width:15%;left:67%}
span.span_idalgo_motor_pilot_result_content_header_points,
span.span_idalgo_motor_pilot_result_content_line_points{width:15%;left:82%}

.idalgo_motor_pilot_mobile{display: block}
.idalgo_motor_pilot_desktop{display: none}

div.div_idalgo_motor_pilot_result_content_total_text{left:2%;}
div.idalgo_motor_pilot_result_content{right:3%;}
div.div_idalgo_motor_pilot_result_content_nextrace{left:2%}

span.span_idalgo_motor_pilot_result_content_line_standing_position span,
span.span_idalgo_motor_pilot_result_content_line_standing_position_accident{
    width: 20px;
    height: 20px;
    line-height: 20px;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_1,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_2,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_3{
    margin-top: 2px;
}

/* Module/Motor/CSS/Responsive480/TeamIdentity.css ****************************************/
div.div_idalgo_motor_team_identity_content{
    font-size: 0.75em;
}

.idalgo_motor_pilot_mobile{
    display: block;
}

.idalgo_motor_pilot_desktop{
    display: none;
}

a.a_idalgo_motor_team_identity_content_line_pilots_value_pilot_photo {
    position:absolute;
    height:40px;width:40px;
    left:-55px;top:2px

}
span.span_idalgo_motor_team_identity_content_line_pilots_value {padding-top:20px}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot {height:40px}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up,
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down {
    height: 20px;line-height:20px;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot + div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot {
    margin-top:10px
}
img.img_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_picture {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down{text-indent:25px;}

span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_firstname{text-transform: none}
span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_name {text-transform: none}

/* Module/Motor/CSS/Responsive480/TeamPilotMatch.css **************************************/
div.div_idalgo_motor_pilotmatch_result_intro {padding: 0;font-size:.75em}
div.div_idalgo_motor_pilotmatch_result_intro > span {width:90%}
span.span_idalgo_motor_pilotmatch_result_content_header_date {font-size: 0.75em}

.idalgo_picture_qualif {right:46%}

.idalgo_picture_races {right:26%}

span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_header_points,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best,
span.span_idalgo_motor_pilotmatch_result_content_line_pilot_name {font-size:0.857em;text-align:center}


div.div_idalgo_motor_pilotmatch_result_content_line_pilot_picture {display:none}
img.img_idalgo_motor_pilotmatch_result_content_line_pilot_country{margin-left:10px}

span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races{right:20%}

span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif {right:40%}

/* Module/Motor/CSS/Responsive480/TeamResult.css ******************************************/
span.span_idalgo_motor_team_result_content_header_date.idalgo_motor_pilot_mobile_date,
span.span_idalgo_motor_team_result_content_header_points.idalgo_motor_pilot_mobile_points,
span.span_idalgo_motor_team_result_content_line_date,
span.span_idalgo_motor_team_result_content_line_race_countryname.idalgo_motor_pilot_mobile,
span.span_idalgo_motor_team_result_content_line_standing_position,
span.span_idalgo_motor_team_result_content_line_points{font-size:.75em;font-weight:bold}

/* Module/Motor/CSS/Responsive480/TeamHeader.css ******************************************/
div.div_idalgo_motor_team_header{
    height:150px;
}
div.div_idalgo_motor_team_header_background,
div.div_idalgo_motor_team_header_background_filter{height:120px}
div.div_idalgo_motor_team_header_content_left{margin-left:0;}
div.div_idalgo_motor_team_header_content_left_photo{
    margin-left:20px;
    margin-top:80px;
}
div.div_idalgo_motor_team_header_content img.img_idalgo_motor_team_header_content_left_photo_picture {
    width:72px;height:72px
}
div.div_idalgo_motor_team_header_footer{
    margin-left:0;margin-right:0;
}
div.div_idalgo_motor_team_header_footer_country{
    position:absolute;display: block;
    right:0;left:128px;
    padding-right:40px;
    height:30px;
    overflow:hidden;
    text-align:right
}

div.div_idalgo_motor_team_header_content_right{
    height:100%;
    margin-left:0;
    position: absolute;
    right:10px
}

span.span_idalgo_motor_team_header_footer_number {
    position:absolute;left:100px;
    font-size:0.75em
}
span.span_idalgo_motor_team_header_footer_country{float:none;font-size:0.75em}
img.img_idalgo_motor_team_header_footer_country{position:absolute;right:0}

span.span_idalgo_motor_team_header_content_right_name_lastname,
span.span_idalgo_motor_team_header_content_right_name_firstname{
    font-size: 1.5em;

}
div.div_idalgo_motor_team_header_content_right_name{margin-top:75px}
span.span_idalgo_motor_team_header_content_right_name_firstname{margin-top:-40px}

img.img_idalgo_motor_team_header_background{height:100%}

/* Module/Motor/CSS/Responsive480/TeamPalmares.css ****************************************/
span.span_idalgo_motor_team_palmares_head_race,
span.span_idalgo_motor_team_palmares_head_pole,
span.span_idalgo_motor_team_palmares_head_standing,
span.span_idalgo_motor_team_palmares_head_points{display:none}

span.span_idalgo_motor_team_palmares_head_race_mobile,
span.span_idalgo_motor_team_palmares_head_pole_mobile,
span.span_idalgo_motor_team_palmares_head_standing_mobile,
span.span_idalgo_motor_team_palmares_head_points_mobile{
    position:absolute;
    display:block;
    width:50px;
    height:35px;
    line-height:35px;
    margin-left:100%;
    text-align:right;
}

div.div_idalgo_motor_team_palmares_total,
div.div_idalgo_motor_team_palmares_list,
div.div_idalgo_motor_team_palmares_head{
    position:relative;
    display:block;
    left:50px;
    margin-right:250px;
    height:100%;
    width:inherit;
}

span.span_idalgo_motor_team_palmares_head_season,
span.span_idalgo_motor_team_palmares_list_season,
span.span_idalgo_motor_team_palmares_total_text{
    position:absolute;
    width:50px;
    margin-right:100%;
    right:0;
}

span.span_idalgo_motor_team_palmares_head_team,
span.span_idalgo_motor_team_palmares_list_team{
    position: absolute;
    width:100%;
}

span.span_idalgo_motor_team_palmares_list_team{
    font-weight:bold;
}

span.span_idalgo_motor_team_palmares_list_standing_box,
span.span_idalgo_motor_team_palmares_total_standing_box{
    right:0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top:-10px;
}

span.span_idalgo_motor_team_palmares_list_race,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_race,
span.span_idalgo_motor_team_palmares_total_pole,
span.span_idalgo_motor_team_palmares_total_standing,
span.span_idalgo_motor_team_palmares_total_points{
    position:absolute;
    margin-left:100%;
    width:50px;
    text-align:right;
}

span.span_idalgo_motor_team_palmares_head_pole_mobile,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_total_pole{left:50px}

span.span_idalgo_motor_team_palmares_head_standing_mobile,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_total_standing{left:100px}

span.span_idalgo_motor_team_palmares_head_points_mobile,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_points{left:150px}

li.li_idalgo_motor_team_palmares_head span,
li.li_idalgo_motor_team_palmares span,
li.li_idalgo_motor_team_palmares_total span{font-size:0.75em}
li.li_idalgo_motor_team_palmares_total span.span_idalgo_motor_team_palmares_total_text{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/Result.css **********************************************/
/***** Liste de r&eacute;sultats *****/
span.span_idalgo_content_result_date_list_result_content_noc {width:50px}
span.span_idalgo_content_result_date_list_result_content_noc img {
    margin-top:-7px;
    margin-left:-12px;
    width:24px;
}
span.span_idalgo_content_result_date_list_result_content_pos,
span.span_idalgo_content_result_date_list_result_content_name,
div.div_idalgo_content_result_date_list_result_content span.span_idalgo_content_result_date_list_result_content_value {
    font-size:0.875em
}

/* Module/Football/CSS/Responsive480/CompetitionIdentityPresentation.css ******************/
@CHARSET "UTF-8";

ul.ul_idalgo_content_competition_identity_presentation_content_infos li {border:none;}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li div {width:100%;display:block; border-top:1px solid #e4e2dd;}

/* Module/Football/CSS/Responsive480/CompetitionStadiumList.css ***************************/

/** Nav des stadiums **/
div.div_idalgo_competition_stadium_list_content_mobile{position:relative;display:block}

/** Suppression de cette div **/
div.div_idalgo_competition_stadium_list_content > div.div_idalgo_competition_stadium_list_content{display:none}

/** Remplacement des noms des equipes par les 3 premieres lettres **/
a.a_idalgo_competition_stadium_list_calendar_match_localteam_shortname,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_shortname{display:block}

a.a_idalgo_competition_stadium_list_calendar_match_localteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_name{display:none}

/** Navigation **/
div.div_idalgo_competition_stadium_list_content_mobile_nav{position:relative;height:280px;overflow:hidden}
span.span_idalgo_competition_stadium_list_content_mobile_nav_prev{cursor:pointer;height:50px;position:absolute;bottom:30px;left:5%;width:50px;z-index:1}
span.span_idalgo_competition_stadium_list_content_mobile_nav_next{cursor:pointer;display:block;height:50px;position:absolute;bottom:30px;right:5%;width:50px;z-index:1}

ul.ul_idalgo_competition_stadium_list_content_mobile_nav li.li_idalgo_competition_stadium_list_content_mobile_nav{position:relative;width:320px;max-width:100%;margin:0 auto}

div.div_idalgo_competition_stadium_list_content_mobile div.div_idalgo_competition_stadium_list_stadium_info{margin-top:20px}

/** Calendrier **/
div.div_idalgo_competition_stadium_list_content_mobile ul.ul_idalgo_competition_stadium_list_calendar{margin-bottom:20px}

/* Module/Football/CSS/Responsive480/CompetitionHistoryPresentation.css *******************/
/** Affichage des fleches **/
span.span_idalgo_content_competition_history_presentation_next,
span.span_idalgo_content_competition_history_presentation_previous{position:absolute;height:50px;top:105px}
span.span_idalgo_content_competition_history_presentation_previous{left:50px}
span.span_idalgo_content_competition_history_presentation_next{right:50px;display:block}
/** Listes logo **/
div.div_idalgo_content_competition_history_presentation{overflow:hidden;height:200px}
ul.ul_idalgo_competition_history_presentation{position:absolute;left:50%;margin-left:-70px;height:170px;width:140px}
ul.ul_idalgo_competition_history_presentation li.li_idalgo_competition_history_presentation{width:100%;top:-35px;margin-top:50px}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_title span{margin-left:-20px}
/** Suppression de la fleche pr&egrave;s de la date **/
span.span_idalgo_competition_history_presentation_title div.div_idalgo_competition_history_presentation_title_arrow{display:none}

/* Module/Pattern/CSS/Responsive480/LiveBloggingTopNews.css *******************************/

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title_action{z-index:3}

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

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging{margin-right:10px}

/* Module/Common/CSS/Responsive480/LiveBloggingScoreBoard.css *****************************/
div.div_idalgo_content_live_blogging_score_board_status {font-size: 0.875em}

div.div_idalgo_content_live_blogging_score_board_content_local,
div.div_idalgo_content_live_blogging_score_board_content_visitor{width:50%}
span.span_idalgo_content_live_blogging_score_board_content_local,
span.span_idalgo_content_live_blogging_score_board_content_visitor{font-size:1em}

div.div_idalgo_content_live_blogging_score_board_content_local_cnt,
div.div_idalgo_content_live_blogging_score_board_content_visitor_cnt{height:60px;margin-top:30px}
img.img_idalgo_content_live_blogging_score_board_content_visitor_cnt,
img.img_idalgo_content_live_blogging_score_board_content_local_cnt{width:55px;height:55px}

div.div_idalgo_content_live_blogging_score_board_content_center_score{font-size:2em;margin-top:0;top:50px;height:1em}

/* Module/Sport/CSS/Responsive480/MatchGamesVersus.css ************************************/
div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_localteam{left:auto;right:10px;width:22px;height:auto;margin-top:-7px}
div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_visitorteam{left:10px;right:auto;width:22px;height:auto;margin-top:-7px}

div.div_idalgo_dom_match_games_versus_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix{left:0}
div.div_idalgo_dom_match_games_versus_match_localteam span.span_idalgo_dom_match_match_localteam_suffix{right:0}

/* Module/Common/CSS/Responsive480/MainDomMatchGamesTable.css *****************************/
li.li_idalgo_dom_match_games_list_result_content img.img_idalgo_content_sport_score_center_competition_title_logo + span {
    left:40px;white-space: normal;overflow: visible;
    line-height: 1em;
    top: 10px;
}

li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_position {
    font-size: 1em;
    height: 28px;
    line-height: 28px;
    width: 28px;
    top:10px;
    left:10px
}

li.li_idalgo_dom_match_games_list_result_content span,
span.span_idalgo_dom_match_games_list_result_content_name {font-size:0.75em}
li.li_idalgo_dom_match_games_list_result_content img.img_idalgo_dom_match_games_list_result_content_noc {left:50px}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_firstname{display: none}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_name{
    left:80px;right:110px;
}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_cnt {width:60px}

/* Module/Common/CSS/Responsive480/MainDomMatchPeriod.css *********************************/
div.div_idalgo_dom_match_period[data-status="0"] div.div_idalgo_dom_match_match_score {
    position: absolute;display: block;
    width: 70px;height: 100%;
    top: 0;left: 50%;
    margin-left: -35px;
}

div.div_idalgo_dom_match_period ul.ul_idalgo_dom_match_match_set{display:none}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam{left:10px}

div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam {
    font-size:0.75em;
    overflow: hidden;
    text-overflow: ".";
    white-space: nowrap;
}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam{
    margin-left:32px;
    margin-right:0;
}
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify {left:-5px}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_visitorteam span{
    line-height:38px
}

div.div_idalgo_dom_match_period span.span_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_period span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt {
    margin-left:18px;margin-right:0
}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_score {
    left:auto;right:7px;
    width:65px;
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_score{
    height:76px;top:50%;margin-top:-38px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local {
    top:25%;margin-top:-15px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_visitor {
    top:75%;margin-top:-15px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square ,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3{top:0}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local:after{
    width:65px;left:-14px
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{font-size:14px}

/** JO **/
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{
    width: 100%;
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam > span{
    margin-left:0;right:72px;overflow:visible;
}

/* Module/Common/CSS/Responsive480/MainDomPerson.css **************************************/
/* Photo person */
div.div_idalgo_dom_person_left{width:70px}
div.div_idalgo_dom_person_left_picture{
    top:11px;
    margin-top:0;
    padding:2px
}

/* Information */
div.div_idalgo_dom_person_content{
    margin-left:70px;
    margin-right:66px;
    padding-top:6px;
}
img.img_idalgo_dom_person_content_noc{top:auto;bottom:10px}
div.div_idalgo_dom_person_content > div{padding-left:0}

span.span_idalgo_dom_person_content_info_firstname,
span.span_idalgo_dom_person_content_info_name{font-size:0.6875em}

div.div_idalgo_dom_person_content_info,
div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person_content_weight{height:0.875em;line-height:.875em}

div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person_content_weight span{font-size:0.6875em;float:left}

/* Zoning sport */
div.div_idalgo_dom_person_sport{width:66px;padding:0}
div.div_idalgo_dom_person_sport_name{position:absolute;top:50px;left:0;width:100%}
div.div_idalgo_dom_person_sport_name > span{font-size:.65em}
div.div_idalgo_dom_person_sport_picture{
    width:20px;height:20px;
    margin-left:-10px;
    bottom:40px;
}
div.div_idalgo_dom_person_text{left:70px;right:66px;font-size:.75em}
/* Chances de medailles */
div.div_idalgo_dom_person.idalgo_sport_medal_chances{height:7.3125em}
div.div_idalgo_dom_person span.idalgo_sport_sprite.idalgo_sport_medal_on{top:65px;left:19px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_left_picture{
    height:50px;width:50px;
    margin-left:-25px;margin-top:0;
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances img.img_idalgo_dom_person_content_noc{top:auto;bottom:32px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content{padding-top:8px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_info{line-height:1.25em;height:1.25em}

div.div_idalgo_dom_person.idalgo_sport_medal_chances span.span_idalgo_dom_person_content_info_name {
    font-size:.875em
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight{
    height:.875em;line-height:.875em
}

div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight span{font-size:0.6875em}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_name{top:70px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_picture{
    bottom:50px;
    background-color:#003978
}

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

span.span_idalgo_paper_catchline, p.p_idalgo_paper_content {font-size:1em}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerMenu.css ********************/
ul.ul_idalgo_football_list_player_menu{width:auto}
li.li_idalgo_football_list_player_menu{width:33%}
li.li_idalgo_football_list_player_menu a.a_idalgo_football_list_player_menu{margin:0 auto}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerFiltre.css ******************/
div_idalgo_football_list_player_filtre{margin-top:45px}
div.div_idalgo_football_list_player_filtre_legend{top:-45px}
div.div_idalgo_football_list_player_filtre_standing{font-size:1em}
div.div_idalgo_football_list_player_filtre_standing > div{display:block;height:35px}

/* L&eacute;gende */
div.div_idalgo_football_list_player_filtre_legend{width:auto}
div.div_idalgo_football_list_player_filtre_legend_opened{background-position:10px 30px}
div.div_idalgo_football_list_player_filtre_legend_opened_form_form{margin-left:230px}
span.span_idalgo_football_list_player_filtre_legend_opened_form_form{font-size:0.8em}

/* Twitter */
div.div_idalgo_football_list_player_filtre_twitter{display:none}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayer.css ************************/
span.span_idalgo_football_list_player_content_date_inner_txt{font-size:1.2em}

h2.h2_idalgo_football_list_player_header_top_name{top:0;font-size:22px}

div.div_idalgo_football_list_player_header_top{height:100px}
div.div_idalgo_football_list_player_header_top_squad{top:110px;top:130px}
div.div_idalgo_football_list_player_header_top_squad span{font-size:12px}
li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team_logo{top:75px}
li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team{top:60px}
div.div_idalgo_football_list_player_header_top span.span_idalgo_football_list_player_header_top_poste{position:absolute;display:inline;top:30px;left:235px;line-height:20px;height:auto}
div.div_idalgo_football_list_player_header_top h3.h3_idalgo_football_list_player_header_top_status{left:0;font-size:12px;padding:5px 10px;top:170px;width:100%}
h3.h3_idalgo_football_list_player_header_title{left:auto;width:auto}
p.p_idalgo_football_list_player_header_comment{margin-left:0;top:0;margin-top:0}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerRecap.css *******************/
div.div_idalgo_football_list_player_recap li.li_idalgo_football_list_player_header{height:290px}
div.div_idalgo_football_list_player_recap_content{top:70px;padding:0}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerStat.css ********************/
div.div_idalgo_football_list_player_stat li.li_idalgo_football_list_player_header{height:375px}
div.div_idalgo_football_list_player_stat_content{top:70px;padding-left:0}
span.span_idalgo_football_list_player_stat_content_stat_value{font-size:1.7em;line-height:1.5em}

/* Customer/Lesoir/Sport/Common/CSS/Responsive480/Lesoir.css ******************************/
/* TITLE */
div.div_idalgo_container h2.idalgo_title1{font-size:1em}



    h1.h1_idalgo{
        height:40px
    }
}

/* Customer/Lesoir/Sport/Common/CSS/Responsive980.css *************************************/
@media only screen and (max-width:992px){
    /* 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)
}

/* Module/Pattern/CSS/Responsive980/PlayerHeader.css **************************************/
div.div_idalgo_person_header{height:160px}

div.div_idalgo_person_header_content_left_photo{margin-top:110px}

span.span_idalgo_person_header_content_right_name_firstname,
span.span_idalgo_person_header_content_right_name_lastname{font-size:2em}

/* Module/Pattern/CSS/Responsive980/Calendar.css ******************************************/
div.div_idalgo_calendar_element{width:32%;vertical-align:top;margin:0 0.666% 20px 0.666%}

/* Module/Motor/CSS/Responsive980/StandingPilot.css ***************************************/
div.div_idalgo_content_motor_standing_race span{
    font-size: 0.6em;
    height: 22px;
    line-height: 22px;
    width: 22px;
    margin-top: -11px;
    margin-left: -11px;
}

/* Module/Motor/CSS/Responsive980/RaceIdentity.css ****************************************/
div.div_idalgo_motor_race_identity_left::after
{
    left: initial;
    right: 0;
}

/* Module/Motor/CSS/Responsive980/TeamHeader.css ******************************************/
div.div_idalgo_motor_team_header{height:210px}
div.div_idalgo_motor_team_header_background,
div.div_idalgo_motor_team_header_background_filter{height:160px}
div.div_idalgo_motor_team_header_content_left_photo{margin-top:105px}
div.div_idalgo_motor_team_header_content_right_name{margin-top:110px}


}

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

.idalgo_show_mobile {display:none;}

/* Module/Pattern/CSS/Responsive768/TeamListPresentation.css ******************************/

/** EDITO **/
ul.ul_idalgo_content_team_list_edito_presentation {height: auto;margin-bottom: 0px;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation {display: block;float: none;width: 100%!important;background-color: #ffffff;height: auto;}

ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team {line-height: 50px;height: 50px;border-bottom:1px solid #e4e2dd;margin:0;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team img {top:17px;left:42%}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.span_idalgo_content_team_list_edito_presentation_team_name{left:50%}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.idalgo_sprite {display: block;position: absolute;right:10px;top:10px;background-position: center -2108px}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_logo {display: none;}

ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation_selected {background-color: #fbfaf9;border:none;height: auto;}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation_selected div.div_idalgo_content_team_list_edito_presentation_team span.idalgo_sprite {background-position:center -2666px}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation_selected div.div_idalgo_content_team_list_edito_presentation_paper {display: block;padding: 10px;border-top:1px solid #ffffff;background-color:#ffffff}

div.div_idalgo_content_team_list_edito_presentation_paper_web {display: none;}

div.div_idalgo_content_team_list_edito_presentation_paper_content p.p_idalgo_content_team_list_edito_presentation_paper_content_title {margin:0;}

div.div_idalgo_content_team_list_edito_presentation_key_player_content {position:relative;margin-left: -65px;left:50%;display: block}

/** Calendar **/
    a.a_idalgo_content_team_list_edito_group_match_localteam_name,
    a.a_idalgo_content_team_list_edito_group_match_visitorteam_name{display:none}
    a.a_idalgo_content_team_list_edito_group_match_localteam_shortname,
    a.a_idalgo_content_team_list_edito_group_match_visitorteam_shortname{display:block}

/* Module/Common/CSS/Responsive768/MenuDynamicLine.css ************************************/
nav.nav_idalgo_menu_dynamic_line{height:55px;margin:0 0 10px 0}
ul.ul_idalgo_menu_dynamic_line{width:100%;margin:0}
li.li_idalgo_menu_dynamic_line{height:30px;margin:10px 0 0 0}
li.li_idalgo_menu_dynamic_line span{font-size:11px;line-height:11px}
li.li_idalgo_menu_dynamic_line_selected span{font-size:13px}

/* Module/Sport/CSS/Responsive768/Event.css ***********************************************/
div.div_idalgo_dom_event{
    padding:0 40px 10px;
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_local{
    top:0;left:25%;
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_visitor{
    top:0;right:25%;left:auto
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center {
    margin-left:0
}
img.img_idalgo_dom_event_match_channel{right:-30px}

/* 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/Menu.css **********************************************/
nav.nav_idalgo_menu{
    z-index:2
}
button.button_idalgo_menu{
    position:absolute;
    width:27px;
    height:20px;
    border:none;
    padding:0;
    background-color:#003978;
    top:-30px;
    right:10px;
    background-position:-13px -2611px;
    cursor:pointer
}
li.li_idalgo_menu{
    float:none;
    width:auto;
    height:auto;
    border-width:0 1px 1px 1px;
    border-style:solid;
    border-color:#bbb6a8;
}
nav.nav_idalgo_menu[is_display=false] ul.ul_idalgo_menu{
    display:none
}
ul.ul_idalgo_menu{
    position:absolute;
    height:auto;
    width:100%;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:#645f4f;
    background-color:transparent
}
ul.ul_idalgo_menu:after{
    content:'';
    position:relative;
    display:block;
    width:100%;
    height:5px;
    border-width:5px 0 0 0;
    border-style:solid;
    border-color:#003978;

    background-color:transparent;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.7)), to(transparent));
    background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.7), transparent);
    background-image:   -moz-linear-gradient(top, rgba(0,0,0,0.7), transparent);
    background-image:    -ms-linear-gradient(top, rgba(0,0,0,0.7), transparent);
    background-image:     -o-linear-gradient(top, rgba(0,0,0,0.7), transparent);
    background-image:        linear-gradient(top, rgba(0,0,0,0.7), transparent);
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#90000000, endColorstr=transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#90000000, endColorstr=transparent)";
}
li.li_idalgo_menu{
    background-color:#003978;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:   -moz-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:    -ms-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:     -o-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:        linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000, endColorstr=#20000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000, endColorstr=#20000000)";
}
li.li_idalgo_menu_selected{
    background-color:#ffffff;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:   -moz-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:    -ms-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:     -o-linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    background-image:        linear-gradient(top, transparent, transparent, rgba(0,0,0,0.2));
    filter:      progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000, endColorstr=#20000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00000000, endColorstr=#20000000)";
}
a.a_idalgo_menu{
    text-align:center
}
li.li_idalgo_menu a.a_idalgo_menu:after{
    background:none
}

/* MENU GENERAL */
div.div_idalgo_menu_type_1{
    z-index:3;
}
div.div_idalgo_menu_type_1 nav.nav_idalgo_menu{
    background-color: #fbfaf9;
    z-index:13;
    text-align:center;
    height:35px
}
div.div_idalgo_menu_type_1 nav.nav_idalgo_menu ul.ul_idalgo_menu{
    top:35px;
}

div.div_idalgo_menu_type_1 button.button_idalgo_menu{
    display:inline-block;
    position: relative;
    top: 0px;
    background-position:-11px -2542px;
    background-color:transparent;
    padding-left:30px;
    line-height:30px;
    height:30px;
    width:auto;
    right:0;
    overflow:visible;
    font-size: 1.5em;
    font-weight: bold;
    font-family: Trebuchet MS;
}

div.div_idalgo_container[lang="AR"] div.div_idalgo_menu_type_1 button.button_idalgo_menu{background-position:70px -2542px;}

div.div_idalgo_menu_type_1 nav[is_display=true] button.button_idalgo_menu{
    background-position:-11px -2573px;
    color: #003978;
}
div.div_idalgo_menu_type_1 nav[is_display=true]{
    background-color: transparent;
}

/* MENU FAMILLES */
div.div_idalgo_menu_type_3,
div.div_idalgo_menu_type_3 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_5,
div.div_idalgo_menu_type_5 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_20,
div.div_idalgo_menu_type_20 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_27,
div.div_idalgo_menu_type_27 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_29,
div.div_idalgo_menu_type_29 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_34,
div.div_idalgo_menu_type_34 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_37,
div.div_idalgo_menu_type_37 nav.nav_idalgo_menu{
    position:relative;
    z-index:12
}
div.div_idalgo_menu_type_3 button.button_idalgo_menu,
div.div_idalgo_menu_type_5 button.button_idalgo_menu,
div.div_idalgo_menu_type_20 button.button_idalgo_menu,
div.div_idalgo_menu_type_27 button.button_idalgo_menu,
div.div_idalgo_menu_type_29 button.button_idalgo_menu,
div.div_idalgo_menu_type_34 button.button_idalgo_menu,
div.div_idalgo_menu_type_37 button.button_idalgo_menu{
    display:block;
    top:20px;
    left:10px;
    background-color:transparent;
    height:30px;
    width:31px;
    background-position:-11px -2542px;
    cursor:pointer
}
div.div_idalgo_menu_type_3 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_5 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_20 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_27 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_29 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_34 nav[is_display=true] button.button_idalgo_menu,
div.div_idalgo_menu_type_37 nav[is_display=true] button.button_idalgo_menu{
    background-position:-11px -2573px;
}
div.div_idalgo_menu_type_3 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_5 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_20 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_27 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_29 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_34 ul.ul_idalgo_menu,
div.div_idalgo_menu_type_37 ul.ul_idalgo_menu{
    top:5px;
    right:0;
    left:40px;
    width:auto
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu,
div.div_idalgo_menu_type_5 li.li_idalgo_menu,
div.div_idalgo_menu_type_20 li.li_idalgo_menu,
div.div_idalgo_menu_type_27 li.li_idalgo_menu,
div.div_idalgo_menu_type_29 li.li_idalgo_menu,
div.div_idalgo_menu_type_34 li.li_idalgo_menu,
div.div_idalgo_menu_type_37 li.li_idalgo_menu{
    background-image:none;
    -ms-filter:none;
        filter:none;
    background-color:#e4e2dd;
}
div.div_idalgo_menu_type_3 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_5 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_20 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_27 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_29 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_34 li.li_idalgo_menu_selected,
div.div_idalgo_menu_type_37 li.li_idalgo_menu_selected{
    background-color:#ffffff;
}
div.div_idalgo_menu_type_3 a.a_idalgo_menu,
div.div_idalgo_menu_type_5 a.a_idalgo_menu,
div.div_idalgo_menu_type_20 a.a_idalgo_menu,
div.div_idalgo_menu_type_27 a.a_idalgo_menu,
div.div_idalgo_menu_type_29 a.a_idalgo_menu,
div.div_idalgo_menu_type_34 a.a_idalgo_menu,
div.div_idalgo_menu_type_37 a.a_idalgo_menu{
    text-align:left
}

/* MENU FAMILLES - SOUS MENU COMPETITIONS */
nav.nav_idalgo_menu_submenu{
    position:relative;
    background-color:#ffffff
}
nav.nav_idalgo_menu_submenu button.button_idalgo_menu,
nav.nav_idalgo_menu_submenu button.button_idalgo_submenu_close{
    display:none
}
ul.ul_idalgo_menu_submenu{
    position:relative;
    background-color:#ffffff
}
ul.ul_idalgo_menu_submenu li.li_idalgo_menu_submenu{
    position:relative;
    display:block;
    width:100%;
    margin:0;
    float:none;
    border:1px 0 0 0 solid #bbb6a8;
}


/* MENUS RUBRIQUES */
div.div_idalgo_menu_type_4,
div.div_idalgo_menu_type_6,
div.div_idalgo_menu_type_7,
div.div_idalgo_menu_type_21,
div.div_idalgo_menu_type_28,
div.div_idalgo_menu_type_30,
div.div_idalgo_menu_type_4 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_7 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_21 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_28 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_30 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_43 nav.nav_idalgo_menu{z-index:2}

/*div.div_idalgo_menu_type_4 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_7 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_21 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_28 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_30 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_43 nav.nav_idalgo_menu{top:-13px}*/

div.div_idalgo_menu_type_4 button.button_idalgo_menu,
div.div_idalgo_menu_type_6 button.button_idalgo_menu,
div.div_idalgo_menu_type_7 button.button_idalgo_menu,
div.div_idalgo_menu_type_21 button.button_idalgo_menu,
div.div_idalgo_menu_type_28 button.button_idalgo_menu,
div.div_idalgo_menu_type_30 button.button_idalgo_menu,
div.div_idalgo_menu_type_43 button.button_idalgo_menu{display:block}

/* SOUS-MENU */
div.div_idalgo_menu_sub{margin-top:55px}
div.div_idalgo_menu_sub .li_idalgo_menu_sub .a_idalgo_menu_sub{font-size:0.75em}

/* Module/Cycling/CSS/Responsive768/StepHeader.css ****************************************/
div.div_idalgo_content_cycling_step_header_map,
div.div_idalgo_content_cycling_step_header_timeline_background{
    width:100%;margin-left:0;margin-right:0;left:0;background-size:100%}

/* Module/Pattern/CSS/Responsive768/TeamIdentity.css **************************************/

/* Premi&egrave;re zone avec photo */
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_first {
    width:80px;
}

div.div_idalgo_team_identity_first img.img_idalgo_team_identity_first_logo {
    width:70px;
}

/* Zone de contenu */
div.div_idalgo_content_team_identity ul.ul_idalgo_team_identity {
    position:relative;
    margin-top:0px;
    margin-left: 80px;
    margin-right: 0px;
    min-height:auto!important;
}

div.div_idalgo_content_team_identity li.li_idalgo_team_identity,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person {
    line-height: 20px;
}
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double {
    height:60px;
}
div.div_idalgo_content_team_identity li.li_idalgo_team_identity span,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity a,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double span,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double a,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person span,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person a {
    line-height: 20px;
    float:none;
    display:block;
    width:100%;
    border:none;
    margin-left:0px;
}

div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person a.idalgo_hide_mobile,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person span.idalgo_hide_mobile {
    display: none;
}
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person a.idalgo_show_mobile,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person span.idalgo_show_mobile {
    display:inline;
}
div.div_idalgo_content_team_identity li.li_idalgo_team_identity img,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double img,
div.div_idalgo_content_team_identity li.li_idalgo_team_identity_double_person img {
    float:left;
    margin-top:4px;
}

/* Derni&egrave;re zone de contenu &agrave; placer en dessous de la premi&egrave;re */
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last {
    top:85px;
    left:0px;
    width:80px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img {
    margin-bottom: 5px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img.img_idalgo_team_identity_last_shirt {
    border:none;
    margin:1px;
}

div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img.img_idalgo_team_identity_last_country,
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last a.a_idalgo_team_identity_last,
div.div_idalgo_content_team_identity div.div_idalgo_team_identity_last img.img_idalgo_team_identity_last_shirt_mobile_hidden {
    display:none;
}

/* Module/Pattern/CSS/Responsive768/PlayerIdentity.css ************************************/

/* Premi&egrave;re zone avec photo */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_first {
    width:80px;
}

div.div_idalgo_player_identity_first img.img_idalgo_content_person_picture {
    width:70px;
}

/* Zone de contenu */
div.div_idalgo_content_player_identity ul.ul_idalgo_player_identity {
    position:relative;
    margin-top:0px;
    margin-left: 80px;
    margin-right: 0px;
}

div.div_idalgo_content_player_identity li.li_idalgo_player_identity {
    height:40px;
    line-height: 20px;
}
div.div_idalgo_content_player_identity li.li_idalgo_player_identity span,
div.div_idalgo_content_player_identity li.li_idalgo_player_identity a {
    position:relative;
    margin:0;
    height:20px;
    line-height: 20px;
    display:block;
    width:100%;
}
div.div_idalgo_content_player_identity li.li_idalgo_player_identity span span {
    display:inline;
}

/* Derni&egrave;re zone de contenu &agrave; placer en dessous de la premi&egrave;re */
div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last {
    top:105px;
    left:0px;
    width:80px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last img {
    margin-bottom: 5px;
}

div.div_idalgo_content_player_identity div.div_idalgo_player_identity_last div.div_idalgo_player_identity_last_logo {
    display:none;
}

/* Module/Football/CSS/Responsive768/ListPlayer.css ***************************************/

div.div_idalgo_content_list_player_content{margin:0 10px}

/** Listes des joueurs **/
div.div_idalgo_player_header_name{text-align:right}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name{ margin-top: 3px}
div.div_idalgo_player_header_name span{display:block;line-height:1em}
div.div_idalgo_player_header_info{line-height:1em}
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_age{display:block;margin:3px 0px}
div.div_idalgo_player_header_info img.img_idalgo_player_header_info{margin-left:0px}
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_country{position: relative;top: -2px}

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

/* Module/Pattern/CSS/Responsive768/ResultTable.css ***************************************/
div.div_idalgo_content_football_result_table{display:none}

/* Module/Football/CSS/Responsive768/TeamSquad.css ****************************************/
div.div_idalgo_content_squad_listbox_action_competition div.div_idalgo_listbox {
    width:94%;
}

/* Module/Football/CSS/Responsive768/MatchPreview.css *************************************/

div.div_idalgo_content_football_match_preview_content_standing_data_local img.img_idalgo_content_football_match_preview_content_standing_data_local_logo,
div.div_idalgo_content_football_match_preview_content_standing_data_visitor img.img_idalgo_content_football_match_preview_content_standing_data_visitor_logo{left:29px;width:22px}
div.div_idalgo_content_football_match_preview_content_standing_data_header span.span_idalgo_content_football_match_preview_content_standing_data_header_txt_win{margin-left:7%;padding-left:0}
div.div_idalgo_content_football_match_preview_content_standing_data_header{padding-left:50px}
div.div_idalgo_content_football_match_preview_content_standing_data_header span {margin-left:7%;}
div.div_idalgo_content_football_match_preview_content_standing_data_local span.span_idalgo_content_football_match_preview_content_standing_data_local_win,
div.div_idalgo_content_football_match_preview_content_standing_data_visitor span.span_idalgo_content_football_match_preview_content_standing_data_visitor_win {margin-left:7%}
div.div_idalgo_content_football_match_preview_content_series {position:relative;display:block;margin-bottom:20px;float:none;}

div.div_idalgo_content_football_match_preview_content_series_title {width:100%;padding-left:50px;margin-left:7%;text-align:left}
div.div_idalgo_content_football_match_preview_content_standing_data{
    position:relative;
    height:120px;width:100%;
    display:block;
    float:none;
}
div.div_idalgo_content_football_match_preview_content_series{width:100%}
                    div.div_idalgo_content_football_match_preview_content_series_content_local ,
div.div_idalgo_content_football_match_preview_content_series_content_visitor {padding-left:50px;width:auto;}

                        div.div_idalgo_content_football_match_preview_content_series_content_local span,
div.div_idalgo_content_football_match_preview_content_series_content_visitor span ,
    div.div_idalgo_content_football_match_preview_content_standing_data_local span ,
div.div_idalgo_content_football_match_preview_content_standing_data_visitor span{margin-left:7%;}
   div.div_idalgo_content_football_match_preview_content_standing_data_local ,
   div.div_idalgo_content_football_match_preview_content_standing_data_visitor {padding-left:50px;}
                div.div_idalgo_content_football_match_preview_content_series_content_local img ,
div.div_idalgo_content_football_match_preview_content_series_content_visitor img {display:block;position:absolute;display:block;top:10px;left:29px;width:22px}
/** Historique **/
ul.ul_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_date{display:none;}
ul.ul_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_competition {left:20%;}
ul.ul_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_local {left:20%;width:30%}
ul.ul_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_score {left:50%;margin:-10px 0 0 0}
ul.ul_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_visitor {left:65%;width:30%}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_win,
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_goal{font-size:1em}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_win{left:30%;font-size:0.75em}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_goal {left:55%}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{left:65%;font-size:0.75em}

li.li_idalgo_content_football_match_preview_history_showdown_match img.img_idalgo_content_football_match_preview_history_showdown_match_local {display:block;}
li.li_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_local {display:none;}
li.li_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_visitor {display:none;}
li.li_idalgo_content_football_match_preview_history_showdown_match img.img_idalgo_content_football_match_preview_history_showdown_match_visitor {display:block;}

li.li_idalgo_content_football_match_preview_history_showdown_match img.img_idalgo_content_football_match_preview_history_showdown_match_local{left:40%;width:22px}
li.li_idalgo_content_football_match_preview_history_showdown_match span.span_idalgo_content_football_match_preview_history_showdown_match_score{width:30%;}
li.li_idalgo_content_football_match_preview_history_showdown_match img.img_idalgo_content_football_match_preview_history_showdown_match_visitor{left:85%;width:22px}

div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_left{width:40%}
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_right{width:60%}

div.div_idalgo_content_football_match_preview_history_header_part_line{height:3.5em;line-height:2em}
div.div_idalgo_content_football_match_preview_history_header_part_line span{display:block;float:none}
img.img_idalgo_content_football_match_preview_history_match_line{width:22px;margin-top:-11px}
span.span_idalgo_content_football_match_preview_history_match_line_win, span.span_idalgo_content_football_match_preview_history_match_line_goal{font-size:1em}
li.li_idalgo_content_football_match_preview_history_showdown_match{height:3em;line-height:1.5em}

div.div_idalgo_content_football_match_preview_history_header_right div.div_idalgo_content_football_match_preview_history_header_part_line {height:3.5em;line-height:2em}
div.div_idalgo_content_football_match_preview_history_header_right div.div_idalgo_content_football_match_preview_history_header_part_line span.span_idalgo_content_football_match_preview_history_header_part_line_val {line-height:1.5em}

div.div_idalgo_content_football_match_preview_history div.div_idalgo_content_football_match_preview_history_match_draw {width:70px;}
div.div_idalgo_content_football_match_preview_history_match_line img.img_idalgo_content_football_match_preview_history_match_line{margin-top:-11px;}

/** Joueur Cle **/
div.idalgo_content_football_match_preview_key_player_title, div.idalgo_content_football_match_preview_history_title {display:none}
div.div_idalgo_content_football_match_preview_key_player_list div.div_idalgo_content_football_match_preview_key_player_list_title span,
div.div_idalgo_content_football_match_preview_key_player_list li.li_idalgo_content_football_match_preview_key_player_list{padding-left:20px}
div.div_idalgo_content_football_match_preview_key_player div.div_idalgo_content_football_match_preview_key_player_list {float:none;width:100%}
div.div_idalgo_content_football_match_preview_key_player ul.ul_idalgo_content_football_match_preview_key_player_list{width:50%;float:left}
div.div_idalgo_content_football_match_preview_key_player img.img_idalgo_content_football_match_preview_key_player_local,
div.div_idalgo_content_football_match_preview_key_player img.img_idalgo_content_football_match_preview_key_player_visitor {display:none}
div.div_idalgo_content_football_match_preview_key_player img.img_idalgo_content_football_match_preview_key_player_list_infos_logo{display:block;position:absolute;width:22px;left:90px;margin-top:7px}

/* Module/Pattern/CSS/Responsive768/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full_background img,
div.div_idalgo_content_match_header_full_forground img{width:auto;height:100%}
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:3em;line-height:30px}

/* Module/Pattern/CSS/Responsive768/PlayerHeader.css **************************************/
div.div_idalgo_person_header{margin-bottom:60px}
div.div_idalgo_person_header_footer{margin-left:200px}
div.div_idalgo_person_header_footer_country_logo{display:none;}
div.div_idalgo_person_header_content_left{margin-left:50px}

/* Module/Pattern/CSS/Responsive768/MatchComment.css **************************************/
ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment{margin-right:20px;margin-left:0}

/* Module/Pattern/CSS/Responsive768/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{padding-right:20px}

/* Module/Pattern/CSS/Responsive768/MatchSquad.css ****************************************/
/* LE TERRAIN **********************************************************************/
div.div_idalgo_content_match_squad_main {
    margin:10px auto;
    width:100%
}

div.div_idalgo_content_match_squad_container {
    width:auto;
}

/* Logo des &eacute;quipes *********************************************************/
img.img_idalgo_content_match_squad_container_team_picture_local,
img.img_idalgo_content_match_squad_container_team_picture_visitor{
    display:none
}
img.img_idalgo_content_match_squad_container_team_picture_local_small,
img.img_idalgo_content_match_squad_container_team_picture_visitor_small{
    position:absolute;
    display:block;
    z-index:10
}
img.img_idalgo_content_match_squad_container_team_picture_local_small{
    top:37px;
    right:5px
}
img.img_idalgo_content_match_squad_container_team_picture_visitor_small{
    bottom:15px;
    left:5px
}

/* Actions sur un joueur ***************************************************/
div.div_idalgo_content_match_squad_event_web {
    display:none;
}

div.div_idalgo_content_match_squad_event_mobile {
    display:block;
}

/* Identit&eacute; (d&eacute;tails) d'un joueur *************************************************************************/
div.div_idalgo_content_match_squad_main_identity_background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000000;
    opacity:0;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
        -ms-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    z-index:-1
}

div.div_idalgo_content_match_squad_container_identity {
    width:250px;
    height:270px;
    top:50%;
    left:50%;
    margin-top:-135px;
    margin-left:-125px;
    padding:20px;
    opacity:0;
    z-index:-1
}
div.div_idalgo_content_match_squad_container_identity_active{
    z-index:10;
    opacity:1;
}
div.div_idalgo_content_match_squad_main_identity_background_active{
    z-index:0;
    opacity:0.6;
}

div.div_idalgo_content_match_squad_container_identity_competition {
    position: absolute;
    top: 50px;
    left: 50%;
}
div.div_idalgo_content_match_squad_container_identity_statistic {
    position: absolute;
    top: 80px;
    left: 50%;
}

div.div_idalgo_content_match_squad_container_identity_statistic div span {
    font-size:2em;
}

div.div_idalgo_content_match_squad_container_identity_arrow {
    display:none;
}

/* Boutons de gestion de l'affichage "Titulaires/Rempla&ccedil;ants" *************************************************************************/
ul.ul_idalgo_content_match_squad_container_action {
    position:relative;
    display:block;
    height:22px;
    top:0;
    left:0;
    margin:auto;
    width:auto;
    border:1px solid #bbb6a8
}

ul.ul_idalgo_content_match_squad_container_action li {
    float:left;
    width:50%;
    height:20px;
    text-indent: 0px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    white-space:nowrap;
    border:none
}

ul.ul_idalgo_content_match_squad_container_action li.li_idalgo_content_match_squad_container_action_selected {
    border:none;
    height:22px;
}

ul.ul_idalgo_content_match_squad_container_action li div.div_idalgo_content_match_squad_container_action_arrow {
    display:none;
}

/* Module/Pattern/CSS/Responsive768/Calendar.css ******************************************/
div.div_idalgo_calendar_element{width:48%;vertical-align:top;margin:0 1% 20px 1%}
div.div_idalgo_calendar_filterbar_competitions_select{width:49%}
div.div_idalgo_calendar_filterbar_months_select{width:49%}

/* Module/Pattern/CSS/Responsive768/MatchHeader.css ***************************************/
div.div_idalgo_content_match_header_main_header_center_halftime{height:16px}
div.div_idalgo_content_match_header_main_header_center_halftime * {display:inline;font-size:0.833em}
    span.span_idalgo_content_match_header_main_header_center_halftime_txt{text-transform:uppercase}
    bdo.bdo_idalgo_content_match_header_main_header_center_halftime{margin-left:5px}

/* Module/Tennis/CSS/Responsive768/MatchHeader.css ****************************************/
div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_players,
div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player{
    height:54px;width:54px;margin-top:-27px;
}
div.div_idalgo_content_tennis_match_header_content_local{margin-left:-125px}
div.div_idalgo_content_tennis_match_header_content_visitor{margin-right:-125px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_player_photo{width:50px;height:50px}
div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player_photo{top:-14px;width:100%}

div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player{
    width:18px;height:12px;bottom:-24px;
    left:50%;right:auto;
    margin-left:-9px
}
div.div_idalgo_content_tennis_match_header span.span_idalgo_tennis_player_name{font-weight:normal;font-size:0.75em;float:left}
div.div_idalgo_content_tennis_match_header_content_visitor span.span_idalgo_tennis_player_name{float:right}
div.div_idalgo_content_tennis_match_header div.div_idalgo_tennis_players_double{width:84px;height:48px;margin-top:-24px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player{width:42px;height:42px;margin-top:-21px}

span.span_idalgo_tennis_players_service{height:22px;width:22px;line-height:22px;font-size:12px;top:-5px}
span.span_idalgo_content_tennis_match_header_content_local_service{right:-10px}
span.span_idalgo_content_tennis_match_header_content_visitor_service{left:-10px}

div.div_idalgo_tennis_players_double.div_idalgo_content_tennis_match_header_content_local{margin-left:-155px}
div.div_idalgo_tennis_players_double.div_idalgo_content_tennis_match_header_content_visitor{margin-right:-155px}
div.div_idalgo_tennis_players_double div.div_idalgo_tennis_player_photo{width:42px;height:42px}
div.div_idalgo_tennis_players_name{top:84px;height:3em;text-align:left;width:120px;overflow:hidden;margin-left:0;left:2%}
div.div_idalgo_content_tennis_match_header_content_visitor_name{text-align:right;left:auto;right:2%}
div.div_idalgo_tennis_players_name span{font-weight:normal;font-size:0.75em;display:block}

div.div_idalgo_content_tennis_match_header_content_hourscore{width:110px;margin-left:-55px;margin-top:-55px}
div.div_idalgo_content_tennis_match_header_content_hourscore_score{width:80px}
span.span_idalgo_content_tennis_match_header_content_hourscore_hour,
span.span_idalgo_content_tennis_match_header_content_hourscore_score_local,
span.span_idalgo_content_tennis_match_header_content_hourscore_score_center,
span.span_idalgo_content_tennis_match_header_content_hourscore_score_visitor{font-size:2.5em}

div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_player_name,
div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_players_name_first,
div.div_idalgo_content_tennis_match_header a.a_idalgo_tennis_players_name_second {display:block;font-size:0.875em}

div.div_idalgo_tennis_players_name span.span_idalgo_tennis_players_name_sep{display:none}

/* Module/Sport/CSS/Responsive768/CalendarFull.css ****************************************/
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_sport{min-width:0}
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_schedule{max-width:none}

/* Module/Pattern/CSS/Responsive768/TeamListIdentity.css **********************************/

/** Logo de la comp&eacute;tition **/
div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_logo{width:100px;height:100px}
div.div_idalgo_content_team_list_identity_logo img.img_idalgo_content_team_list_identity_logo{width:70px}

div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_info{padding:20px 0;margin-left:130px;width:25%}
div.div_idalgo_content_team_list_identity[data-logo="0"] div.div_idalgo_content_team_list_identity_info{
    width:50%}

div.div_idalgo_content_team_list_identity_info div span.span_idalgo_content_team_list_identity_info_line_second{left:auto;right:0;text-align:right}

div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_team{position:absolute;top:20px;right:20px;width:40%}
div.div_idalgo_content_team_list_identity_team div.div_idalgo_content_team_list_identity_team_line{margin-left:90px}
div.div_idalgo_content_team_list_identity_team div span.span_idalgo_content_team_list_identity_team_line_first{display:none}
div.div_idalgo_content_team_list_identity_team div:FIRST-CHILD span.span_idalgo_content_team_list_identity_team_line_second{color:black;font-weight:bold}
div.div_idalgo_content_team_list_identity_team div span.span_idalgo_content_team_list_identity_team_line_second{position:relative;left:auto;width:auto}

/** Positionnement du drapeau**/
div.div_idalgo_content_team_list_identity_team a.a_idalgo_content_team_list_identity_team{right:auto;left:0}

/* Module/Motor/CSS/Responsive768/StandingPilot.css ***************************************/
div.div_idalgo_content_motor_standing_total {
    width: 45px;
}

div.div_idalgo_content_motor_standing_race {
    width: 23px;
}

div.div_idalgo_content_motor_standing_total{width:5%}
div.div_idalgo_content_motor_standing_vehicle{width:20%}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position{
    width:15%
}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_country{
    width:15%
}
span.span_idalgo_content_motor_standing_vehicle_country > img{left:2px}

div.div_idalgo_content_motor_standing_constructors span.span_idalgo_content_motor_standing_vehicle_constructor{top:0}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{
    position:absolute;top:auto;margin-left:4px;width:66%;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot,
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor_name {
    font-size:0.875em
}

div.div_idalgo_content_motor_standing [data-selected="constructors"] span.span_idalgo_content_motor_standing_vehicle_pilot{margin-left:0}
div.div_idalgo_content_motor_standing_race span{
    width: 13px;
    height: 13px;
    font-size: 0.5em;
    line-height: 13px;
    margin-top: -6.5px;
    margin-left: -6.5px;

}
div.div_idalgo_content_motor_standing_points div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_victories div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_quit div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_positions div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_poles div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_podium div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{left:auto}

/* Module/Motor/CSS/Responsive768/RaceIdentity.css ****************************************/
div.div_idalgo_motor_race_identity_left
{
    width: 45%;
}

div.div_idalgo_motor_race_identity_right
{
    width: 55%;
}

/* Module/Motor/CSS/Responsive768/Result.css **********************************************/
span.span_idalgo_motor_race_result_list_head_time,
span.span_idalgo_motor_race_result_list_elem_time
{
    left: 150px;
}

li.li_idalgo_motor_race_result_list_elem
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Module/Motor/CSS/Responsive768/TeamHeader.css ******************************************/
div.div_idalgo_motor_team_header{
    margin-bottom:60px;
}
div.div_idalgo_motor_team_header_content_left_photo{margin-left:50px}
div.div_idalgo_motor_team_header_footer{margin-left:195px}
div.div_idalgo_motor_team_header_content_right {margin-left:180px}

span.span_idalgo_motor_team_header_content_right_name_firstname,
span.span_idalgo_motor_team_header_content_right_name_lastname{
    font-size: 2em;
}

/* Module/Football/CSS/Responsive768/CompetitionHistoryPresentation.css *******************/
ul.ul_idalgo_competition_history_presentation li.li_idalgo_competition_history_presentation{width:33%}

/* Module/Common/CSS/Responsive768/MainDomPaper.css ***************************************/

span.span_idalgo_paper_catchline, p.p_idalgo_paper_content {font-size:1.25em}



    h1.h1_idalgo{
        padding:0;
        margin:0
    }
}

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

.idalgo_hide_mobile {display:none;}

/* Module/Pattern/CSS/Responsive480/TeamListPresentation.css ******************************/

/** Zone g&eacute;o **/
ul.ul_idalgo_content_team_list_area{height:300px;width:100%;margin-bottom:20px}
ul.ul_idalgo_content_team_list_area li{height:100px;width:33.333%;background-size:80px 90px}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li{height:200px;width:50%;background-size:170px 200px}
ul.ul_idalgo_content_team_list_area li span.span_idalgo_content_team_list_area_zone_teams{line-height:100px}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD span.span_idalgo_content_team_list_area_zone_teams,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li span.span_idalgo_content_team_list_area_zone_teams{line-height:200px;border-width:0 1px 1px 0}
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD span.span_idalgo_content_team_list_area_zone_teams + span,
ul.ul_idalgo_content_team_list_area li:FIRST-CHILD + li span.span_idalgo_content_team_list_area_zone_teams + span{margin-top:140px}

/** Filtre **/
div.div_idalgo_content_team_list_filter{display:none}

/** Navigation groupe **/
div.div_idalgo_content_team_list_group_title,
div.div_idalgo_content_team_list_group_nav{display:block;position:relative}
div.div_idalgo_content_team_list_group_title{position:relative;border:1px solid #e4e2dd;border-width:1px 0px;text-align:center;font-size:1.25em;font-weight:bold;color:#645f4f;background-color:#fbfaf9;z-index:2}
div.div_idalgo_content_team_list_group_title span,
div.div_idalgo_content_team_list_group_title a{display:block;margin:10px 0px}
/** Construction des triangles **/
div.div_idalgo_content_team_list_group_title span:BEFORE,
div.div_idalgo_content_team_list_group_title a:BEFORE
{
    position:absolute;display:block;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #bbb6a8;
    height:0;width:0;
    content:"";
    left:50%;margin-left:-10px;top:37px;
    z-index:1
}
div.div_idalgo_content_team_list_group_title span:AFTER,
div.div_idalgo_content_team_list_group_title a:AFTER
{
    position:absolute;display:block;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fbfaf9;
    height:0;width:0;
    content:"";
    left:50%;margin-left:-10px;top:36px;
    z-index:1
}
/** Positionnement des elements pour la nav **/
div.div_idalgo_content_team_list_group_nav {height:50px;overflow:hidden;z-index:1}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_next{display:block}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_previous{position:absolute;top:5px;left:25%;height:40px;width:40px;background-position: center -2024px;cursor:pointer}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav{
    position:absolute;left:50%;top:5px;margin-left:-21px;line-height:50px}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li{
    font-size:1.25em;font-weight:bold;margin:5px 0 15px 0}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li span,
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li a
{
    border: 1px solid #e4e2dd;
    border-radius: 50%;
    background-color:#fbfaf9;
    color:#645f4f;
    text-align: center;
    width:40px;height:40px;line-height:40px;
    display:block;
    cursor:pointer;
    box-sizing:border-box
}
div.div_idalgo_content_team_list_group_nav span.span_idalgo_content_team_list_group_nav_next{position:absolute;top:5px;right:25%;height:40px;width:40px;background-position: center -1962px;cursor:pointer}
div.div_idalgo_content_team_list_group_nav ul.ul_idalgo_content_team_list_group_nav li{margin-bottom:20px}

/** Listes des groupes **/
div.div_idalgo_content_team_list_group{position:relative;overflow:hidden;height:260px}
div.div_idalgo_content_team_list_group span.span_idalgo_content_team_list_group_title,
div.div_idalgo_content_team_list_group a.a_idalgo_content_team_list_group_title{display:none}
ul.ul_idalgo_content_team_list_group,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team{margin-top:0}
ul.ul_idalgo_content_team_list_group{position:absolute;top:88px}
ul.ul_idalgo_content_team_list_group li.li_idalgo_content_team_list_group{height:170px;overflow:hidden;width:100%;border-width:0px;margin-bottom:70px}
ul.ul_idalgo_content_team_list_group_team li.li_idalgo_content_team_list_group_team{position:relative}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li img{left:40%}
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li span,
ul.ul_idalgo_content_team_list_group ul.ul_idalgo_content_team_list_group_team li a {left:50%;width:50%}


ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team img {left:38%}
ul.ul_idalgo_content_team_list_edito_presentation li.li_idalgo_content_team_list_edito_presentation div.div_idalgo_content_team_list_edito_presentation_team span.span_idalgo_content_team_list_edito_presentation_team_name{left:48%}

/** Calendar **/
div.div_idalgo_content_team_list_edito_group_match{width:70%;left:25%}

/** nav edito **/
div.div_idalgo_content_team_list_navigation_seperate{display:none}
ul.ul_idalgo_content_team_list_navigation_content li.idalgo_nav_visibility_hidden{visibility:hidden}

/* Module/Common/CSS/Responsive480/MainDomList.css ****************************************/
div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox a.idalgo_listbox_split_left,
div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox a.idalgo_listbox_split_right{display:none}

div.div_idalgo_content_cycling_navigation div.div_idalgo_content_cycling_navigation_days_listbox_current{
    left:37px;right:37px;width:auto}

div.div_idalgo_content_cycling_navigation div.div_idalgo_listbox.active ul.ul_idalgo_dropdown_menu{margin-top:40px}

ul.ul_idalgo_nav_tab > li > a{padding-left:5px;padding-right:5px}

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

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

/* Module/Tennis/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_tennis_sport_on {background-position:center -156px}
.idalgo_icon_tennis_sport_off{background-position:center -186px}

/* Module/Pattern/CSS/Responsive480/DomMatch.css ******************************************/
/* Event */
span.span_idalgo_dom_match_match_localteam_goal{right:40px}
span.span_idalgo_dom_match_match_visitorteam_goal{left:40px}

/* Team */
span.span_idalgo_dom_match_match_localteam{padding-left:5px;padding-right:37.5px}
span.span_idalgo_dom_match_match_visitorteam{padding-right:5px;padding-left:37.5px}

span.span_idalgo_dom_match_match_localteam[data-logo="1"],
span.span_idalgo_dom_match_match_localteam_qualify{padding-right:67.5px}
span.span_idalgo_dom_match_match_visitorteam[data-logo="1"],
span.span_idalgo_dom_match_match_visitorteam_qualify{padding-left:67.5px}

span.span_idalgo_dom_match_match_localteam_txt,
span.span_idalgo_dom_match_match_visitorteam_txt,
a.a_idalgo_dom_match_match_localteam_txt,
a.a_idalgo_dom_match_match_visitorteam_txt{font-size:0.75em;line-height:13.3333px;padding:0}

/* Team Logo */
div.div_idalgo_dom_match_match_localteam img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_match_visitorteam img.img_idalgo_dom_match_match_visitorteam{width:25px}
img.img_idalgo_dom_match_match_localteam{left:auto;right:37.5px}
img.img_idalgo_dom_match_match_visitorteam{right:auto;left:37.5px}

/* Team Qualify */
div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{top:50%}
span.span_idalgo_dom_match_match_localteam[data-logo="1"] div.idalgo_icon_team_qualify,
span.span_idalgo_dom_match_match_visitorteam[data-logo="1"] div.idalgo_icon_team_qualify{top:75%}
span.span_idalgo_dom_match_match_localteam_qualify div.idalgo_icon_team_qualify{right:35px}
span.span_idalgo_dom_match_match_visitorteam_qualify div.idalgo_icon_team_qualify{left:35px}

/* Score */
div.div_idalgo_score_square_score{width:66px;height:32px;margin-top:-16px;margin-left:-33px}
span.span_idalgo_score_square_score{height:28px;width:28px;line-height:28px;font-size:16px}

span.span_idalgo_score_square_score_penalty{margin-top:-9px}
span.span_idalgo_score_square_score_local span.span_idalgo_score_square_score_penalty{margin-right:-2px}
span.span_idalgo_score_square_score_visitor span.span_idalgo_score_square_score_penalty{margin-left:-2px}

a.a_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_match_score {width:70px;margin-left:-35px}

/* Time */
span.span_idalgo_score_square_time{font-size:1em}

/* Link Comment */
a.a_idalgo_dom_match_link_comment{height:1.5em;padding-top:5px;padding-bottom:5px;font-weight:normal;line-height:1.3em}

/* Module/Tennis/CSS/Responsive480/DomMatch.css *******************************************/
li.li_idalgo_content_sport_score_center_competition_group_match_first{margin-top:0;border-top:none}

div.div_idalgo_dom_match_tennis_content_feature{padding-top:0}

/* Time */
span.span_idalgo_dom_match_tennis_content_hour{font-size:.875em;width:60px;margin-left:-30px}
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_match_time{font-size:1em}

/* Flags */
div.div_idalgo_dom_match_tennis_content_feature img{display:none}
div.div_idalgo_dom_match_tennis_content div.div_idalgo_dom_match_tennis_content_feature img{display:block}
div.div_idalgo_dom_match_tennis_content div.div_idalgo_dom_match_tennis_content_feature img.img_idalgo_dom_match_tennis_content_feature_player_country_big{display:none}

div.div_idalgo_dom_match_tennis[data-status="0"] img,
div.div_idalgo_dom_match_tennis[data-status="5"] img,
div.div_idalgo_dom_match_tennis[data-status="6"] img{margin-top:-5px}

/* Feature */
div.div_idalgo_dom_match_tennis_content_feature_player_name{font-size:0.9em;margin-right:-20px}

/* Feature - To Come, Canceled, Delayed */
div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1{margin-right:25px}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2{margin-left:25px}

div.div_idalgo_dom_match_tennis_content_feature_player_name{font-size:0.825em;margin-right:0}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature1 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    left:35px;margin-right:0}

div.div_idalgo_dom_match_tennis[data-status="0"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="5"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name,
div.div_idalgo_dom_match_tennis[data-status="6"] div.div_idalgo_dom_match_tennis_content_feature2 div.div_idalgo_dom_match_tennis_content_feature_player_name{
    right:35px;margin-right:0}

/* Scores Total */
span.span_idalgo_dom_match_tennis_content_score_1,
span.span_idalgo_dom_match_tennis_content_score_2{display:none}

/* Score */
div.div_idalgo_dom_match_tennis div.div_idalgo_score_square{left:auto;right:0;width:50%}

div.div_idalgo_dom_match_tennis span.span_idalgo_score_square_score,
span.span_idalgo_dom_match_tennis_content_score_1,
span.span_idalgo_dom_match_tennis_content_score_2,
div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    font-size:14px;text-align:center;height:22px;width:22px;line-height:22px}

div.div_idalgo_dom_match_tennis_content_set_1{left:0px}
div.div_idalgo_dom_match_tennis_content_set_2{left:27px}
div.div_idalgo_dom_match_tennis_content_set_3{left:54px}
div.div_idalgo_dom_match_tennis_content_set_4{left:81px}
div.div_idalgo_dom_match_tennis_content_set_5{left:108px}

/* Service */
span.span_idalgo_dom_match_service{display:none}
span.span_idalgo_dom_match_service{background-position: center -249px;left:0}
span.span_idalgo_dom_match_tennis_content_service_1{top:4px}
span.span_idalgo_dom_match_tennis_content_service_2{margin-top:0}

/* Points */
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_1,
div.div_idalgo_dom_match_tennis span.span_idalgo_dom_match_tennis_content_points_2{display:none}

/* Status */
div.div_idalgo_dom_match_tennis[data-status="9"] div.div_idalgo_dom_match_tennis_content_status{display:none}

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

/* Contenu */
div.div_idalgo_content_live_blogging_content_cards{margin-right:10px;margin-left:10px;margin-top:30px;z-index:1}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}

div.div_idalgo_content_live_blogging_content_addon_mobile{
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 23px;
}

img.img_idalgo_content_live_blogging_content_addon_mobile_content_type{
    position:absolute;display:block;
    top: 7px;
    width: 100%;
}

div.div_idalgo_content_live_blogging_content_title_addon{display:none}
/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}
div.div_idalgo_content_live_blogging_hashtag_list{height:35px}
/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}

/* Gabarit stats */
div.div_idalgo_content_template_addon{bottom:45px}
div.div_idalgo_content_template_addon_content{
    width:130px;
    height:130px;
    margin-top:-65px;
    margin-left:-65px;
    line-height:130px;

    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    border-radius:65px
}

span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block{line-height:45px;font-size:3.7em}

span.span_idalgo_content_template_addon_content_block + span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block + span.span_idalgo_content_template_addon_content2_block{
    font-size:1em;line-height:30px}

div.div_idalgo_content_template_addon_title{height:30px;bottom:-30px}
div.div_idalgo_content_template_addon_title span{line-height:30px}

div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content,
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content2{
    width:100px;
    height:100px;
    margin-top:-50px;
    line-height:100px;

    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px
}

span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block{font-size:2.7em;line-height:40px}
span.span_idalgo_template_addon_double_content_block + span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block + span.span_idalgo_template_addon_double_content2_block{
    line-height:14px}

/* Module/Common/CSS/Responsive480/LiveBlogging.css ***************************************/
@CHARSET "UTF-8";

/* Contenu */
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-right:0;margin-left:0;margin-top:30px}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}
div.div_idalgo_content_live_blogging_content_content_text iframe {width:100% !important;min-width:100% !important}

/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}

/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}


/* Gabarit Resultats */
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-result {height:auto;border:none;margin-bottom:15px}
div.div-idalgo-embed-result-team span{position:relative;display:block;width:90%;z-index:0}
span.span-idalgo-embed-resutl-visitor-team {left:0;padding-left:40px;padding-right:0;text-align:left;border-top:1px solid #e4e2dd}
img.img-idalgo-embed-resutl-visitor-team {left:0}
div.div-idalgo-embed-result-score {background-color:#ffffff;z-index:1;right:0;top:15px;font-size:1.2em;margin:0;width:auto;padding:0 10px}

/* Gabarit Match */

img.img-idalgo-embed-match-local-team,
img.img-idalgo-embed-match-visitor-team{position:absolute;top:65%;margin-top:-33px}
img.img-idalgo-embed-match-local-team{left:15%;}
img.img-idalgo-embed-match-visitor-team{right:15%;}
div.div-idalgo-embed-match-line-center{position:relative;display:block;width:33%;margin:0 auto;text-align:center;font-weight:bold;min-height:70px}
div.div-idalgo-embed-match-line-center-score, div.div-idalgo-embed-match-line-center-score span{font-size:20px;line-height:20px}

div.div-idalgo-embed-match-team{top:60px}
span.span-idalgo-embed-match-team-local{position:absolute;display:block;left:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
span.span-idalgo-embed-match-team-visitor{position:absolute;display:block;right:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Gabarit classement */
div.div-idalgo-embed-standing-part-left, div.div-idalgo-embed-standing-part-right{float:none;width:100%}
div.div-idalgo-embed-standing-part-right{display:none}
div.div-idalgo-embed-standing-more{
    display:block;position:relative;
    height:31px;width:50%;
    margin:0 auto;
    border-bottom:1px solid #e4e2dd;
    line-height:31px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    color:#3c382f;
}
span.span-idalgo-embed-standing-more-before,
span.span-idalgo-embed-standing-more-after{position:absolute;display:block;height:0;width:0;top:0;border:0 none;border-top:32px solid #ffffff}
span.span-idalgo-embed-standing-more-before{left:0;border-left:20px solid #e4e2dd}
span.span-idalgo-embed-standing-more-after{right:0;border-right:20px solid #e4e2dd}
div.div-idalgo-embed-standing-more:before,
div.div-idalgo-embed-standing-more:after{position:absolute;display:block;content:'';height:0;width:0;top:1px;border:0 none;border-top:32px solid transparent;z-index:1}
div.div-idalgo-embed-standing-more:before{left:-1px;border-left:20px solid #ffffff}
div.div-idalgo-embed-standing-more:after{right:-1px;border-right:20px solid #ffffff}

/* Module/Rugby/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_rugby_sport_on {background-position:center -1985px}
.idalgo_icon_rugby_sport_off{background-position:center -2017px}

/* 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:#bbb6a8}
    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}

/* Module/Common/CSS/Responsive480/MainTwitter.css ****************************************/
span.span_idalgo_tweet_username,
div.div_idalgo_twitter_infos p.p_idalgo_tweet_comment{font-size:1.077em;}
span.span_idalgo_tweet_login {font-size:0.942em;}

div.div_idalgo_twitter_mosaic {height:135px;}

/* Module/Football/CSS/Responsive480/MainSquadField.css ***********************************/
div.div_idalgo_match_squad_field_team {width:100%;overflow:hidden;white-space:nowrap}
div.div_idalgo_match_squad_field_content{height:auto;width:auto;max-width:336px;max-height:508px;margin:0 auto}
div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_field{width:100%;height:auto}

div.div_idalgo_match_squad_field_team span {font-size:0.75em;text-indent:10px}

div.div_idalgo_match_squad_field_content img.img_idalgo_match_squad_field_content_logo_team {
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

div.div_idalgo_match_squad_field_popup_action_opacity{
    left:0;
    max-width:336px;max-height:508px;margin:0 auto
}

/*** GESTION DES JOUEURS ***/
div.div_idalgo_match_squad_field_content ul.ul_idalgo_match_squad_field_content_list {width:100%;margin:0;left:0}

span.span_idalgo_match_squad_field_content_list_player_shirt {width:40%;top:-5%;margin:0 auto}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_num {
    font-size:0.75em;height:100%;line-height:60px;top:-5%
}

li.li_idalgo_match_squad_field_content_list_player span.span_idalgo_match_squad_field_content_list_player_name {
    height:15px;bottom:2%;
    line-height:15px;
    font-size: 0.675em;
}

/*** Gestion des actions ***/
span.span_idalgo_match_squad_field_content_list_player_card {
    width:50%;top:10%;
    left: 25%;
}

span.span_idalgo_match_squad_field_content_list_player_sub {
    top:25px;
    left:10%
}

span.span_idalgo_match_squad_field_content_list_player_goal {
    top:-40%
}


/*** GESTION POPUP BUT LIVE ***/

div.div_idalgo_match_squad_field_popup_goal_opacity{
    width:100%;height:calc(100% - 66px);
    left:0;
    margin:0;
}

div.div_idalgo_match_squad_field_popup_goal_content {
    width:80%;margin-left:-40%;margin-top:-47px;
}

div.div_idalgo_match_squad_field_popup_goal_content img {
    height:50px;width:50px;
    margin-top:-25px;
    margin-left:10%;
}

div.div_idalgo_match_squad_field_popup_goal_content_infos {left:30%}

span.span_idalgo_match_squad_field_popup_goal_content_infos_title {font-size:1em}
span.span_idalgo_match_squad_field_popup_goal_content_infos_txt {font-size:0.75em}

/* Module/Motor/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_motor_sport_on {background-position:center -157px}
.idalgo_icon_motor_sport_off{background-position:center -187px}

/* Module/Hand/CSS/Responsive480/MainPicture.css ******************************************/
.idalgo_icon_hand_sport_on{background-position: center -156px;}
.idalgo_icon_hand_sport_off{background-position: center -187px;}

/* Module/Basket/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_basket_sport_on {background-position:center -156px}
.idalgo_icon_basket_sport_off{background-position:center -187px}

/* Module/Football/CSS/Responsive480/MainPicture.css **************************************/
.idalgo_icon_football_sport_on {background-position:center -156px}
.idalgo_icon_football_sport_off{background-position:center -187px}

/* Module/Volley/CSS/Responsive480/MainPicture.css ****************************************/
.idalgo_icon_volley_sport_on{background-position: center -156px}
.idalgo_icon_volley_sport_off{background-position: center -187px}

/* Module/Sport/CSS/Responsive480/MainPicture.css *****************************************/
.idalgo_icon_jo_sport_on,
.idalgo_icon_sport_sport_on{background-position:center -157px}
.idalgo_icon_jo_sport_off,
.idalgo_icon_sport_sport_off{background-position:center -187px}

.idalgo_sprite_sport.idalgo_icon_sport_sport_off{background-position:center -30px}
.idalgo_sprite_sport.idalgo_icon_sport_sport_on{background-position:center -3px}

/* Module/Common/CSS/Responsive480/Title.css **********************************************/
.idalgo h2.title.module{
    font-size:.875em
}

/* Module/Football/CSS/Responsive480/MainSquadList.css ************************************/
/*** ENTETE EQUIPE ***/
div.div_idalgo_match_squad_list_head {
    height:60px;line-height:60px;
}
div.div_idalgo_match_squad_list_head div img {left:5px;margin-top:-15px;width:30px}
div.div_idalgo_match_squad_list_head div img.img_idalgo_match_squad_list_head_visitor_logo {right:5px}
div.div_idalgo_match_squad_list_head div span {font-size:0.75em;margin-left:45px}
div.div_idalgo_match_squad_list_head div span.span_idalgo_match_squad_list_head_visitor_txt {margin-right:45px}

/*** ENTETE COACH ***/
div.div_idalgo_match_squad_list_coach {height:40px;line-height:40px}

div.div_idalgo_match_squad_list_coach div span {
    margin:0 20px;font-size:0.75em;
}

/*** LISTE DES JOUEURS ***/
ul.ul_idalgo_match_squad_list {width:48%}
li.li_idalgo_match_squad_list_player {height:42px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos {
    height:42px;line-height:32px;font-size:0.75em;float:left;
}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player{
    position:relative;display:block;float:left;
}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player{
    float:right;
}

li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_name{
    position:absolute;display:block;width:100%;text-indent:35px;
}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_name{
    direction:rtl;
}

li.li_idalgo_match_squad_list_player div span.span_idalgo_match_squad_list_player_infos_player_shirt {margin-left:5px}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos_player span.span_idalgo_match_squad_list_player_infos_player_shirt {margin-left:0;margin-right:5px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details{height:24px}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action{
    position:absolute;left:9px;margin-left:0}
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt,
li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_career{
    float:none;margin-left:35px;margin-right:15px;font-size:0.625em;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card{
    position:absolute;right:0}

ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_action{
    float:none;left:auto;margin-left:0;right:9px;margin-right:0}
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_txt,
ul.ul_idalgo_match_squad_list_visitor li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_career{
    float:none;margin-right:35px;margin-left:15px}
ul.ul_idalgo_match_squad_list_visitor  li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_details span.span_idalgo_match_squad_list_player_details_card{
    left:0}

li.li_idalgo_match_squad_list_player div.div_idalgo_match_squad_list_player_infos div.div_idalgo_match_squad_list_player_infos_list_goal span.span_idalgo_match_squad_list_player_infos_list_goal_goal {
    background-position:-20px -10px;margin-top:0;width:12px;
}

/* Module/Pattern/CSS/Responsive480/Statistic.css *****************************************/
div.div_idalgo_content_statistic_average_left_block_num_played {
    font-size: 2.5em;
}

div.div_idalgo_content_statistic_average_right_result{width:50px}
div.div_idalgo_content_statistic_average_right_title {right:50px}
div.div_idalgo_content_statistic_average_right_title span {font-size: 0.9em}

div.div_idalgo_content_statistic_average_right_win_title {
    margin-right: 100px;
}
span.span_idalgo_content_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_statistic_average_right_win_result_3_percent {
    margin-top: 0;
    display:inline;
    line-height: inherit;
    font-size: 0.685em;
    margin: 0 2px;
    clear: both;
}

/* || V2 */
/* || Standing */
.idalgo.statistic > .list > ul > li{
    grid-template-columns:30px 40px 1fr 12% 12%
}
.idalgo.statistic > .list > ul > li > .name{
    font-size:.75em
}
.idalgo.statistic > .list > ul > li > .value5,
.idalgo.statistic > .list > ul > li > .value4,
.idalgo.statistic > .list > ul > li > .value3{
    display:none
}
.idalgo.statistic > .list > ul > li > .value2{
    font-size:.75em
}
.idalgo.statistic > .list > ul > li > .value1{
    font-size:.875em
}

/* Module/Football/CSS/Responsive480/Statistic.css ****************************************/

div.div_idalgo_content_football_statistic_average_left {
    width: auto;
    display:block;
    float:none;
    color: #645f4f;
    border-bottom:1px solid #e4e2dd;
    height:90px;
}
div.div_idalgo_content_football_statistic_average_left_block {
    float:left;
    width:33%;
}
div.div_idalgo_content_football_statistic_average_right {
    width: auto;
    margin-left:0;
    margin-top:10px;
    color: #645f4f;
    border:none;
    min-height: 340px;
    clear:both;
}

div.div_idalgo_content_football_statistic_average_right_result{width:120px}
div.div_idalgo_content_football_statistic_average_right_title{right:120px}

div.div_idalgo_content_football_statistic_average_right_win_title {
    margin-right: 120px;
}
span.span_idalgo_content_football_statistic_average_right_win_result_1_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_2_percent,
span.span_idalgo_content_football_statistic_average_right_win_result_3_percent {
    margin-top: 0;
    display:block;
    line-height: inherit;
    font-size: 0.685em;
    margin: 0 2px;
    clear: both;
}

td.td_idalgo_content_football_statistic_standing_name > a{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/DomStanding.css *****************************************/
/*li.li_idalgo_dom_sport_standing div.div_idalgo_dom_sport_standing_line{margin-right:195px;}*/
li.li_idalgo_dom_sport_standing div.div_idalgo_dom_sport_standing_line{margin-right:170px}

div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_position{left:0;width:20px;color:#bbb6a8}
div.div_idalgo_dom_sport_standing_line div.span_idalgo_dom_sport_standing_name{left:20px;}

div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_points,
div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_percent{left:20px;width:25px}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_dom_sport_standing_played{left:45px;width:25px}

span.span_idalgo_content_standing_form{left:70px;margin-left:100%;width:80px}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_content_standing_next_global{display:none}
div.div_idalgo_dom_sport_standing_line span.span_idalgo_content_standing_last_global{left:150px;margin-left:100%;width:20px}
div.div_idalgo_dom_sport_standing_line 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_line_selected span.span_idalgo_content_standing_last{background-position: center -2674px}

/* Module/Rugby/CSS/Responsive480/DomMatch.css ********************************************/
span.span_idalgo_score_square_score_try{margin-bottom:-8px}

/* Module/Rugby/CSS/Responsive480/Standing.css ********************************************/
/* Standing - Responsive 480 */
div.div_idalgo_content_standing_content_content_button,
div.div_idalgo_content_rugby_standing span.span_idalgo_content_standing_bo,
div.div_idalgo_content_rugby_standing span.span_idalgo_content_standing_bd{display:none;}

/* Module/Pattern/CSS/Responsive480/TeamCalendar.css **************************************/

ul.ul_idalgo_content_calendar_list_statistic li span{font-size:0.696em}

li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_day{display:none}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_num_day{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    width:15px;
}
span.span_idalgo_content_calendar_competition{
    text-indent:5px;
    width:22%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:center;
}

a.a_idalgo_content_calendar_local_team{width:23%;padding:0 5px}
span.span_idalgo_content_calendar_score{width:14%}
a.a_idalgo_content_calendar_visitor_team{width:23%;padding:0 5px}

/* Module/Football/CSS/Responsive480/TeamCalendar.css *************************************/

ul.ul_idalgo_content_calendar_list_statistic li span{font-size:1em}

li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_day{display:none}
li.li_idalgo_content_calendar_competition span.span_idalgo_content_calendar_date_match_num_day{
    text-align:center;
    font-weight:bold;
    font-size:1.3em;
    width:15px;
}
span.span_idalgo_content_calendar_competition{
    text-indent:5px;
    width:22%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-align:center;
}
span.span_idalgo_content_calendar_score{width:12%}

/* Module/Sport/CSS/Responsive480/DomMatchPeriod.css **************************************/
div.div_idalgo_sport_dom_match_period[data-status="0"] div.div_idalgo_dom_match_match_score{
    position:absolute;display:block;width:70px;height:100%;top:0;left:50%;margin-left:-35px}

/* Team Logo */
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam{
    left:5px;right:auto}

/* Team */
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{width:100%}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam{
    padding-left:5px;padding-right:50px}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam[data-logo="1"],
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam[data-logo="1"]{
    padding-left:42px}

div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt{
   text-align:left}

div.div_idalgo_sport_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam{
    margin-left:0;margin-right:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify{left:-5px}

div.div_idalgo_sport_dom_match_period ul.ul_idalgo_dom_match_match_period{display:none}

div.div_idalgo_sport_dom_match_period[data-status="0"] span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt{
    margin-left:0;margin-right:18px}


div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_sport_dom_match_period[data-status="3"] div.div_idalgo_dom_match_match_score {
    left:auto;right:5px;width:40px}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score{
    height:76px;top:50%;margin-top:-38px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local{
    top:25%;margin-top:-15px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor{
    top:75%;margin-top:-15px}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_1,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square ,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_3{top:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_sport_dom_match_period[data-code-status="1"] span.span_idalgo_score_square_score_local::after,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] span.span_idalgo_score_square_score_local::after{
    width:40px;left:auto;right:0}

div.div_idalgo_sport_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{
    font-size:14px}

div.div_idalgo_sport_dom_match_period[data-code-status="1"] div.div_idalgo_score_square,
div.div_idalgo_sport_dom_match_period[data-code-status="2"] div.div_idalgo_score_square{
    width: 40px;left:auto;right:0}

/* Module/Sport/CSS/Responsive480/DomMatchVersus.css **************************************/
/* Status */
div.div_idalgo_dom_match_versus_status{bottom:1px}
div.div_idalgo_sport_dom_match_versus div.div_idalgo_dom_match_versus_status span.short{display:inline}
div.div_idalgo_sport_dom_match_versus div.div_idalgo_dom_match_versus_status span.long{display:none}

/* Team */
div.div_idalgo_dom_match_versus_team span{font-size:0.75em;line-height:13.3333px}
div.div_idalgo_dom_match_versus_team[data-type="home"] span{padding-left:5px;padding-right:67.5px}
div.div_idalgo_dom_match_versus_team[data-type="away"] span{padding-right:5px;padding-left:67.5px}

/* Team Logo */
img.img_idalgo_dom_match_versus_team{width:25px}
img.img_idalgo_dom_match_versus_team[data-type="home"]{left:auto;right:50%;margin-right:37.5px}
img.img_idalgo_dom_match_versus_team[data-type="away"]{left:50%;right:auto;margin-left:37.5px}

/* Score */
div.div_idalgo_dom_match_versus_score{top:21px;width:65px;height:30px;margin-left:-32.5px}
span.span_idalgo_dom_match_versus_score{width:30px;height:30px;line-height:30px;font-size:1em}

/* Time */
span.span_idalgo_dom_match_versus_time{font-size:1em}

/* Module/Sport/CSS/Responsive480/Standing.css ********************************************/
div.div_idalgo_sport_standing_position {left:     0;width:35px}
div.div_idalgo_sport_standing_evolution{left:  35px;width:35px}
div.div_idalgo_sport_standing_country  {left:  70px;width:35px}
div.div_idalgo_sport_standing_name     {left: 105px;right:70px}
div.div_idalgo_sport_standing_played   {display:none}
div.div_idalgo_sport_standing_total    {right:    0;width:70px}

span.span_idalgo_sport_standing_evolution_value{
    top:0;margin-left:0;
    font-size:0.6875em
}
div.div_idalgo_sport_standing_country img{
    height:10px;margin-top:-5px
}
span.span_idalgo_sport_standing_name_first{
    display:none
}
span.span_idalgo_sport_standing_name_last{
    margin-left:0;font-size:0.8571em
}
span.span_idalgo_sport_standing_name_last:before{
    content: attr(data-first-abrev)
}
div.div_idalgo_sport_standing_total{
    font-size:0.75em
}


div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_percent,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_points,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_percent{
    left:40px;margin-left:100%}
div.div_idalgo_content_sport_standing span.span_idalgo_content_standing_played,
div.div_idalgo_content_sport_standing ul.ul_idalgo_content_standing[data-draw="1"] span.span_idalgo_content_standing_played{
    left:80px;margin-left:100%}

span.span_idalgo_content_standing_form {margin-left:105px}
div.div_idalgo_content_standing_line > span.span_idalgo_content_standing_form{display:none}

/* Team List */
ul.ul_idalgo_content_standing_group_list_team{display:none}

/* Module/Pattern/CSS/Responsive480/FinalLegPopup.css *************************************/
div.div_idalgo_content_finalleg{top:3em}

/* Pour centrer le wrapper */
div.div_idalgo_finalleg_popup_wrapper_content {left:50%;margin-left:-270px;}

/* On n'affiche pas les titres des tours en mobile. */
div.div_idalgo_finalleg_popup_round_list_title_content_hidden_mobile span {display: none;}
div.div_idalgo_finalleg_popup_round_list_match_more_link_popup {display: none;}

/* Module/Pattern/CSS/Responsive480/StandingPopup.css *************************************/
div.div_idalgo_content_score_center_standing {left:0;margin-left:0;width:94%;padding:0 3% 10px 3%;top:4.5em;box-sizing:content-box}
div.div_idalgo_content_score_center_standing:after {content:' '; display: block; height: 2em;}

div.div_idalgo_sport_standing_popup{padding:0 0 10px 0;width:100%;left:0;margin-left:0;margin-top:2px}
div.div_idalgo_sport_standing_popup{padding:0}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_sport_standing_popup{top:1.5em}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title_standing{z-index: 100}
ul.ul_idalgo_content_sport_score_center_competition_group span.span_idalgo_content_sport_score_center_competition_group_title_standing.idalgo_live_standing_open{top:2em}

div.div_idalgo_content_competition_group_title_standing{position:absolute;top:0;right:0}
span.span_idalgo_content_competition_group_title_standing{
    position:absolute;
    top:5px;right:5px;
    text-align:right;
    line-height:1.3em;
}

div.div_idalgo_content_sport_score_center_competition_title_standing{margin-bottom:1.5em}

div.div_idalgo_content_sport_score_center_competition_title_standing_action{
    display:block;position:absolute;
    top:100%;left:0;
    width:100%;height:2.9em;
    margin-top:2px;
    line-height:3em;
    border-bottom:1px solid #e4e2dd;
}

span.idalgo_standing_open{
    position:relative;display:inline-block;
    height:100%;
    border-left:10px solid #e4e2dd;border-right:10px solid #e4e2dd;
    padding:0 10px;
    background-color:#ffffff
}

div.div_idalgo_sport_standing_popup_list_elem_container_content_match{display:none}
div.div_idalgo_sport_standing_popup span.span_idalgo_content_standing_played{left:105px;width:25px}

/* Module/Motor/CSS/Responsive480/StandingPopup.css ***************************************/
div.div_idalgo_display_popup_rank_motor_stage{
    width: 100%;
    left:0;
    padding: 0;
    top:0
}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_pilot_elem_img_content_country{left:18px}
img.img_idalgo_display_popup_rank_motor_stage_list_rank_team_elem_content_constructor{left:10px}

/* Module/Motor/CSS/Responsive480/ScoreCenter.css *****************************************/
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_title,
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_title{display: 1.5em}

    li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_hidden,
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_hidden{margin-bottom: 0}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live{
    position:absolute;display:block;right:0;top:0;height:1.5em;width:100%;line-height:1.5em;text-align:right;padding-right:10px}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live span,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span{position:relative;text-transform:uppercase;font-weight: bold}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live > span,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live > span{font-size:0.6875em;letter-spacing: 0.1em}
    div.div_idalgo_content_sport_score_center_competition_title_mobile_live > span + span:before,
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live > span + span:before{content:' - '}

div.div_idalgo_content_sport_score_center_competition_title_mobile_live span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span{color:#4db103}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live_end span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live_end span{color:#840303}
div.div_idalgo_content_sport_score_center_competition_title_mobile_live_stop span,
div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live_stop span{color:#ff6600}

span.span_idalgo_content_sport_score_center_competition_group_title_mobile_live_lap{margin-left:5px}
    div.div_idalgo_content_sport_score_center_competition_group_title_mobile_live span.span_idalgo_content_sport_score_center_competition_group_title_mobile_live_lap_all{color:#645f4f}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_position {font-size: 16px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    left:10px}
li.li_idalgo_dom_match_pilot_list_content span,
span.span_idalgo_dom_match_title_circuit_name {font-size:0.75em}
span.span_idalgo_dom_match_title_circuit_name {
    margin-left:35px;margin-right:20px;text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
/** MOTOR **/
div.div_idalgo_dom_match_title,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_point,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
span.span_idalgo_dom_match_title_txt_time,
span.span_idalgo_dom_match_title_txt_diff,
span.span_idalgo_dom_match_title_txt_lap,
span.span_idalgo_dom_match_title_txt_pts,
span.span_idalgo_dom_match_title_txt_time_course,
span.span_idalgo_dom_match_title_txt_lap_course,
span.span_idalgo_dom_match_title_txt_qualif_1,
span.span_idalgo_dom_match_title_txt_qualif_2,
span.span_idalgo_dom_match_title_txt_qualif_3{display:none}

span.span_idalgo_dom_match_title_date_session {font-size: 1em}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_name {margin-left: 50px}

/*li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title{border-botom:none}*/

div.div_idalgo_dom_result_motor[data-status="1"] div.div_idalgo_dom_match_title {display: block}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time {right:10px}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif {display:none}
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_lap + span.span_idalgo_score_center_motor_time_qualif {display:block}

li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_title span.span_idalgo_content_sport_score_center_competition_group_title{display: none}
li.li_idalgo_content_sport_score_center_competition[data-sport='Motor'] div.div_idalgo_content_sport_score_center_competition_group_hidden span.span_idalgo_content_sport_score_center_competition_group_title{display: block}

li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_title {border: none}
li.li_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_sport_score_center_competition_group_hidden {border-bottom: 1px solid #e4e2dd}
/*Centrer le temps*/
div.div_idalgo_dom_match_title {text-align:center}
span.span_idalgo_dom_match_title_date_session {position:relative;left:-4px}

li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_diff,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_dom_match_pilot_list_content_num_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_time_course,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_diff,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_1,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_2,
div.div_idalgo_dom_match_title span.span_idalgo_dom_match_title_txt_qualif_3,
li.li_idalgo_dom_match_pilot_list_content span.span_idalgo_score_center_motor_time_qualif{width:auto}

/* Module/Sport/CSS/Responsive480/Event.css ***********************************************/
div.div_idalgo_dom_event{
    padding:0 25px 10px;
}
div.div_idalgo_dom_event_title {
    height:60px;
}
div.div_idalgo_dom_event_title_tournament,
div.div_idalgo_dom_event_title_name{display:block;text-align: center;height: 30px;margin-left:0}
    div.div_idalgo_dom_event_title_tournament{line-height:36px}
    div.div_idalgo_dom_event_title_name{line-height:21px}

div.div_idalgo_dom_event_title_tournament span,
div.div_idalgo_dom_event_title_name span{text-transform: uppercase;font-weight:bold}
div.div_idalgo_dom_event_title_tournament > span{font-size:0.625em}
div.div_idalgo_dom_event_title_tournament:after {position: absolute;display: block;content:'';width:13px;height:2px;background-color:#000000;top:34px;left:50%;margin-left:-10px}
div.div_idalgo_dom_event_title_name > span{font-size:0.5em !important;}

img.img_idalgo_dom_event_match_channel{position:absolute;display:block;right:0;top:-18px;height:40px;width:40px;background-color:#ffffff;}

/* Affichage score */
div.div_idalgo_dom_event_match_center_score {
    top:10px;
    width:70px;
    height:31px;
    margin-left:-35px;
}
div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_match_center_score_center_visitor{
    height:28px;width:28px;
    line-height:28px
}
div.div_idalgo_dom_event_match_center_score_center_hour {
    height:16px;line-height:16px;width:32px;
    font-size:9px;
    margin-left:-16px;
}

/* Module/Sport/CSS/Responsive480/EventFootball.css ***************************************/
div.div_idalgo_dom_event_match_header_center span{min-width:48px}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture {
    position:relative;
    height: 50px;width:auto;
    top:0;
    text-align:center;
    margin-bottom:10px
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_picture img,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_picture img {
    position:relative;display: block;
    height:50px;width:50px;
    margin: 0 auto;
}

div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_local_team_name,
div.div_idalgo_dom_event_football div.div_idalgo_dom_event_match_center_visitor_team_name {
    padding:0;
    left:0;
    text-align: center;
}

span.span_idalgo_dom_event_match_center_score_center_local_penalty,
span.span_idalgo_dom_event_match_center_score_center_visitor_penalty{
    margin-top:-8px
}

div.div_idalgo_dom_event_football ul.ul_idalgo_dom_event_match_center_team_list_goal {
    padding:10px 0 0 0;
}

ul.ul_idalgo_dom_event_match_center_team_list_goal:before{
    content:'';
    position: absolute;display: block;
    height: 2px;width: 20px;
    background-color: #3c382f;
    left:50%;margin-left:-10px;
    top:3px
}

div.div_idalgo_dom_event_football ul.ul_idalgo_dom_event_match_center_team_list_goal li{
    text-align:center
}

/* Module/Sport/CSS/Responsive480/EventMotor.css ******************************************/
div.div_idalgo_dom_event_match_center_center_photo {
    height:158px
}
ul.ul_idalgo_dom_event_match_center_center_result {
    position:relative;display:block;
    margin-left:0;
    overflow:hidden
}
li.li_idalgo_dom_event_match_center_center_result {
    height:3em;line-height:3em;
}
li.li_idalgo_dom_event_match_center_center_result:hover{
    background-color:#ffffff;
}
li.li_idalgo_dom_event_match_center_center_result:first-child img.img_idalgo_dom_event_match_center_center_result_pilot,
img.img_idalgo_dom_event_match_center_center_result_pilot{
    display:none
}
img.img_idalgo_dom_event_match_center_center_result_country {
    top:25%
}
div.div_idalgo_dom_event_match_center_center_result_pilot,
div.div_idalgo_dom_event_match_center_center_result_constructor {
    width:65%;
    left:0;
    text-indent:25px;
    line-height:1.5em;
    height:1.5em;
}
div.div_idalgo_dom_event_match_center_center_result_point,
div.div_idalgo_dom_event_match_center_center_result_time {
    position:absolute;display:block;
    left:65%;width:35%;
    line-height:1.5em;
    height:1.5em;
    text-align:right
}

div.div_idalgo_dom_event_match_center_center_result_constructor,
div.div_idalgo_dom_event_match_center_center_result_point {top:1.5em; line-height: 1em}

div.div_idalgo_dom_event_motor div.div_idalgo_dom_event_match_center{padding-bottom:0}
/** Libre/qualif on cache les points */
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_pilot {
    width:65%
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_constructor {
    left:0;width:100%
}
div.div_idalgo_dom_event_motor[data-count-type='stopwatch'] div.div_idalgo_dom_event_match_center_center_result_point {
    display:none
}

/* Module/Sport/CSS/Responsive480/EventTennis.css *****************************************/
div.div_idalgo_dom_event_match_header_local,
div.div_idalgo_dom_event_match_header_visitor{width:35%;top:0}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_header_local{left:0;}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_header_visitor{right:0;left:auto}

div.div_idalgo_dom_event_tennis[data-state="0"] div.div_idalgo_dom_event_match_center {
    height:120px
}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_center,
div.div_idalgo_dom_event_tennis[data-state="2"] div.div_idalgo_dom_event_match_center{
    height:120px;
    padding-bottom: 0;
    margin-left:0
}

div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_match_center_visitor{
    position:absolute;display:block;
    width:40%;top:0;
    height: 100%;overflow:hidden;
    text-align:center
}
div.div_idalgo_dom_event_match_center_local{left:0}
div.div_idalgo_dom_event_match_center_visitor{right:0}

div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_match_center_visitor_player_picture{
    position:relative;
    margin: 0 auto 0.5em;
    height:50px;width:50px
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player{height:100%;width:100%}
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player_firstname,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player_firstname,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_visitor_player_name,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_visitor_player_country{
    position:relative;display:block;
    top:auto;left:0;
    text-align:center;
    line-height:16px;
    height:16px
}
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] img.img_idalgo_dom_event_match_center_visitor_player_country {
    display:inline;
    height:11px;
    margin-top:0.3em;
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center {
    height:50px;line-height: 50px;
    width:70px;left:0;right:0;top:0;
    margin-left:0;
}

div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center div.div_idalgo_dom_event_match_center_score_center_local,
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_center_score_center div.div_idalgo_dom_event_match_center_score_center_visitor{
    position:absolute;display:block;
    height:30px;width:30px;
    margin-left:0;
    line-height:30px;
    top:0;
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_score_center_local{left:0}
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_center_score_center_visitor{left:auto;right:0;top:0}

div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_point_local,
div.div_idalgo_dom_event_match_status_1 div.div_idalgo_dom_event_match_center_score_center_point_visitor {
    position: absolute;display: block;
    top:40px;width: 24px;height: 24px;
    border-radius: 50%;
    margin-left:0;
    line-height: 24px;
    background-color: #4db103;
    border-color: #4db103;
    color:#ffffff
}
div.div_idalgo_dom_event_match_center_score_center_point_local{left:7px}
div.div_idalgo_dom_event_match_center_score_center_point_visitor{right:7px;left:auto}
span.span_idalgo_dom_event_match_center_service_1{
    left:20%;margin-left:-35px;
    top:30px;
}
span.span_idalgo_dom_event_match_center_service_2{
    left:80%;margin-left:10px;
    top:30px;
}
div.div_idalgo_dom_event_tennis div.div_idalgo_dom_event_match_status_2 div.div_idalgo_dom_event_match_center_score_center_local:after{
    position: absolute;display: block;
    content:'';
    width:20%;
    height:3px;
    background-color:#3c382f;
    top:50%;left:100%
}

ul.ul_idalgo_dom_event_match_set{
    position:relative;display:block;
    width:auto;text-align:center;
    top:0;padding-bottom:1em;
}
ul.ul_idalgo_dom_event_match_set > li {display:inline-block;float:none}

/** Surcharge 768 **/
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_local{left:0}
div.div_idalgo_dom_event_tennis[data-state="1"] div.div_idalgo_dom_event_match_header_visitor{right:0}
/** END Surcharge 768 **/
/** Gestion des doubles **/
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor{top:0;width:30%}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player {
    position:absolute;
    top:0;left:0;
    margin-top:0;
    height:100%
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player +
div.div_idalgo_dom_event_match_center_local_player,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player +
div.div_idalgo_dom_event_match_center_visitor_player{margin-top:0px}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_picture{left:0;right:auto;top:16px}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
div.div_idalgo_dom_event_match_center_local_player_picture,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
div.div_idalgo_dom_event_match_center_visitor_player_picture{left:auto;right:0}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double img.img_idalgo_dom_event_match_center_visitor_player_country {
    top:0;left:25%;
    margin-top:0;
    margin-left:-8px
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player
img.img_idalgo_dom_event_match_center_local_player_country,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player
img.img_idalgo_dom_event_match_center_visitor_player_country {left:75%;top:0}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player_name{
    position:absolute;
    top:60px;
    left:0;right:0;
    width:100%;text-align:center;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_local_player + div.div_idalgo_dom_event_match_center_local_player div.div_idalgo_dom_event_match_center_local_player_name,
div.div_idalgo_dom_event_tennis[data-state] div.div_idalgo_dom_event_match_double div.div_idalgo_dom_event_match_center_visitor_player + div.div_idalgo_dom_event_match_center_visitor_player div.div_idalgo_dom_event_match_center_visitor_player_name{
    top:76px;
}

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

div.div_idalgo_content_cycling_race_identity_left{width:80px}
    img.img_idalgo_content_cycling_race_identity_left{width:90%}
    
div.div_idalgo_content_cycling_race_identity_content{margin-left:85px;margin-right:0}

div.div_idalgo_content_cycling_race_identity_right{top:50%;left:0;width:80px}
    img.img_idalgo_content_cycling_race_identity_right{position:relative;display:block;width:50px;margin:10px auto}
    
span.span_idalgo_content_cycling_race_identity_content_label{height:50%;line-height:1.5em;font-weight:normal;color:#bbb6a8}
span.span_idalgo_content_cycling_race_identity_content_value{height:50%;line-height:1em;float:left;text-indent:5px;margin:0;width:100%}

/* Module/Pattern/CSS/Responsive480/Menu.css **********************************************/
/* MENU FAMILLES */
div.div_idalgo_menu_type_3 button.button_idalgo_menu,
div.div_idalgo_menu_type_5 button.button_idalgo_menu,
div.div_idalgo_menu_type_20 button.button_idalgo_menu,
div.div_idalgo_menu_type_27 button.button_idalgo_menu,
div.div_idalgo_menu_type_29 button.button_idalgo_menu,
div.div_idalgo_menu_type_34 button.button_idalgo_menu,
div.div_idalgo_menu_type_37 button.button_idalgo_menu{top:5px}

/* MENUS RUBRIQUES */
div.div_idalgo_menu_type_4 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_6 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_7 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_28 nav.nav_idalgo_menu,
div.div_idalgo_menu_type_43 nav.nav_idalgo_menu{top:0}

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

div.div_idalgo_content_cycling_list_frieze {display:none}

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

.div_idalgo_content_cycling_podium_winner{
    font-size:0.675em
}
.span_idalgo_content_cycling_podium_winner_competition_name{
    font-size: 0.85em;
}
.img_idalgo_content_cycling_podium {width:90%}

div.div_idalgo_content_cycling_podium_podium_list {width:100%}
.img_idalgo_content_cycling_podium_podium_list_1,
.img_idalgo_content_cycling_podium_podium_list_2,
.img_idalgo_content_cycling_podium_podium_list_3 {width:50%}

div.div_idalgo_content_cycling_podium_podium_list_1,
div.div_idalgo_content_cycling_podium_podium_list_2,
div.div_idalgo_content_cycling_podium_podium_list_3 {width:33%;margin:0}

span.span_idalgo_content_cycling_podium_podium_list_1,
span.span_idalgo_content_cycling_podium_podium_list_2,
span.span_idalgo_content_cycling_podium_podium_list_3 {position:absolute; font-size:2em}

/** Second **/
span.span_idalgo_content_cycling_podium_podium_list_1 {left:20px}
.img_idalgo_content_cycling_podium_podium_list_1_country {float:right; margin:5px 0}
span.span_idalgo_content_cycling_podium_podium_list_1_team{margin:0;float:right}
.span_idalgo_content_cycling_podium_podium_list_1_name {float:right}

/** Vainqueur **/
a.a_idalgo_content_cycling_podium_podium_list_2 {display:block;text-align:center;width:100%}
span.span_idalgo_content_cycling_podium_podium_list_2_time {font-size:1em;padding:0}
span.span_idalgo_content_cycling_podium_podium_list_2 {left:5px}

/** Troisi&egrave;me **/
span.span_idalgo_content_cycling_podium_podium_list_3 {right:20px}
.span_idalgo_content_cycling_podium_podium_list_3_team {margin:0}

/** Trait de s&eacute;paration **/
.div_idalgo_content_cycling_podium_podium_list_fill1{height:75px}

/********************* MEILLEURS DE CHAQUE CLT ************************************/

.span_idalgo_content_cycling_podium_list_point_num{top:40px}

/* Module/Cycling/CSS/Responsive480/RaceCalendar.css **************************************/
div.div_idalgo_content_cycling_race_calendar{margin:0 10px}

span.span_idalgo_content_cycling_race_profil_logo{top:40px}

ul.ul_idalgo_content_cycling_race_calendar_profil_list {
    padding: 3% 0;
}

/* LISTE DES ETAPES */
li.li_idalgo_content_cycling_race_calendar_step{height:160px}

/** block etape **/
div.div_idalgo_content_cycling_race_calendar_step{top:15px;left:5px}

/** block info de l'etape **/
div.div_idalgo_content_cycling_race_calendar_step_info{margin-left:110px;margin-right:0}

span.span_idalgo_content_cycling_race_calendar_step_dateshort{display:block}
span.span_idalgo_content_cycling_race_calendar_step_date{display:none}

span.span_idalgo_content_cycling_race_calendar_step_start,
span.span_idalgo_content_cycling_race_calendar_step_end{display:block;width:100%;height:20px;
    line-height:20px;font-size:0.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

div.div_idalgo_content_cycling_race_calendar_step_distance{position:absolute;width:100%;top:60px}

div.div_idalgo_content_cycling_race_calendar_step_winner,
div.div_idalgo_content_cycling_race_calendar_step_leader{position:absolute;height:15px;width:100%;left:auto;
    text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
div.div_idalgo_content_cycling_race_calendar_step_winner{top:80px}
div.div_idalgo_content_cycling_race_calendar_step_leader{top:95px}

a.a_idalgo_content_cycling_race_calendar_step_link{font-size:0.7em;left:auto;right:auto;text-align:center;width:100%}

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

/* Block d'un equipe */
div.div_idalgo_content_cycling_team_list_teams div.div_idalgo_content_cycling_team_list_teams_content{float:none;width:95%;margin:auto auto 15px auto;box-shadow:none;border-color:#e4e2dd}

/* Contenu d'un block */
div.div_idalgo_content_cycling_team_list_teams_content_leader{margin-bottom:5px}
div.div_idalgo_content_cycling_team_list_teams_content_seperate                      {display:none}
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link   {background-color:#003978;opacity:1}
div.div_idalgo_content_cycling_team_list_teams_content_link.div_idalgo_module_link a {color:#ffffff}

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

/** PARCOURS DE L'ETAPE **/
h2.h2_idalgo_content_cycling_step_header_title span {width:150px;font-size:0.75em}

div.div_idalgo_content_cycling_step_header_title{}

div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_start,
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_separate,
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_end{
    position:relative;display:inline;width:auto;padding:0;left:0;margin-left:0;
    line-height:25px;vertical-align:top}
div.div_idalgo_content_cycling_step_header_title span.span_idalgo_content_cycling_step_header_city_start{
    padding-left:5px}

div.div_idalgo_content_cycling_step_header_mobile_background{
    position:relative;
    display:block;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    overflow:visible;
    margin:0 10px;
}

div.div_idalgo_content_cycling_step_header_background,
div.div_idalgo_content_cycling_step_header_map {display:none}

div.div_idalgo_content_cycling_step_header_mobile_map{
    position:absolute;
    display:block;
    width:100%;
    height:290px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100%;
    overflow:visible;
}

/** DATE + STATUS **/
span.span_idalgo_content_cycling_step_header_date {text-align:left;text-indent:10px;font-size:0.875em}
span.span_idalgo_content_cycling_step_header_status {right:0;left:auto}

/** Timeline **/
div.div_idalgo_content_cycling_step_header_timeline_background {margin-top:25%;left:0;margin-left:0;width:100%;}

/* div.div_idalgo_content_cycling_step_header_mobile_background div.div_idalgo_content_cycling_step_header_timeline_logo,
div.div_idalgo_content_cycling_step_header_mobile_background span.span_idalgo_content_cycling_step_header_timeline{display:block !important} */

/** Echappee **/
ul.ul_idalgo_cycling_step_live_breakaway_list li.li_idalgo_cycling_step_live_breakaway label{font-size:0.75em}
img.img_idalgo_cycling_step_live_breakaway_picture{max-width:none;min-height:40px;left:50%;margin-left:-55px}

div.div_idalgo_cycling_step_live_breakaway_background {top:378px}

ul.ul_idalgo_cycling_step_live_breakaway_person {top:45%;width:50%;left:25%}

/* Module/Pattern/CSS/Responsive480/TeamSquad.css *****************************************/

ul.ul_idalgo_content_team_squad_content_list{
    overflow:hidden;
}

ul.ul_idalgo_content_team_squad_content_list li.li_idalgo_content_team_squad_content_list_person{
    width:100%;
    height:220px;
    padding:0;
    display:none;
}

ul.ul_idalgo_content_team_squad_content_list li.li_idalgo_content_team_squad_content_list_person.li_idalgo_content_team_squad_content_list_is_selected {
    display:block;
}

a.a_idalgo_content_team_squad_main_person{
    box-shadow: none;
    border: none;
    height: 100%;
}

img.img_idalgo_content_team_squad_main_person_person{
    position:absolute;
    top:2px;
    left:-25px;
    margin-left:50%;
    width:50px;
    height:70px;
}

img.img_idalgo_content_team_squad_main_person_country{
    position:absolute;
    top:auto;
    left:100px;
    bottom:10px;
}

img.img_idalgo_content_team_squad_main_person_country.img_idalgo_content_team_squad_main_person_team{
    left:27px;
}

div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info {
    top:83px;
    width:auto;
    padding-left:80px;
    margin-left:0
}

ul.ul_idalgo_content_team_squad_main_person_info li {
    font-size: 1em;
    line-height: 1.875em;
}

ul.ul_idalgo_content_team_squad_main_person_info li.li_idalgo_content_team_squad_main_person_info_firstname {
    line-height: 1.5em;
}

ul.ul_idalgo_content_team_squad_main_person_info li.li_idalgo_content_team_squad_main_person_info_name {
    font-weight: bold;
    font-size: 1em;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

span.span_idalgo_content_team_squad_main_person_num_person{
    position:absolute;display:block;
    left:0px;
    top:103px;
    width:80px;
    border:none;
    text-align:center;
    font-size:2.25em;
    font-weight:bold;
    color:#003978;
}

span.span_idalgo_content_team_squad_main_person_num_person.span_idalgo_content_team_squad_main_person_empty {
    display:block;
    color:#e4e2dd;
}

select.select_idalgo_content_team_squad_content_select {
    display:block;
    position:relative;
    width:100%;
}

div.div_idalgo_content_team_squad_content_action_previous,
div.div_idalgo_content_team_squad_content_action_next {
    display:block;
    position:absolute;
    top:40px;
    height:40px;
    z-index: 10;
    cursor: pointer;
}

div.div_idalgo_content_team_squad_content_action_next {
    right:50px;
    background-position: center -1966px;
}

div.div_idalgo_content_team_squad_content_action_previous {
    left:50px;
    background-position: center -2028px;
}

/*div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info,
div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info li {
    overflow:visible;
}*/

div.div_idalgo_content_team_squad ul.ul_idalgo_content_team_squad_main_person_info li {
    height:auto;
}

div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_country,
div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_team{
    left:-30px;
}

div.div_idalgo_content_team_squad img.img_idalgo_content_team_squad_main_person_team{
    bottom:5px;
}

/* Module/Pattern/CSS/Responsive480/PlayerIdentity.css ************************************/
div.div_idalgo_player_identity{margin-left:0}
div.div_idalgo_player_identity_content{margin-left:10px;font-size:0.75em}

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

div.div_idalgo_content_cycling_player_identity{margin:0 10px}

/* Module/Pattern/CSS/Responsive480/PlayerCalendar.css ************************************/

div.div_idalgo_player_calendar{margin-left:0;}

div.idalgo_player_calendar_player a.a_idalgo_content_calendar_local_team,
div.idalgo_player_calendar_player a.a_idalgo_content_calendar_visitor_team {width:90px}

div.idalgo_player_calendar_player p.p_idalgo_content_calendar_content{font-size:0.8em;margin-top:25px}

/* Suppression des colonnes de l&eacute;gende*/
div.idalgo_player_calendar_player li.li_idalgo_content_calendar_average_time{display:none}
div.idalgo_player_calendar_player span.span_idalgo_content_calendar_competition_time{display:none}

/* Agrandissement de la colonne */
div.div_idalgo_content_calendar span.span_idalgo_content_calendar_competition{width:24%}

/* Agrandissement de "tout ouvrir/tout fermer" */
div.idalgo_player_calendar_player div.div_idalgo_content_calendar_part_listbox div.div_idalgo_listbox{margin-left: 5%;width: 90%}

ul.ul_idalgo_content_calendar_average li, ul.ul_idalgo_content_calendar_average_bottom li{margin-right:5px}

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

div.div_idalgo_content_cycling_player_calendar{margin:0 10px}

div.div_idalgo_content_cycling_player_calendar_header span.span_idalgo_content_cycling_player_calendar_header_position_general {width:50px;left:18%}
div.div_idalgo_content_cycling_player_calendar_header span.span_idalgo_content_cycling_player_calendar_header_position_step    {width:50px;left:50%}

div.div_idalgo_content_player_calendar_step{position:relative;height:4em;line-height:normal;margin-bottom:10px}
div.div_idalgo_content_player_calendar_step > span{position:absolute;width:auto}

span.span_idalgo_content_player_calendar_step_date        {font-weight:bold;top:0;text-indent:0}
span.span_idalgo_content_player_calendar_step_competition {left:20%;top:0;font-weight:normal}

div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_position_general {left:20%;top:2em;width:30px}

span.span_idalgo_content_player_calendar_step_shirt {top:2em}
span.span_idalgo_content_player_calendar_step_step  {left:50%;top:0;font-weight:normal}

div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_position_step    {width:50px;left:50%;top:2em;color:#840303}
div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_profil           {width:30px;right:5%;top:1.5em}
div.div_idalgo_content_player_calendar_step span.span_idalgo_content_player_calendar_step_sep_line         {display:block;top:1.5em;height:1px;width:100%;background-color:#fbfaf9}

/* Module/Football/CSS/Responsive480/FinalDrawPot.css *************************************/
li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list_short{
        position:relative;display:block;
        font-weight:bold;
        text-indent:25px;
        font-size:0.75em;
        overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
        transition:font-size 1s ease
}
li.li_idalgo_football_widget_final_draw_pot_list span.span_idalgo_football_widget_final_draw_pot_list{display:none}

span.span_idalgo_football_widget_final_draw_pot_list_title{display:none}
span.span_idalgo_football_widget_final_draw_pot_list_title.short{display:block}

/* Module/Football/CSS/Responsive480/FinalDraw.css ****************************************/

li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group_short{
        position:relative;display:block;
        font-weight:bold;
        text-indent:25px;
        font-size:0.75em;
        overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
        transition:font-size 1s ease
}
li.li_idalgo_football_widget_final_draw_standing_group span.span_idalgo_football_widget_final_draw_standing_group{display:none}

/* Module/Football/CSS/Responsive480/ListPlayer.css ***************************************/

div.div_idalgo_content_list_player_content{margin:0 10px}

/** Titre de la liste **/
div.div_idalgo_content_list_player_content_title{position:relative;margin:0px 20px 30px 20px}
div.div_idalgo_content_list_player_content_title_journalist{position:relative;left:0;text-align:center;margin-right: 20px;}
div.div_idalgo_content_list_player_content_title_journalist span{display:inline;margin-left:5px}

/** Header du joueur **/
div.div_idalgo_player_header_name{left:40%;right:auto;text-align:left;font-size:0.8em}
div.div_idalgo_player_header_photo{left:23%}
div.div_idalgo_player_header_info{right:30px;top:14px;left:auto}
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_age,
div.div_idalgo_player_header_info span.span_idalgo_player_header_info_country{display:none}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name{margin-top:6px}
div.div_idalgo_player_header_name span.span_idalgo_player_header_name_nickname{margin-top:6px;font-weight:bold}
div.div_idalgo_player_header_name span{display:block;line-height:1em}
div.div_idalgo_player_header_info img.img_idalgo_player_header_info{margin-left:0px}

div.div_idalgo_content_list_player_content div.div_idalgo_player_header div.idalgo_list_player_photo_selected:before{width:60px;height:60px}
div.div_idalgo_content_list_player_content div.div_idalgo_player_header div.idalgo_list_player_photo_selected{margin-left: -25px;top: -10px;width:50px;height:50px;background-size:50px 50px}

div.div_idalgo_content_list_player_content div.div_idalgo_player_header_selected {margin-top:0}

/** Edito du joueur - informations **/
div.div_idalgo_player_comment{margin-top:5px}
div.div_idalgo_player_comment span.span_idalgo_player_comment_age{display:block;text-align:center;color:#bbb6a8;font-size:0.7em;margin-left: 10px}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_position{width:43%}
div.div_idalgo_player_comment_team span.span_idalgo_player_comment_team_team{width:40%}

/** Edito du joueur - Commentaire **/
div.div_idalgo_player_comment_info{position:relative;margin:20px 0}
div.div_idalgo_player_comment_info span.span_idalgo_player_comment_info_comment{margin-top:20px}

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

/* Module/Pattern/CSS/Responsive480/CompetitionNavigation.css *****************************/
div.div_idalgo_content_competition_navigation_part_center{width:100%}
div.div_idalgo_content_competition_navigation_part{display:block;width:100%}
div.div_idalgo_content_competition_navigation_part ul.ul_idalgo_dropdown_menu a.a_idalgo_dropdown_menu_selected{color:#003978}
div.div_idalgo_content_competition_navigation_part_buttonlist{display:none}

ul.ul_idalgo_dropdown_menu_top{top:10px;bottom:0;border:0 none;padding-top:3.5em}
    div.div_idalgo_content_competition_navigation_group_center ul.ul_idalgo_dropdown_menu_top li,
    div.div_idalgo_content_competition_navigation_season_center ul.ul_idalgo_dropdown_menu_top li{display:block;float:left;width:24%;padding:0;margin:0;margin-right:1%;margin-bottom:10%;text-align:center}

    div.div_idalgo_content_competition_navigation_round_center ul.ul_idalgo_dropdown_menu_top li,
    div.div_idalgo_content_competition_navigation_district_center ul.ul_idalgo_dropdown_menu_top li{text-align:center}

    ul.ul_idalgo_dropdown_menu li.li_idalgo_dropdown_menu:hover{background-color: transparent}
        div.div_idalgo_content_competition_navigation_group_center ul.ul_idalgo_dropdown_menu_top li a,
        div.div_idalgo_content_competition_navigation_season_center ul.ul_idalgo_dropdown_menu_top li a{display:inline;padding:5px 20px;border:1px solid #e4e2dd;font-size:1em;font-weight:bold}

        div.div_idalgo_content_competition_navigation_round_center ul.ul_idalgo_dropdown_menu_top li a,
        div.div_idalgo_content_competition_navigation_district_center ul.ul_idalgo_dropdown_menu_top li a{display:block;margin:-3px auto;padding:15px 20px;width:200px;border:1px solid #e4e2dd;font-size:1em;font-weight:bold}

    /* Croix de fermeture de la vue */
    ul.ul_idalgo_dropdown_menu_top span{position:absolute;display:block;font-size:2em;color:#003978;right:15px;top:-30px;cursor:pointer;}

/* Module/Football/CSS/Responsive480/StatisticPlayerGoal.css ******************************/

div.div_idalgo_content_football_statistic_player h2.idalgo_title1{display:block}
div.div_idalgo_content_football_statistic_podium{height:250px;}
img.img_idalgo_content_football_statistic_podium_logo_long{display:none}
img.img_idalgo_content_football_statistic_podium_logo_short{
    margin-top:10px;
    display:inline;
}
div.div_idalgo_content_football_statistic_podium_1 span.span_idalgo_content_football_statistic_podium_name{
    top:-50px;
}
div.div_idalgo_content_football_statistic_podium_2 span.span_idalgo_content_football_statistic_podium_name,
div.div_idalgo_content_football_statistic_podium_3 span.span_idalgo_content_football_statistic_podium_name{
    font-size:0.625em;
}
div.div_idalgo_content_football_statistic_podium div.div_idalgo_content_football_statistic_podium_logo{
    width:50px;
    margin-left:-25px;
    height:60px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_logo{
    width:80px;
    margin-left:-40px;
    height:90px;
}
img.img_idalgo_content_football_statistic_podium_logo_short{
    margin-top:10px;
    display:inline;
}
div.div_idalgo_content_football_statistic_podium_circle{
    top:65px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_circle{
    top:95px;
}
div.div_idalgo_content_football_statistic_podium_1 div.div_idalgo_content_football_statistic_podium_circle{width:68px;height:68px;line-height:68px;margin-left:-34px;font-size:24px}
div.div_idalgo_content_football_statistic_podium_2 div.div_idalgo_content_football_statistic_podium_circle,
div.div_idalgo_content_football_statistic_podium_3 div.div_idalgo_content_football_statistic_podium_circle{width:52px;height:52px;line-height:52px;margin-left:-26px;font-size:20px}

div.div_idalgo_content_football_statistic_podium_1 span.span_idalgo_content_football_statistic_podium_position{margin-right:45px}
div.div_idalgo_content_football_statistic_podium_2 span.span_idalgo_content_football_statistic_podium_position{margin-right:35px}
div.div_idalgo_content_football_statistic_podium_3 span.span_idalgo_content_football_statistic_podium_position{margin-left:35px}

div.div_idalgo_content_football_statistic_player td.td_idalgo_content_football_statistic_standing_logo > img{width:15px;height:15px}
div.div_idalgo_content_football_statistic_player th:nth-last-child(2),
div.div_idalgo_content_football_statistic_player td:nth-last-child(2){display:none}

/* Module/Pattern/CSS/Responsive480/Result.css ********************************************/
div.div_idalgo_content_result ul.ul_idalgo_content_result_group_list_team{height:1px}
div.div_idalgo_content_result ul.ul_idalgo_content_result_group_list_team_small li.li_idalgo_content_result_group_list_team{
    height:1px}

div.div_idalgo_content_result li.li_idalgo_content_standing,
div.div_idalgo_content_result_group_content li.li_idalgo_content_standing_head,
li.li_idalgo_content_result_date_list_match{margin:0 5px;width:auto}

div.div_idalgo_content_result a.a_idalgo_content_result_group_list_team{color:transparent}

div.div_idalgo_content_result li.li_idalgo_content_result_group_list_team{height:2em}

/* Module/Pattern/CSS/Responsive480/StandingFrieze.css ************************************/
div.div_idalgo_content_standing_frieze{display:none}

/* Module/Football/CSS/Responsive480/TeamCareer.css ***************************************/

div.div_idalgo_team_career_diagram_graph {margin:0 25px}

span.span_idalgo_team_career_diagram_previous,
span.span_idalgo_team_career_diagram_next{top:50%}

div.div_idalgo_team_career_filters_filter{display:block;width:100%}
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_txt{width:100%;text-align:left;padding:0}
    div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_name{text-indent:50px}
    div.div_idalgo_team_career_filters_filter span.span_idalgo_team_career_filters_filter_txt_count{text-align:center}
div.div_idalgo_team_career_filters_filter div.div_idalgo_team_career_filters_filter_legend{left:0}

/* Module/Pattern/CSS/Responsive480/WidgetStanding.css ************************************/
div.div_idalgo_widget_standing{position:relative;display:block}

/* Module/Pattern/CSS/Responsive480/MatchInformation.css **********************************/
div.div_idalgo_content_match_information_content_referee_resource{display:none}

div.div_idalgo_content_match_information_content_referee_title,
div.div_idalgo_content_match_information_content_stadium_title{
    text-indent:0;
    text-align:center;
    padding:0 5px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis}

div.div_idalgo_content_match_information_content_audience_max_txt, div.div_idalgo_content_match_information_content_audience_txt{
    text-indent:20px;
}

div.div_idalgo_content_match_information_content_audience_max,
div.div_idalgo_content_match_information_content_audience{
    height:4em;
}

div.div_idalgo_content_match_information_content_audience_max_bar,
div.div_idalgo_content_match_information_content_audience_bar{
    width:auto;height:8px;bottom:0;top:auto;
    left:20px;right:20px
}
div.div_idalgo_content_match_information_content_audience_max_count, div.div_idalgo_content_match_information_content_audience_count {
    right:20px;text-align:right;
}

div.div_idalgo_content_match_information_content_audience_max_txt, div.div_idalgo_content_match_information_content_audience_txt,
div.div_idalgo_content_match_information_content_audience_max_count, div.div_idalgo_content_match_information_content_audience_count {
    line-height:4em;height:4em;
}

span.span_idalgo_content_match_information_content_audience_bar_percentage{
    margin-top:19px;margin-left:-78px;
}

div.div_idalgo_content_match_information_content_referee_title span,
div.div_idalgo_content_match_information_content_stadium_title span{font-size:0.6875em}

div.div_idalgo_content_match_information_content_referee_person a,
div.div_idalgo_content_match_information_content_stadium_name bdo{font-size:0.75em}

/* Module/Pattern/CSS/Responsive480/MatchAction.css ***************************************/
div.div_idalgo_content_match_action_part_title bdo.bdo_idalgo_content_match_action_part_title_score{
    right:1%;
    left:auto;
}

div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_minute {
    width:20px
}

.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{right:70px}
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_player,
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{left:70px}

.div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail,
.li_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{left:0}
.div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail,
.li_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail{right:0}

/* Module/Football/CSS/Responsive480/MatchAction.css **************************************/

li.li_idalgo_content_football_match_action_part div.div_idalgo_content_football_match_action_part,
li.li_idalgo_content_football_match_action_part{height:2em;line-height:2em}
    div.div_idalgo_content_football_match_action_part_player,
    div.div_idalgo_content_football_match_action_part_detail{line-height:1em}

.li_idalgo_content_football_match_action_part_local span.span_idalgo_content_football_match_action_part_logo{left:50%;margin-left:25px;}
.li_idalgo_content_football_match_action_part_visitor span.span_idalgo_content_football_match_action_part_logo{left:50%;margin-left:-50px;}

bdo.bdo_idalgo_content_football_match_action_part_penalty_local_player,
bdo.bdo_idalgo_content_football_match_action_part_penalty_visitor_player{font-size:0.625em}
a.a_idalgo_content_football_match_action_part_penalty_local_player,
a.a_idalgo_content_football_match_action_part_penalty_visitor_player{font-size:0.6875em}

a.a_idalgo_content_football_match_action_part_player{font-size:0.6875em}
bdo.bdo_idalgo_content_football_match_action_part_player{font-size:0.625em}

a.a_idalgo_content_football_match_action_part_detail,
span.span_idalgo_content_football_match_action_part_detail{font-size:0.6875em}

bdo.bdo_idalgo_content_football_match_action_part_title_score {right:5px;left:auto;}

/* Module/Football/CSS/Responsive480/MatchSquadSVG.css ************************************/
div.div_idalgo_content_match_squad_svg_content{height:615px}
div.div_idalgo_content_match_squad_svg_content_main{height:574px}

div.div_idalgo_content_match_squad_svg_no_data_txt {
    width:70%;
    top: 25%;
    left:15%;
}

/* Module/Football/CSS/Responsive480/MatchPreview.css *************************************/
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_left{width:35%}
div.div_idalgo_content_football_match_preview_history_header div.div_idalgo_content_football_match_preview_history_header_right{width:65%}

div.div_idalgo_content_football_match_preview_history_header_right div.div_idalgo_content_football_match_preview_history_header_part_line{line-height:1em}
span.span_idalgo_content_football_match_preview_history_header_part_line_period{line-height:1em}

div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_win,
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{height:20px;top:50%;line-height:20px;margin-top:10px}

div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_win{left:16%}
div.div_idalgo_content_football_match_preview_history_match_line span.span_idalgo_content_football_match_preview_history_match_line_txt_goal{left:55%}

/* Module/Pattern/CSS/Responsive480/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:258px;position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full[data-status="0"]{height:258px}

div.div_idalgo_content_match_header_full_competition{height:initial;padding-top:23px;padding-bottom:0}
span.span_idalgo_content_match_header_full_competition{display:block;font-size:14px}

div.div_idalgo_content_match_header_full_date{
    position:absolute;
    top:0;
    width:100%;
    padding:5px 0;
    font-size:10px;
}

span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full_first_match_mobile{font-size:12px}
div.div_idalgo_content_match_header_full_main_header{top:10px}

.img_idalgo_content_match_header_full_competition,
.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt,
div.div_idalgo_content_match_header_full_standing,
div.div_idalgo_content_match_header_full_first_match,
div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side {display:none}

.img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{top:20px;position:relative;display:block;margin: 0 20px}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:1.875em;line-height:60px}

div.div_idalgo_content_match_header_full_main_header_center_halftime{height:16px;}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;font-size:0.833em}
span.span_idalgo_content_match_header_full_main_header_center_halftime_txt{text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{
    bottom:10px;
    top:auto;
    width:100%;
    text-align:center;
    right:auto;
}

span.span_idalgo_content_match_header_full_date{font-size:0.875em}

div.div_idalgo_content_match_header_full_first_match_mobile{
    position:absolute;
    display:block;
    bottom:10px;
    left:10px
}

span.span_idalgo_content_match_header_full_first_match_mobile_text{margin-right:10px}

div.div_idalgo_content_match_header_full_main_header_name_teams{top:-40px}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{display:table;width:calc(70% - 106px)}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{
    font-size:0.875em;white-space:normal;line-height:20px;display:table-cell;vertical-align:middle}

/** Bonus Rugby **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    height: 22px;width: 22px;line-height: 22px;font-size: 0.6875em;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    top:130px;
    right:5px;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    right : 50%;
    left:auto;
}

/** Classement **/
div.div_idalgo_content_match_header_full_standing_mobile {
    position: absolute;display: block;width: 100%;height: 20px;bottom: 5px;
}

div.div_idalgo_content_match_header_full_standing_mobile div {
    position: relative;display: block;
    width: 50%;height: 100%;
    float:left;font-size: 0.75em;
    text-align: center;
}

/* Module/Football/CSS/Responsive480/MatchHeaderFull.css **********************************/
div.div_idalgo_content_match_header_full_action_mobile{
    position: relative;
    display:block;
    margin-top:10px
}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile{position:relative;width:50%}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_local{float:left}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local{padding-right:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local * {float:right}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_visitor{float:right}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor{padding-left:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor * {float:left}

div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile {position:relative;display:block;height:1em;line-height:1em}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_minute {font-size:0.625em;color:#bbb6a8}
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_player {font-size:0.625em;color:#3c382f;font-weight:bold}
div.div_idalgo_content_match_header_full_action_mobile bdo.bdo_idalgo_content_match_header_full_action_mobile_score{font-size:0.625em;color:#bbb6a8}

div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_local_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_local_player{margin-left:5px}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_visitor_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_visitor_player{margin-right:5px}

/* Module/Football/CSS/Responsive480/PlayerStatistic.css **********************************/
div.div_idalgo_content_player_statistic{margin-left:0}

/* Module/Football/CSS/Responsive480/PlayerCalendar.css ***********************************/

/* Suppression des colonnes de stats */
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_assist,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_yellow,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_red,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_red_yellow,
div.div_idalgo_football_player_calendar span.span_idalgo_content_calendar_competition_null_card{display:none}

div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_red_yellow,
div.div_idalgo_football_player_calendar li.li_idalgo_content_calendar_average_assist{display:none}

/* Module/Pattern/CSS/Responsive480/PlayerHeader.css **************************************/
div.div_idalgo_person_header{
    height:100px;
}

div.div_idalgo_person_header_content_left{margin-left:0;}
div.div_idalgo_person_header_content_left_photo{
    margin-left:40px;
    margin-top:65px;
}

div.div_idalgo_person_header_footer{
    margin-left:110px;
}

div.div_idalgo_person_header_footer_country{float:right}
img.img_idalgo_person_header_footer_logo {display: none;}
div.div_idalgo_person_header_content_right{
    height:100%;
    position:absolute;
    right:10px;
}

img.img_idalgo_person_header_background{height:100%}
div.div_idalgo_person_header_content img.img_idalgo_person_header_content_left_photo_picture{height:60px}
img.img_idalgo_person_header_footer_country{float:initial;margin-left:10px;}

div.div_idalgo_person_header_content_right{width:100%}

span.span_idalgo_person_header_content_right_name_lastname,
span.span_idalgo_person_header_content_right_name_firstname{
    float:right;
    font-size: 1.2em;
    position:absolute;
    right:0;
}
div.div_idalgo_person_header_content_right_name{height:12%;position:absolute;right:0;width: 100%}
span.span_idalgo_person_header_content_right_name_firstname{margin-top:-40px}

/* Module/Pattern/CSS/Responsive480/MatchComment.css **************************************/
div.div_idalgo_content_match_comment{margin:0 5px}

ul.ul_idalgo_content_match_comment_content_category{display:none}
ul.ul_idalgo_content_match_comment:before{left:15px}
div.div_idalgo_content_match_comment_vertical_timeline{
    display: block;
    position:absolute;
    height: 100%;
    width: 15px;
    border-right: 3px solid #fbfaf9;
}

p.p_idalgo_content_match_comment_text{
    text-align: initial;
}

div.div_idalgo_content_match_comment_text_block_picture{
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
}

div.div_idalgo_content_match_comment_info{
    float:initial;
    width: 100%;
}

li.li_idalgo_content_match_comment{border-left:none;margin-right:0}

li.li_idalgo_content_match_comment div.div_idalgo_content_match_comment{margin:0 0 10px 0}

li.li_idalgo_content_match_comment,
div.div_idalgo_content_match_comment_text,
div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
    margin-left: 0;
}

div.div_idalgo_content_match_comment_info_background{position:absolute;top:0;width:100%;margin:0}
div.div_idalgo_content_match_comment_info_background img{position:absolute;right:0;width:35px;height:auto}

span.span_idalgo_content_match_comment_text_big_206,
span.span_idalgo_content_match_comment_text_big_207,
span.span_idalgo_content_match_comment_text_big_208,
span.span_idalgo_content_match_comment_text_big_209,
span.span_idalgo_content_match_comment_text_big_210,
span.span_idalgo_content_match_comment_text_big_217,
span.span_idalgo_content_match_comment_text_big_218,
span.span_idalgo_content_match_comment_text_big_219,
span.span_idalgo_content_match_comment_text_big_220,
span.span_idalgo_content_match_comment_text_big_222,
span.span_idalgo_content_match_comment_text_big_223,
span.span_idalgo_content_match_comment_text_big_225,
span.span_idalgo_content_match_comment_text_big_226,
span.span_idalgo_content_match_comment_text_big_227,
span.span_idalgo_content_match_comment_text_big_228,
span.span_idalgo_content_match_comment_text_big_229,
span.span_idalgo_content_match_comment_text_big_232,
span.span_idalgo_content_match_comment_text_big_236,
span.span_idalgo_content_match_comment_text_big_240,
span.span_idalgo_content_match_comment_text_big_243,
span.span_idalgo_content_match_comment_text_big_375{
    text-align: center;
    line-height: 1.2em;
    text-transform: none;
    border-bottom: 1px solid #e4e2dd;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

div.div_idalgo_content_match_comment_text_block_picture + p.p_idalgo_content_match_comment_text_block{
    margin-top: 50px;
    padding-top: 10px;
}

span.span_idalgo_content_match_comment_info_circle{left:5px}

span.span_idalgo_content_match_comment_info_minute{
    padding-left: 35px;
}

/* Module/Pattern/CSS/Responsive480/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{display:none}

/* Module/Football/CSS/Responsive480/MatchTimeline.css ************************************/

div.div_idalgo_content_football_match_timeline{display:none}

/* Module/Pattern/CSS/Responsive480/CalendarCupNavigation.css *****************************/
div.div_idalgo_content_calendar_cup_navigation_filter_line_round{width:100%;padding-left:5px;box-sizing:border-box}
div.div_idalgo_content_calendar_cup_navigation_filter_line_listbox div.div_idalgo_listbox{width:49%;margin-right:1%}
span.span_idalgo_content_calendar_cup_navigation_line_filter{width:15%}

/* Module/Football/CSS/Responsive480/CalendarCupNavigation.css ****************************/
div.div_idalgo_content_football_calendar_navigation_filter_line_round{width:100%;padding-left:5px;box-sizing:border-box}
div.div_idalgo_content_football_calendar_navigation_filter_line_listbox div.div_idalgo_listbox{width:49%;margin-right:1%}
span.span_idalgo_content_football_calendar_navigation_line_filter{width:15%}

/* Module/Football/CSS/Responsive480/PresidentCalendar.css ********************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_president a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Football/CSS/Responsive480/RefereeCalendar.css **********************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_referee a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Football/CSS/Responsive480/CoachCalendar.css ************************************/

div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_local_team,
div.div_idalgo_player_calendar.idalgo_player_calendar_coach a.a_idalgo_content_calendar_visitor_team {width:22%;}

/* Module/Sport/CSS/Responsive480/ScoreCenterNavigation.css *******************************/
span.span_idalgo_content_sport_score_center_navigation_days_current,
div.div_idalgo_content_sport_score_center_navigation div.div_idalgo_listbox a.a_idalgo_dropdown{display:none}

div.div_idalgo_content_sport_score_center_navigation span.span_idalgo_dropdown_short,
div.div_idalgo_content_sport_score_center_navigation div.div_idalgo_listbox a.a_idalgo_dropdown_short{display:block}

/* Module/Sport/CSS/Responsive480/ScoreCenter.css *****************************************/
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_competition,
div.div_idalgo_container ul.ul_idalgo_content_sport_score_center_event{padding:10px 5px}

/** Filtre sport **/
div.div_idalgo_content_sport_score_center_filter_sport{height:26px}
li.li_idalgo_content_sport_score_center_filter_sport > button{width:26px;height:26px}
li.li_idalgo_content_sport_score_center_filter_sport > button.idalgo_sprite_sport {height:22px;margin-top:5px;
    background-size:26px auto}

/** L&eacute;gende **/
div.div_idalgo_content_sport_score_center_legend{height:26px}
span.span_idalgo_content_sport_score_center_legend_title_txt{line-height:26px}
span.span_idalgo_content_sport_score_center_legend_title_txt{color:transparent}
span.span_idalgo_content_sport_score_center_legend_title_txt span{color:#3c382f;top:5px}

div.div_idalgo_content_sport_score_center_legend[is_closed="false"]{left:50%;width:260px;margin-left:-130px}
div.div_idalgo_content_sport_score_center_legend[is_closed="false"] span.span_idalgo_content_sport_score_center_legend_title_cross{top:0}

img.img_idalgo_content_sport_score_center_competition_title_logo {left:5px}

div.div_idalgo_content_sport_score_center_competition_title_finalleg{margin-bottom:1.5em}
    span.span_idalgo_content_sport_score_center_competition_title{letter-spacing:0.2em;font-size:0.6875em; margin-left:40px}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle{display:none}
    span.span_idalgo_content_sport_score_center_competition_title_subtitle_short{display:block}
    span.span_idalgo_content_sport_score_center_competition_group_title{display: none}
    span.span_idalgo_content_sport_score_center_competition_group_title_short{display: block}
    div.div_idalgo_content_sport_score_center_competition_title_finalleg_action{
        display:block;position:absolute;
        top:100%;left:0;
        width:100%;height:2.9em;
        margin-top:2px;
        line-height:3em;
        border-bottom:1px solid #e4e2dd;
    }
    span.idalgo_finalleg_open{
        position:relative;display:inline-block;
        height:100%;
        border-left:10px solid #e4e2dd;border-right:10px solid #e4e2dd;
        padding:0 10px;
        background-color:#ffffff
    }
span.span_idalgo_content_competition_group_title{display:none}
span.span_idalgo_content_competition_group_title_short,
span.span_idalgo_content_sport_score_center_competition_group_title_short{display:block}
div.div_idalgo_content_competition_group_title_finalleg{position:absolute;top:0;right:0}
span.span_idalgo_content_competition_group_title_finalleg{
    position:absolute;
    top:5px;right:5px;
    text-align:right;
    line-height:1.3em}

/* Classement */

div.div_idalgo_content_finalleg{padding:0 0 10px 0;width:100%;left:0;margin-left:0;margin-top:2px}

ul.ul_idalgo_content_sport_score_center_competition_group div.div_idalgo_content_finalleg{top:1.5em}
ul.ul_idalgo_content_sport_score_center_competition_group span.span_idalgo_content_sport_score_center_competition_group_title_finalleg.idalgo_live_finalleg_open{top:2em}

/** Filtres JO **/
div.div_idalgo_content_sport_score_center_filter_list,
span.span_idalgo_content_sport_score_center_filter_list_title_cnt{display: none}
span.span_idalgo_content_sport_score_center_filter_mob_filter {display: block;}
div.div_idalgo_content_sport_score_center_filter_list_title {border: none}
div.div_idalgo_content_sport_score_center_filter_list_title_filter_all,
span.span_idalgo_content_sport_score_center_filter_list_title_filter_all_txt {width: 100%;text-align: center;right:0}

/* Module/Rugby/CSS/Responsive480/Result.css **********************************************/
/*Masquer les colonens de bonus offensifs / d&eacute;fensifs */

div.div_idalgo_content_result span.span_idalgo_content_standing_bo,
div.div_idalgo_content_result span.span_idalgo_content_standing_bd {
    display: none ;
}

/* Module/Rugby/CSS/Responsive480/MatchAction.css *****************************************/

div.div_idalgo_content_match_action_type,
span.span_idalgo_content_match_action_part_detail,
#idalgo_match_action_type {display:none}
div.div_idalgo_content_match_action #idalgo_match_action_timeline {display:block !important}

li.li_idalgo_content_match_action_part div.div_idalgo_content_match_action_part,
li.li_idalgo_content_match_action_part{height:2em;line-height:2em}
    div.div_idalgo_content_match_action_part_player,
    div.div_idalgo_content_match_action_part_detail{line-height:1em}
    
div.div_idalgo_content_match_action_part_player.div_idalgo_content_match_action_nodetail{line-height:2em}

a.a_idalgo_content_match_action_part_player{font-size:0.6875em;width:60%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}
bdo.bdo_idalgo_content_match_action_part_player{font-size:0.625em}

a.a_idalgo_content_match_action_part_detail{font-size:0.6875em}

#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_local div.div_idalgo_content_match_action_part_detail{left:0}

#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_visitor div.div_idalgo_content_match_action_part_detail {right:0}


#idalgo_content_match_action_part_try .div_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_detail {position:absolute;right:20px}

div.div_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_detail_logo{right:-2px}

span.span_idalgo_content_match_action_part_minute{margin-left:-15px;width:30px;font-size:0.65em}
.li_idalgo_content_match_action_part_local span.span_idalgo_content_match_action_part_logo {margin-left:-35px}
.li_idalgo_content_match_action_part_visitor span.span_idalgo_content_match_action_part_logo {margin-left:5pX}

.li_idalgo_content_match_action_part_visitor a.a_idalgo_content_match_action_part_player {text-align:right}

/* Module/Pattern/CSS/Responsive480/MatchSquad.css ****************************************/
div.div_idalgo_content_match_squad_container{margin:20px 10px}
div.div_idalgo_content_match_squad_container_identity{width:auto;left:10px;right:10px;margin-left:0}

/* Module/Rugby/CSS/Responsive480/PlayerCalendar.css **************************************/

/* Suppression des colonnes de stats */
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_try,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_conversion,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_penality,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_drop,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_null_card,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_red,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_yellow,
div.div_idalgo_rugby_player_calendar span.span_idalgo_content_calendar_competition_red_yellow{display:none}

div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_try,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_conversion,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_penality,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_drop,
div.div_idalgo_rugby_player_calendar li.li_idalgo_content_calendar_average_red_yellow{display:none}

/* Module/Rugby/CSS/Responsive480/MatchComment.css ****************************************/


/* Module/Tennis/CSS/Responsive480/Standing.css *******************************************/
span.span_idalgo_content_tennis_standing_filter {width:60%}
li.li_idalgo_content_tennis_standing{
    height:3em;line-height:3em;
    font-size:0.875em
}
div.div_idalgo_content_tennis_standing_header{
    height:1.5em;line-height:1.5em;
    font-size:0.75em
}
li.li_idalgo_content_tennis_standing > div{
    height:3em;line-height:3em;
}
div.div_idalgo_content_tennis_standing_header > div{
    height:1.5em;line-height:1.5em;
}

    div.div_idalgo_content_tennis_standing_header_position{display: none}
    div.div_idalgo_content_tennis_standing_header_person{display: none}
    div.div_idalgo_content_tennis_standing_header_points{right:80px;width:50px;text-align:right}
    div.div_idalgo_content_tennis_standing_header_title{display:none}
    div.div_idalgo_content_tennis_standing_header_win{right:35px;width:35px;text-align:center}
    div.div_idalgo_content_tennis_standing_header_lost{right:0;width:35px;text-align:center}

    div.div_idalgo_content_tennis_standing_position{left:0;width:30px;text-indent:5px}
    div.div_idalgo_content_tennis_standing_country{left:30px;width:20px}
li.li_idalgo_content_tennis_standing div.div_idalgo_content_tennis_standing_person{
        position:relative;
        left:0;margin-right:170px
    }
        div.div_idalgo_content_tennis_standing_person_inner{
            position:absolute;display:block;
            left:60px;
            width:100%;
            text-indent:0;
            overflow:hidden;text-overflow: ellipsis;text-overflow: '.';white-space: nowrap;
        }

div.div_idalgo_content_tennis_standing_evolution{display:none}
li.li_idalgo_content_tennis_standing
    div.div_idalgo_content_tennis_standing_points{right:80px;width:50px;text-align:right}
    div.div_idalgo_content_tennis_standing_title{display:none}
    div.div_idalgo_content_tennis_standing_win{right:35px;width:35px}
    div.div_idalgo_content_tennis_standing_lost{right:0;width:35px}

        div.div_idalgo_content_tennis_standing_person_inner_photo{display:none}

        span.span_idalgo_content_tennis_standing_title,
        span.span_idalgo_content_tennis_standing_win,
        span.span_idalgo_content_tennis_standing_lost{
            height:24px;width:24px;
            top:50%;margin-top:-12px;
            left:50%;margin-left:-12px;
            line-height:24px;
        }

/* Module/Pattern/CSS/Responsive480/Calendar.css ******************************************/
div.div_idalgo_calendar_month_name,
div.div_idalgo_calendar_month_count{
    margin-left:20px;
}
div.div_idalgo_calendar_element{float:none;width:auto;height:100px;margin:10px 20px 20px 20px}

/*TOP*/
div.div_idalgo_card_element_top {height:70%;border-radius:0}
div.div_idalgo_card_element_top_name,
div.div_idalgo_card_element_top_date,
span.span_idalgo_card_element_bottom_winnername{
    font-size: 0.875em;
    text-align: left;
}
/*Encours*/
div.div_idalgo_calendar_element_pending div.div_idalgo_card_element_top_date{display:none}
div.div_idalgo_calendar_element_pending div.div_idalgo_card_element_top_name{left:10px}

/*Termin&eacute;e*/
div.div_idalgo_card_element_top_name{left:80px}
span.span_idalgo_card_element_bottom_winnername{left:80px;top:-37px;z-index:4;color:#ffffff;font-weight:normal}

div.idalgo_calendar_tennis_double span.span_idalgo_card_element_bottom_winnername {width: 70%}
div.div_idalgo_calendar_element_finished div.div_idalgo_card_element_top_date{display:none}

/*ROUND*/
div.div_idalgo_card_element_round,
div.idalgo_calendar_tennis_double div.div_idalgo_card_element_round{top:32%;left:35px}

/*BOTTOM*/
span.span_idalgo_card_element_bottom_status{
    position:absolute;
    z-index:4;
    top:-40px;
    left:10px;
    color:#ffffff
}


div.div_idalgo_card_element_bottom {height:30%}

/*A venir*/
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_links{display:none}
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_bottom_date{display:none}
div.div_idalgo_calendar_element_to_come div.div_idalgo_card_element_bottom_name{bottom:6px;font-size:0.6875em;text-align:left;top:auto;position:absolute}
div.div_idalgo_card_element_bottom_name{text-indent:10px}
span.span_idalgo_card_element_bottom_date_to{position:absolute;right:10px;bottom:6%}

/**/
div.div_idalgo_card_element_links, span.span_idalgo_card_element_competition{bottom:6%;font-size:0.6875em}

/*background img : en cours + termin&eacute;*/
img.img_idalgo_card_element_top_logo {
    left: 70%;
    width:100px;
    top: 10px;
}

/* Module/Tennis/CSS/Responsive480/MatchPreview.css ***************************************/
div.div_idalgo_content_tennis_match_preview_content_head_to_head_player{
    width:76%;margin-left:12%;
}


span.span_idalgo_content_tennis_match_preview_content_information_content_line_player1{left:40%;margin-left:0}
span.span_idalgo_content_tennis_match_preview_content_information_content_line_player2{
    left:40%;right:auto;
    margin-right:0;margin-left:80px
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_text {
    width:40%;
    text-indent:5px;
    font-size:.75em;
}
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
div.div_idalgo_content_tennis_match_preview_content_stats_content_line_player2{
    width:30%;left:50%;
}
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player1,
span.span_idalgo_content_tennis_match_preview_content_stats_content_line_player2{width:20%;}

/** Versus **/
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary {height:auto}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_count{
    position:relative;width:100%;
    height:110px;
    border-bottom:1px solid #e4e2dd;
    border-right:0 none;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat{
    padding-top:1em;
    margin-left:0;
    height:auto;
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat > div{
    position:relative;
    width:100%;height:100px;
    top:0;left:0
}
div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat
    div.div_idalgo_content_tennis_match_preview_content_versus_content_summary_stat_circle {
    height:120px
}

span.span_idalgo_content_tennis_match_preview_match_title{letter-spacing:0.2em;font-size:0.6875em}
span.span_idalgo_content_tennis_match_preview_match_title_subtitle{display:none}

/* Module/Pattern/CSS/Responsive480/MatchHeader.css ***************************************/

div.div_idalgo_content_match_header_main_date{border-top:none;height:0px;line-height:2em}
div.div_idalgo_content_match_header_main_header_local,
div.div_idalgo_content_match_header_main_header_visitor{width:50%}
a.a_idalgo_content_match_header_main_header_local,
a.a_idalgo_content_match_header_main_header_visitor{font-size:1em}

div.div_idalgo_content_match_header_main_header_local_cnt,
div.div_idalgo_content_match_header_main_header_visitor_cnt{height:60px;margin-top:30px}
img.img_idalgo_content_match_header_main_header_visitor_cnt,
img.img_idalgo_content_match_header_main_header_local_cnt{width:55px;height:55px}

div.div_idalgo_content_match_header_main_header_center_top{height:16px}
    span.span_idalgo_content_match_header_main_header_center_top_txt{display:none}
div.div_idalgo_content_match_header_main_header_center_score{font-size:2em;margin-top:0;top:50px;height:1em}
div.div_idalgo_content_match_header_main_header_center_halftime{height:16px;top:80px}
div.div_idalgo_content_match_header_main_header_center_halftime * {display:inline;font-size:0.833em}
    span.span_idalgo_content_match_header_main_header_center_halftime_txt{text-transform:uppercase}
    bdo.bdo_idalgo_content_match_header_main_header_center_halftime{margin-left:5px}

div.div_idalgo_content_match_header_main_referee,
div.div_idalgo_content_match_header_main_stadium{display:none}

/* Module/Tennis/CSS/Responsive480/MatchHeader.css ****************************************/
span.span_idalgo_content_tennis_match_header_content_tournament{display:block}
img.img_idalgo_content_tennis_match_header_content_tournament{position:relative;display:inline;left:auto;top:-4px}
div.div_idalgo_content_tennis_match_header_content{height:375px;overflow:hidden}

span.span_idalgo_content_tennis_match_header_content_detail_date{font-size:0.875em;font-weight:bold}

span.span_idalgo_content_tennis_match_header_content_hourscore_hour{font-size:2.5em}
div.div_idalgo_content_tennis_match_header_content_hourscore_point_local,
div.div_idalgo_content_tennis_match_header_content_hourscore_point_visitor{width:28px;height:28px;line-height:28px;bottom:0}
div.div_idalgo_content_tennis_match_header_content_detail_stopwatch{
    width:110px;margin-left:-55px;
    height:28px;line-height:28px;
    top:20px
}

div.div_idalgo_tennis_players_abandon{width:25px;bottom:-26px}
    span.span_idalgo_tennis_players_abandon{display:none}
    span.span_idalgo_tennis_players_abandon_short{display:inline}
div.div_idalgo_content_tennis_match_header_content_local div.div_idalgo_content_tennis_match_header_content_local_abandon {left:100%;margin-left:25px}
div.div_idalgo_content_tennis_match_header_content_visitor div.div_idalgo_content_tennis_match_header_content_visitor_abandon {left:0}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis {
    width:100%;height:80px;
    position:absolute;
    bottom:0;
}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content{height:100%}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_feature{display:none}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set{
    right:auto;
    left:50%;
}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_1{width:32px;margin-left:-16px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_2{width:64px;margin-left:-32px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_3{width:96px;margin-left:-48px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_4{width:128px;margin-left:-64px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_list_set_5{width:160px;margin-left:-80px}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set{width:32px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set span.span_idalgo_score_square_score{
    height:25px;width:25px;line-height:25px;
    background-color:transparent;
    border-color:#ffffff;
    color:#ffffff;
    font-weight:normal
}
div.div_idalgo_content_tennis_match_header div.div_idalgo_score_square_score_opacity{background-color:#ffffff}
div.div_idalgo_content_tennis_match_header span.span_idalgo_score_square_score_tiebreak{display:none}

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_1{left:3px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_2{left:35px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_3{left:67px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_4{left:99px}
div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content_set_5{left:131px}

div.div_idalgo_content_tennis_match_header[data-state='1'] div.div_idalgo_dom_match_tennis_list_set
    div.div_idalgo_dom_match_tennis_content_set:last-child span.span_idalgo_score_square_score{
        background-color:#ffffff;
        border-color:#4db103;
        color:#4db103;
    }

div.div_idalgo_content_tennis_match_header div.div_idalgo_dom_match_tennis_content div.div_idalgo_score_square_score_opacity{
    opacity:0.3;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30)
}
div.div_idalgo_content_tennis_match_header img.img_idalgo_tennis_player_photo{position:absolute;display:block;width:100%}

/* Module/Sport/CSS/Responsive480/Calendar.css ********************************************/
div.div_idalgo_sport_calendar_content_day{text-indent:20px}
div.div_idalgo_sport_calendar_content_day_event_phase_title{height:4em}
div.div_idalgo_sport_calendar_content_day_event_phase_title > span{line-height:2.28em;height:2.28em;font-size:0.875em}
span.span_idalgo_sport_calendar_content_day_event_phase_title_hour{left:20px}
span.span_idalgo_sport_calendar_content_day_event_phase_title_name{left:90px;right:0}
div.div_idalgo_sport_calendar_content_day_event_phase_title span.span_idalgo_sport_calendar_content_day_event_phase_title_gender{
    left:90px;right:0;top:2.28em;
    text-align:left
}

div.div_idalgo_sport_calendar_content_day_event_phase_podium{display:none}
div.div_idalgo_sport_calendar_content_day_event_phase_state_2{display:block}


div.div_idalgo_sport_podium{height:140px;width:280px}
div.div_idalgo_sport_podium_result{height:40px;position:relative;width:100%}
div.div_idalgo_sport_podium_result_1{left:0}
div.div_idalgo_sport_podium_result_1 + div.div_idalgo_sport_podium_result_1,
div.div_idalgo_sport_podium_result_2{left:0;margin:10px 0}
div.div_idalgo_sport_podium_result_3{left:0;right:auto}

div.div_idalgo_sport_podium_result_person:after{display:none}
div.div_idalgo_sport_podium_result_person{
    left:72px;
    height:40px;width:40px
}
div.div_idalgo_sport_podium_result_person_img{height:40px;width:40px}
div.div_idalgo_sport_podium_result_2 div.div_idalgo_sport_podium_result_person_img,
div.div_idalgo_sport_podium_result_3 div.div_idalgo_sport_podium_result_person_img{top:0}

div.div_idalgo_sport_podium_result_person_position{left:-72px;top:10px;height:24px;width:24px;}
div.div_idalgo_sport_podium .idalgo_picture_medal{border-width:0;margin-top:-12px;margin-left:-12px}
img.img_idalgo_sport_podium_result_country{bottom:14px;left:40px}

div.div_idalgo_sport_podium_result_data,
div.div_idalgo_sport_podium_result_noc{left:130px;width:140px;overflow:hidden;bottom:-5px}
div.div_idalgo_sport_podium_result_data > span,
div.div_idalgo_sport_podium_result_noc > span{position:relative;display:inline;top:auto;left:auto}
span.span_idalgo_sport_podium_result_data_name{margin-left:3px}

div.div_idalgo_sport_podium_result_data_double :first-child:after{content:' /'}
/* Decalage 2 argent */
div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_2{
    right:auto;margin:0
}

/* Ajustement 4 places */
div.div_idalgo_sport_podium_4{height:190px}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result{width:100%}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2{left:0;margin-left:0}
div.div_idalgo_sport_podium_4 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{
    left:0;margin-bottom:10px;
}


/* Ajustement 5 places */
div.div_idalgo_sport_podium_5{height:250px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result{width:100%}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2{left:0}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3{right:auto;left:0;margin-bottom:10px}
div.div_idalgo_sport_podium_5 div.div_idalgo_sport_podium_result_2 + div.div_idalgo_sport_podium_result_3 + div.div_idalgo_sport_podium_result_3{right:auto;left:0;margin-bottom:10px}

/* Module/Sport/CSS/Responsive480/SportList.css *******************************************/
div.div_idalgo_sport_sport_list div.idalgo_title1{margin-bottom:32px}
li.li_idalgo_sport_sport_list_content_sport{
    height:50px;width:100%;
    margin-bottom:.5em;margin-left:0;
    padding-top:0;
}

span.span_idalgo_sport_sport_list_content_sport{
    position:absolute;display:block;
    top:0;left:70px;right:0;
    height:50px;line-height:50px;
    text-align:left;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding:0;
}
div.div_idalgo_sport_sport_list_content_sport{position:absolute;display:block;height:40px;width:40px;top:5px;left:12px}

/* Module/Sport/CSS/Responsive480/CompetitionPresentation.css *****************************/
div.div_idalgo_sport_competition_presentation_content_list .idalgo_sport_men_big{background-position:center -339px;height:35px;}
div.div_idalgo_sport_competition_presentation_content_list .idalgo_sport_women_big{background-position:center -380px;height:35px;}


div.div_idalgo_sport_competition_presentation_content_list_head_season_current span,
div.div_idalgo_sport_competition_presentation_content_list_content_name span,
div.div_idalgo_sport_competition_presentation_content_list_content_name span,
div.div_idalgo_sport_competition_presentation_content_list_content_value_current span,
div.div_idalgo_sport_competition_presentation_content_list_content_value_old span{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/NOCIdentity.css *****************************************/
div.div_idalgo_sport_noc_identity_content_list_head span,
div.div_idalgo_sport_noc_identity_content_list_content span {font-size: 0.6875em;font-weight: normal}

div.div_idalgo_sport_noc_identity_content_list .idalgo_sport_men_big{background-position:center -339px;height:35px;}
div.div_idalgo_sport_noc_identity_content_list .idalgo_sport_women_big{background-position:center -380px;height:35px;}


span.span_idalgo_sport_noc_identity_content_list_content_name_cnt + span {
    float:none;position:absolute;
    margin-left:0;left:40%
}
div.div_idalgo_sport_noc_identity_content_list_content_data_content .idalgo_picture_medal{left:40%;margin-left:8px}

/* Module/Sport/CSS/Responsive480/NOCList.css *********************************************/
/** RECAP  **/
div.div_idalgo_sport_noc_list_content_preview {height: 200px}

div.div_idalgo_sport_noc_list_content_preview_head,
div.div_idalgo_sport_noc_list_content_preview_head div{
    position: relative;display: block;
    height: 35px;line-height: 35px;
}

div.div_idalgo_sport_noc_list_content_preview_head div span { position: relative;display: block}

span.span_idalgo_sport_noc_list_content_preview_head_paticipant_cnt { margin: 0 auto;}

div.div_idalgo_sport_noc_list_content_preview_head div.div_idalgo_sport_noc_list_content_preview_head_country {
    font-size: 0.725em;text-align: center;text-transform: capitalize;
    font-weight: bold
}

div.div_idalgo_sport_noc_list_content_preview_area {
    width: 100%; height: 30px;line-height:30px;margin: 0;
}

div.div_idalgo_sport_noc_list_content_preview_area span { float: left;}

span.span_idalgo_sport_noc_list_content_preview_area_circle {
    margin: 5px 20px;
}

span.span_idalgo_sport_noc_list_content_preview_area_title {
    width: 45%;text-align: left;height: 30px;line-height: 30px
}

div.div_idalgo_sport_noc_list_content_preview_area_count,
div.div_idalgo_sport_noc_list_content_preview_area_person {margin: 0}

div.div_idalgo_sport_noc_list_content_preview_area_count,
div.div_idalgo_sport_noc_list_content_preview_area_person,
div.div_idalgo_sport_noc_list_content_preview_head div{
    position:absolute;width: 20%;left:60%
}

div.div_idalgo_sport_noc_list_content_preview_area_person,
div.div_idalgo_sport_noc_list_content_preview_head div.div_idalgo_sport_noc_list_content_preview_head_paticipant {left:80%}

span.span_idalgo_sport_noc_list_content_preview_area_count_content  {font-size: 1.25em;height: 30px;line-height: 30px;}
span.span_idalgo_sport_noc_list_content_preview_area_person_content {font-size: 0.875em;height: 30px;line-height: 30px;}

div.div_idalgo_sport_noc_list_content_head div.div_idalgo_sport_noc_list_content_head_total,
li.li_idalgo_sport_noc_list_content_area div.div_idalgo_sport_noc_list_content_area_total,
span.span_idalgo_sport_noc_list_content_preview_area_count_title,
span.span_idalgo_sport_noc_list_content_preview_area_person_title{ display: none;}

/** CLASSEMENT **/
div.div_idalgo_sport_noc_list_content_head {height: 2em}

li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_pos {
    width: 20px;font-size: 0.825em;margin: 0 20px;line-height: 40px;
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_circle {
    height: 20px;width: 20px;
    margin-left: 60px;margin-top: 10px
}
li.li_idalgo_sport_noc_list_content_area span.span_idalgo_sport_noc_list_content_area_title {
    font-size: 0.825em;line-height: 40px;
}

div.div_idalgo_sport_noc_list_content_area_gold,
div.div_idalgo_sport_noc_list_content_area_silver,
div.div_idalgo_sport_noc_list_content_area_bronze,
div.div_idalgo_sport_noc_list_content_area_total{
    font-size:0.87em;
}

div.div_idalgo_sport_noc_list_content_head_gold,
div.div_idalgo_sport_noc_list_content_area_gold{left:65%}

div.div_idalgo_sport_noc_list_content_head_silver,
div.div_idalgo_sport_noc_list_content_area_silver{left:75%}

div.div_idalgo_sport_noc_list_content_head_bronze,
div.div_idalgo_sport_noc_list_content_area_bronze{left:85%}

/* Module/Sport/CSS/Responsive480/ResultList.css ******************************************/
li.li_idalgo_content_sport_result_list > div{font-size:0.75em}

/* Module/Sport/CSS/Responsive480/ResultNOC.css *******************************************/
li.li_idalgo_content_result_noc_content > div,
li.li_idalgo_content_result_noc_content_head_qualified > div{font-size:0.75em}

/* Module/Sport/CSS/Responsive480/CalendarFull.css ****************************************/
div.div_idalgo_sport_calendar_full_sport_title{opacity:0}
div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_sport{width:100%;border-style:none}
div.div_idalgo_sport_calendar_full_sport_icon{display:none}
div.div_idalgo_sport_calendar_full_sport_name{position:absolute;top:0;text-indent:0;line-height:15px}
span.span_idalgo_sport_calendar_full_sport_name{font-size:0.75em;text-indent:5px}

div.div_idalgo_sport_calendar_full_17 div.div_idalgo_sport_calendar_full_schedule{width:100%;max-width:none}
span.span_idalgo_sport_calendar_full_schedule_days_day{font-size:0.5em}

/* Module/Sport/CSS/Responsive480/Medal.css ***********************************************/
ul.ul_idalgo_sport_medal_content{margin-top:1em}
div.div_idalgo_sport_medal_content_head,
div.div_idalgo_sport_medal_content_head_total{height:2em;line-height:2em}
span.span_idalgo_sport_medal_content_head_total_full {display:none}
span.span_idalgo_sport_medal_content_head_total_short{display:block;font-size:0.6875em;font-weight:bold}

li.li_idalgo_sport_medal_content{height:2.25em;line-height:2.25em}
div.div_idalgo_sport_medal_content_noc{width:40%}
div.div_idalgo_sport_medal_content_head_gold, div.div_idalgo_sport_medal_content_gold{left:50%}
div.div_idalgo_sport_medal_content_head_silver, div.div_idalgo_sport_medal_content_silver{left:60%}
div.div_idalgo_sport_medal_content_head_bronze, div.div_idalgo_sport_medal_content_bronze{left:70%}
div.div_idalgo_sport_medal_content_head_total, div.div_idalgo_sport_medal_content_total{left:80%;width:20%}

div.div_idalgo_sport_medal_content_position,
div.div_idalgo_sport_medal_content_noc,
div.div_idalgo_sport_medal_content_gold,
div.div_idalgo_sport_medal_content_silver,
div.div_idalgo_sport_medal_content_bronze,
div.div_idalgo_sport_medal_content_total{font-size:.75em}

div.div_idalgo_sport_medal_content_noc{
    text-indent:30px;
}
span.span_idalgo_sport_medal_content_noc_logo{width:20px}
span.span_idalgo_sport_medal_content_noc_logo svg{
    height:auto;width:100%;margin-top:-7px}

/* Module/Sport/CSS/Responsive480/NOCFlagBearer.css ***************************************/
div.div_idalgo_content_noc_flag_bearer_content {height: auto}

div.div_idalgo_content_noc_flag_bearer_content_infos,
div.div_idalgo_content_noc_flag_bearer_content_picture {width: 100%}

div.div_idalgo_content_noc_flag_bearer_content_infos span {font-size: 0.75em;font-weight: normal}
div.div_idalgo_content_noc_flag_bearer_content_picture {height: 150px}

div.div_idalgo_content_noc_flag_bearer_content_infos_data_value span{font-weight:bold}

/* Module/Sport/CSS/Responsive480/NOCMedal.css ********************************************/
ul.ul_idalgo_sport_noc_medal_content{margin-top:1em}
div.div_idalgo_sport_noc_medal_content_head,
div.div_idalgo_sport_noc_medal_content_head_total{height:2em;line-height:2em}
span.span_idalgo_sport_noc_medal_content_head_total_full {display:none}
span.span_idalgo_sport_noc_medal_content_head_total_short{display:block;font-size:0.6875em;font-weight:bold}

li.li_idalgo_sport_noc_medal_content{height:2.25em;line-height:2.25em}
div.div_idalgo_sport_noc_medal_content_person{width:40%}
div.div_idalgo_sport_noc_medal_content_head_gold, div.div_idalgo_sport_noc_medal_content_gold{left:50%}
div.div_idalgo_sport_noc_medal_content_head_silver, div.div_idalgo_sport_noc_medal_content_silver{left:60%}
div.div_idalgo_sport_noc_medal_content_head_bronze, div.div_idalgo_sport_noc_medal_content_bronze{left:70%}
div.div_idalgo_sport_noc_medal_content_head_total, div.div_idalgo_sport_noc_medal_content_total{left:80%;width:20%}

div.div_idalgo_sport_noc_medal_content_position,
div.div_idalgo_sport_noc_medal_content_person,
div.div_idalgo_sport_noc_medal_content_gold,
div.div_idalgo_sport_noc_medal_content_silver,
div.div_idalgo_sport_noc_medal_content_bronze,
div.div_idalgo_sport_noc_medal_content_total{font-size:.75em}

/* Module/Sport/CSS/Responsive480/NOCHeader.css *******************************************/
div.div_idalgo_sport_noc_header_inner,
div.div_idalgo_sport_noc_header_inner_content{height:150px}

div.div_idalgo_sport_noc_header_inner_background,
div.div_idalgo_sport_noc_header_inner_background_filter {height:120px}

div.div_idalgo_sport_noc_header_inner_content_photo{left:20px;width:70px;height:70px}
div.div_idalgo_sport_noc_header_inner_content_name{
    bottom: 30px;height:2em;line-height:2em;
    left:100px;right:10px;
    text-align:right
}
span.span_idalgo_sport_noc_header_inner_content_name{font-size:1.5em}

/* Module/Sport/CSS/Responsive480/NOCPlayerList.css ***************************************/
li.li_idalgo_content_noc_player_list_content_sport{
    margin-left:10px;margin-bottom:10px;width:30px;height:30px;
}

/* Module/Pattern/CSS/Responsive480/TeamListIdentity.css **********************************/
div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_info,
div.div_idalgo_content_team_list_identity[data-logo="0"] div.div_idalgo_content_team_list_identity_info{
    width:auto;margin-right:25px}

div.div_idalgo_content_team_list_identity div.div_idalgo_content_team_list_identity_team{
    position:relative;width:auto;margin-right:25px;left:0;top:0;margin-left:20px}
div.div_idalgo_content_team_list_identity_team div.div_idalgo_content_team_list_identity_team_line{
    margin-left:110px}

/* Module/Tennis/CSS/Responsive480/ResultNavigation.css ***********************************/
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox a.idalgo_listbox_split_left,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox a.idalgo_listbox_split_right{display:none}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_before,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_after{width:33%;height:100%}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox{height:40px}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox button.idalgo_listbox_split_left{
    right:0;left:inherit}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_listbox button.idalgo_listbox_split_right{left:0;right:inherit}
div.div_idalgo_content_tennis_result_phase_navigation_current{width:50%}
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_before,
div.div_idalgo_content_tennis_result_phase_navigation div.div_idalgo_content_tennis_result_phase_navigation_after{width:25%}

/* Module/Tennis/CSS/Responsive480/Result.css *********************************************/
div.div_idalgo_content_tennis_result div.div_idalgo_dom_match_period{margin:0 auto}
div.div_idalgo_content_tennis_result_phase_popup{width:100%}

div.div_idalgo_content_tennis_result_phase_display_0 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_content_tennis_result_phase_display_0 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_1,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_fed_davis_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_feature_1,
div.div_idalgo_content_tennis_result_phase_display_2 div.div_idalgo_dom_period_tennis_match_feature_2,
div.div_idalgo_content_tennis_result_phase_display_2 ul.ul_idalgo_dom_period_tennis_match_set{display:none}


ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_match{
    left:50px;width:70px;
}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_set{left:120px;width:70px}
ul.ul_idalgo_standing_tennis li.li_idalgo_content_standing_head div.div_idalgo_content_standing_line span.span_idalgo_content_standing_game{display:none}

ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_win{left:50px;width:35px;display:block}
ul.ul_idalgo_standing_tennis span.span_idalgo_content_standing_lost{left:85px;width:35px;display:block}
span.span_idalgo_content_standing_set_win{left:120px;width:35px}
span.span_idalgo_content_standing_set_lost{left:155px;width:35px}
span.span_idalgo_content_standing_game_win{display:none}
span.span_idalgo_content_standing_game_lost{display:none}

/* Module/Tennis/CSS/Responsive480/PlayerMatchList.css ************************************/
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart{
    height:46px;
    width:46px;
    margin-left:-23px;
    margin-top:-23px
}
div.div_idalgo_content_tennis_player_match_list_content_stats_summary_stat_circle_chart_inner{
    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;
    width:20px;
    height:20px
  }

/* Module/Motor/CSS/Responsive480/ResultPopup.css *****************************************/
div.div_idalgo_dom_match_content_popup_motor{display:none}

/* Module/Motor/CSS/Responsive480/StandingPilot.css ***************************************/
div.div_idalgo_content_motor_standing_pilot{margin:0 10px 0 10px}

ul.ul_idalgo_content_motor_standing_list {
    padding: 0 10px;
}
li.li_idalgo_content_motor_standing {
    height: 43px;
    line-height: 43px;
}

li.li_idalgo_content_motor_standing > div {
    height: 43px;
    line-height: 43px;
}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_race {
    display: none;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_vehicle > span {
    position:absolute;
    left:90px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_position {
    width: 22px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_country{
    width: 68px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{margin:0}

div.div_idalgo_content_motor_standing_vehicle {
    width:85%;
    border-right: none;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor {
    position: relative;
    height: 33px;
    line-height: 33px;
    bottom:6px;
}

div.div_idalgo_content_motor_standing_points div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_victories div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_quit div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_positions div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_poles div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_podium div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor,
div.div_idalgo_content_motor_standing_constructors div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot {
    left: 90px;
}
span.span_idalgo_content_motor_standing_vehicle_country > img{left:2px}
div.div_idalgo_content_motor_standing_race span{
    height:40%;
    line-height:16px
}
div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_pilot{
    position:absolute;width:auto;top:0;bottom:50%;left:90px;right:0;height:auto}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_total {
    border-right: none;
    float:right;
    width: 15%;
}

div#idalgo_content_motor_standing {
    position: relative;
}
div.div_idalgo_content_motor_standing_filter {
    position: absolute;
    display: block;
    z-index: 1;
    left:45px;
    right:45px;
    background-color: #ffffff;
}

div.div_idalgo_content_motor_standing_filter_open {
    border: 1px solid #e4e2dd;
}

div.div_idalgo_content_motor_standing_filter_close ul.ul_idalgo_content_motor_standing_filter {
    display: none;
}

div.div_idalgo_content_motor_standing_filter_popover_open,
div.div_idalgo_content_motor_standing_filter_popover_close {
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: 7px;
    left: 7px;
    cursor: pointer;
}

div.div_idalgo_content_motor_standing_filter_popover_open {
    border:1px solid #e4e2dd;
    border-radius: 15px;
}
div.div_idalgo_content_motor_standing_filter_popover_close {
    background-position:center -1366px;
}

div.div_idalgo_content_motor_standing_filter_open div.div_idalgo_content_motor_standing_filter_popover_close,
div.div_idalgo_content_motor_standing_filter_close div.div_idalgo_content_motor_standing_filter_popover_open {
    display: block;
}

ul.ul_idalgo_content_motor_standing_filter {
    padding: 6px 0;
    border: none;
    display: block;
    width:72%;
    margin-left:14%;
    height: auto;
}

ul.ul_idalgo_content_motor_standing_filter li {
    border: none;
    display: block;
    width: auto;
    float: none;
    text-align: left;
    text-indent: 25px;
    font-weight: bold;
}

ul.ul_idalgo_content_motor_standing_filter li.li_idalgo_content_motor_standing_filter_select {
    background-color: transparent;
    color: #840303;
}

span.span_idalgo_content_motor_standing_vehicle_country > img {
    left:20px;
    top:18px
}

div.div_idalgo_content_motor_standing_points ul li div span.span_idalgo_content_motor_standing_points,
div.div_idalgo_content_motor_standing_victories ul li div span.span_idalgo_content_motor_standing_victories,
div.div_idalgo_content_motor_standing_quit ul li div span.span_idalgo_content_motor_standing_quit,
div.div_idalgo_content_motor_standing_positions ul li div span.span_idalgo_content_motor_standing_positions,
div.div_idalgo_content_motor_standing_constructors ul li div span.span_idalgo_content_motor_standing_constructors,
div.div_idalgo_content_motor_standing_poles ul li div span.span_idalgo_content_motor_standing_poles,
div.div_idalgo_content_motor_standing_podium ul li div span.span_idalgo_content_motor_standing_podium,
div.div_idalgo_content_motor_standing span.span_idalgo_content_motor_standing_notset{position:absolute;right:0}

/* Module/Motor/CSS/Responsive480/StandingConstructor.css *********************************/
div.div_idalgo_content_motor_standing_constructor{margin:40px 10px 0 10px}


div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo{
    width: 68px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_logo img {
    left:24px;
    top:15px;
}

div.div_idalgo_content_motor_standing_vehicle span.span_idalgo_content_motor_standing_vehicle_constructor_name{
    position:absolute;width:auto;height:100%;left:90px;right:0}

li.li_idalgo_content_motor_standing div.div_idalgo_content_motor_standing_constructor_total{
    border-right: none;
    float: right;
    width: 15%;
}

li.li_idalgo_content_motor_standing_list_head div.div_idalgo_content_motor_standing_vehicle > span{
    overflow:hidden;text-overflow:ellipsis;right:0}

/* Module/Motor/CSS/Responsive480/RaceIdentity.css ****************************************/
div.div_idalgo_motor_race_identity{height:12em;border:none}
div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left,
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right{width:100%;height:10.5em;}
div.div_idalgo_motor_race_identity_right{width:100%;height:5em}

/*left*/
div.div_idalgo_motor_race_identity_left{border:1px solid #e4e2dd}
div.div_idalgo_motor_race_identity[is-race="1"] ul.ul_idalgo_motor_race_identity_left_identity{top:10px;position:relative}
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_left:after,
div.div_idalgo_motor_race_identity_left:after{border-width:0 0 7em 112px}
ul.ul_idalgo_motor_race_identity_left_identity{padding:0;margin:0}

/*right*/
div.div_idalgo_motor_race_identity_right_detail,
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail{margin:0 auto;float:none;right:0}
div.div_idalgo_motor_race_identity_right_detail_meteo,
div.div_idalgo_motor_race_identity_right_detail_time,
div.div_idalgo_motor_race_identity_right_detail_laps,
div.div_idalgo_motor_race_identity_right_detail_chrono{top:10px}
ul.ul_idalgo_motor_race_result_list{margin-top:0}
div.div_idalgo_motor_race_identity[is-race="1"] div.div_idalgo_motor_race_identity_right_detail_meteo{margin-left:0}
div.div_idalgo_motor_race_identity_right_detail_meteo{margin-right:4%}
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail_meteo{
    width:35%;
    margin-right:8%
}
div.div_idalgo_motor_race_identity[data-is-finished="1"] div.div_idalgo_motor_race_identity_right_detail_laps{
    width:42%;
    margin-right:0;
}

/** Bordure droite */

div.div_idalgo_motor_race_identity_left::after
{
    width: 0;
    height: 100%;
    border-bottom: 100px solid white;
    border-left: 100px solid transparent;
}

div.div_idalgo_motor_race_identity_left
{
    font-size: 0.75em;
}

/* Module/Motor/CSS/Responsive480/RacePodium.css ******************************************/
div.div_idalgo_motor_race_podium{display:none}

/* Module/Motor/CSS/Responsive480/Result.css **********************************************/
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_num,
div.div_idalgo_motor_race_result_list_elem span.span_idalgo_motor_race_result_list_elem_vehicle,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_diff,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_content_pilot,
div.div_idalgo_motor_race_result_list_head span.span_idalgo_motor_race_result_list_head_content_team,
div.div_idalgo_motor_race_result_list_head_content,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time1,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time2,
li.li_idalgo_motor_race_result_list_elem:nth-child(-n + 11) span.span_idalgo_motor_race_result_list_elem_time3,
div.div_idalgo_motor_race_result_list_head[type='qualif'],
div.div_idalgo_motor_race_result_list_elem_grid,
span.span_idalgo_motor_race_result_list_head_grid{
    display:none !important;
}

div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_time,
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_type{display:block}

div.div_idalgo_motor_race_result_list_elem[type='race'] span.span_idalgo_motor_race_result_list_elem_time,
div.div_idalgo_motor_race_result_list_elem[type='qualif'] span.span_idalgo_motor_race_result_list_elem_time {display:block;left:0}


div.div_idalgo_motor_race_result_list_elem[type='qualif'],
div.div_idalgo_motor_race_result_list_head[type='qualif'],
div.div_idalgo_motor_race_result_list_elem[type='race'],
div.div_idalgo_motor_race_result_list_head[type='race'],
div.div_idalgo_motor_race_result_list_elem,
div.div_idalgo_motor_race_result_list_head{margin-right:115px}

li.li_idalgo_motor_race_result_list_head{height:40px}

span.span_idalgo_motor_race_result_list_elem_country{width:30px}
span.span_idalgo_motor_race_result_list_elem_picture{left:54px}
span.span_idalgo_motor_race_result_list_elem_picture{width:40px}
div.div_idalgo_motor_race_result_list_elem_content{left:104px}
div.div_idalgo_motor_race_result_list_elem_content > span{
    display:block;
    height:40%;
    width:100%;
    line-height:1.8;
    font-size:0.875em;
    font-weight:bold;
}
span.span_idalgo_motor_race_result_list_elem_content_constructor{color:#bbb6a8}

span.span_idalgo_motor_race_result_list_elem_diff,
span.span_idalgo_motor_race_result_list_elem_lap{font-size:0.75em !important}

span.span_idalgo_motor_race_result_list_elem_diff,
span.span_idalgo_motor_race_result_list_head_time{left:0;color:#3c382f;text-align: center; width: 75px;}

span.span_idalgo_motor_race_result_list_head_lap,
span.span_idalgo_motor_race_result_list_elem_lap{left:70px}

span.span_idalgo_motor_race_result_list_head_time,
span.span_idalgo_motor_race_result_list_head_lap{font-size:0.8125em}

span.span_idalgo_motor_race_result_list_elem_type{
    margin-left:100%;
    left:70px;
    text-align:center;
    font-size:0.8125em !important;
    width:45px;
    font-weight:bold;
}

span.span_idalgo_motor_race_result_list_elem_points,
span.span_idalgo_motor_race_result_list_head_points{left:70px;font-size: 0.8125em;}

span.span_idalgo_motor_race_result_list_head_points{color:#b4002d;font-weight:bold}

/** affichage du tps 1er pilote uniquement et pas des ecarts : uniquement sessions libres */
ul#idalgo_page_result_motor_live[data-status="10"] li:nth-of-type(2) span.span_idalgo_motor_race_result_list_elem_time
{
    display: block;
    font-size: 0.75em;
    color:#3c382f;
    left: -11px;
}

ul#idalgo_page_result_motor_live li:nth-of-type(2) span.span_idalgo_motor_race_result_list_elem_diff
{
    display: none;
}

/* Module/Motor/CSS/Responsive480/CompetitionNavigation.css *******************************/
div.div_idalgo_content_motor_competition_navigation{display:none}

/* Module/Motor/CSS/Responsive480/RaceNavigation.css **************************************/
ul.ul_idalgo_motor_race_navigation li:not(.li_idalgo_motor_race_navigation_menu):not(:last-child):not([data-selected="1"]){
    display: none;
    width: 100% !important;
    border-right: none;
    border-left: none;
}

/* Commentaires s&eacute;lectionn&eacute;s : on affiche la session en cours et on la laisse avec un style non s&eacute;lectionn&eacute; */
/*div.div_idalgo_motor_race_navigation[data-is-comment="1"] li.li_idalgo_motor_race_navigation[data-is-session="1"]
{
    background-color: #fbfaf9;
}*/

div.div_idalgo_motor_race_navigation[data-is-comment="1"] ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-is-session="1"] span
{
    color: #3c382f;
}

ul.ul_idalgo_motor_race_navigation li,
li.li_idalgo_motor_race_navigation:last-child
{
    border-right: none;
    border-left: none;
}

li.li_idalgo_motor_race_navigation[data-selected="1"],
li.li_idalgo_motor_race_navigation_menu,
li.li_idalgo_motor_race_navigation:last-child
{
    display: block;
}

ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation[data-selected="1"],
ul.ul_idalgo_motor_race_navigation li.li_idalgo_motor_race_navigation:last-child
{
    width: 45% !important;
}

li.li_idalgo_motor_race_navigation_menu[data-is-menu-open="1"]
{
    background-color: #fbfaf9;
}

li.li_idalgo_motor_race_navigation_menu
{
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
}

ul.ul_idalgo_motor_race_navigation_bottom
{
    clear: both;
}

/** UL de navigation g&eacute;n&eacute;r&eacute; */

ul.ul_idalgo_motor_race_navigation_bottom li
{
    width: 100% !important;
    background-color: #fbfaf9;
    float: none;
    height: 40px;
}

/* Module/Motor/CSS/Responsive480/PilotPalmares.css ***************************************/
li.li_idalgo_motor_pilot_palmares_head,
li.li_idalgo_motor_pilot_palmares,
div.div_idalgo_motor_pilot_palmares_total > span{font-size:12px}

span.span_idalgo_motor_pilot_palmares_head_race,
span.span_idalgo_motor_pilot_palmares_head_pole,
span.span_idalgo_motor_pilot_palmares_head_standing,
span.span_idalgo_motor_pilot_palmares_head_victory,
span.span_idalgo_motor_pilot_palmares_head_abandon,
span.span_idalgo_motor_pilot_palmares_head_points{display:none}

span.span_idalgo_motor_pilot_palmares_head_race_mobile,
span.span_idalgo_motor_pilot_palmares_head_pole_mobile,
span.span_idalgo_motor_pilot_palmares_head_standing_mobile,
span.span_idalgo_motor_pilot_palmares_head_victory_mobile,
span.span_idalgo_motor_pilot_palmares_head_abandon_mobile,
span.span_idalgo_motor_pilot_palmares_head_points_mobile{
    position:absolute;
    display:block;
    width:35px;
    height:35px;
    line-height:35px;
    margin-left:100%;
    text-align:center;
}

div.div_idalgo_motor_pilot_palmares_total,
div.div_idalgo_motor_pilot_palmares_list,
div.div_idalgo_motor_pilot_palmares_head{
    position:relative;
    display:block;
    left:40px;
    margin-right:180px;
    height:100%;
    width:inherit;
}

span.span_idalgo_motor_pilot_palmares_head_season,
span.span_idalgo_motor_pilot_palmares_list_season,
span.span_idalgo_motor_pilot_palmares_total_text{
    position:absolute;
    width:40px;
    margin-right:100%;
    right:0;
}

span.span_idalgo_motor_pilot_palmares_head_team,
span.span_idalgo_motor_pilot_palmares_list_team{
    position: absolute;
    width:100%;
}

span.span_idalgo_motor_pilot_palmares_list_team{
    font-weight:bold;
}

span.span_idalgo_motor_pilot_palmares_list_standing_box,
span.span_idalgo_motor_pilot_palmares_total_standing_box{
    left:5.5px;
    float:none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top:-10px;
}

span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_race,
span.span_idalgo_motor_pilot_palmares_total_pole,
span.span_idalgo_motor_pilot_palmares_total_standing,
span.span_idalgo_motor_pilot_palmares_total_victory,
span.span_idalgo_motor_pilot_palmares_total_abandon,
span.span_idalgo_motor_pilot_palmares_total_points{
    position:absolute;
    margin-left:100%;
    width:35px;
    text-align:center;
}

span.span_idalgo_motor_pilot_palmares_head_race_mobile,
span.span_idalgo_motor_pilot_palmares_list_race,
span.span_idalgo_motor_pilot_palmares_total_race{left:-70px}

span.span_idalgo_motor_pilot_palmares_head_pole_mobile,
span.span_idalgo_motor_pilot_palmares_list_pole,
span.span_idalgo_motor_pilot_palmares_total_pole{left:-35px}

span.span_idalgo_motor_pilot_palmares_head_victory_mobile,
span.span_idalgo_motor_pilot_palmares_list_victory,
span.span_idalgo_motor_pilot_palmares_total_victory{left:0px}

span.span_idalgo_motor_pilot_palmares_head_abandon_mobile,
span.span_idalgo_motor_pilot_palmares_list_abandon,
span.span_idalgo_motor_pilot_palmares_total_abandon{left:35px}

span.span_idalgo_motor_pilot_palmares_head_standing_mobile,
span.span_idalgo_motor_pilot_palmares_list_standing,
span.span_idalgo_motor_pilot_palmares_total_standing{left:70px}

span.span_idalgo_motor_pilot_palmares_head_points_mobile,
span.span_idalgo_motor_pilot_palmares_list_points,
span.span_idalgo_motor_pilot_palmares_total_points{left:105px}

/* Module/Motor/CSS/Responsive480/PilotResult.css *****************************************/
div.div_idalgo_motor_pilot_result_content{padding:0 5px;font-size:0.75em;}

span.span_idalgo_motor_pilot_result_content_header_race.idalgo_motor_pilot_mobile_race{text-indent:22px}
span.span_idalgo_motor_pilot_result_content_header_date,
span.span_idalgo_motor_pilot_result_content_line_date{width:20%;left:2%}
span.span_idalgo_motor_pilot_result_content_header_race,
span.span_idalgo_motor_pilot_result_content_line_race{width:30%;left:22%}
span.span_idalgo_motor_pilot_result_content_header_pole,
span.span_idalgo_motor_pilot_result_content_line_pole{width:15%;left:52%}
span.span_idalgo_motor_pilot_result_content_header_standing,
span.span_idalgo_motor_pilot_result_content_line_standing{width:15%;left:67%}
span.span_idalgo_motor_pilot_result_content_header_points,
span.span_idalgo_motor_pilot_result_content_line_points{width:15%;left:82%}

.idalgo_motor_pilot_mobile{display: block}
.idalgo_motor_pilot_desktop{display: none}

div.div_idalgo_motor_pilot_result_content_total_text{left:2%;}
div.idalgo_motor_pilot_result_content{right:3%;}
div.div_idalgo_motor_pilot_result_content_nextrace{left:2%}

span.span_idalgo_motor_pilot_result_content_line_standing_position span,
span.span_idalgo_motor_pilot_result_content_line_standing_position_accident{
    width: 20px;
    height: 20px;
    line-height: 20px;
}

span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_1,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_2,
span.span_idalgo_motor_pilot_result_content_line_standing_position span.span_idalgo_motor_pilot_result_content_line_standing_position_value_3{
    margin-top: 2px;
}

/* Module/Motor/CSS/Responsive480/TeamIdentity.css ****************************************/
div.div_idalgo_motor_team_identity_content{
    font-size: 0.75em;
}

.idalgo_motor_pilot_mobile{
    display: block;
}

.idalgo_motor_pilot_desktop{
    display: none;
}

a.a_idalgo_motor_team_identity_content_line_pilots_value_pilot_photo {
    position:absolute;
    height:40px;width:40px;
    left:-55px;top:2px

}
span.span_idalgo_motor_team_identity_content_line_pilots_value {padding-top:20px}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot {height:40px}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up,
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down {
    height: 20px;line-height:20px;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot + div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot {
    margin-top:10px
}
img.img_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_picture {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
div.div_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down{text-indent:25px;}

span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_up_firstname{text-transform: none}
span.span_idalgo_motor_team_identity_content_line_pilots_value_pilot_details_down_country_name {text-transform: none}

/* Module/Motor/CSS/Responsive480/TeamPilotMatch.css **************************************/
div.div_idalgo_motor_pilotmatch_result_intro {padding: 0;font-size:.75em}
div.div_idalgo_motor_pilotmatch_result_intro > span {width:90%}
span.span_idalgo_motor_pilotmatch_result_content_header_date {font-size: 0.75em}

.idalgo_picture_qualif {right:46%}

.idalgo_picture_races {right:26%}

span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_header_points,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_points,
span.span_idalgo_motor_pilotmatch_result_content_line_points_best,
span.span_idalgo_motor_pilotmatch_result_content_line_pilot_name {font-size:0.857em;text-align:center}


div.div_idalgo_motor_pilotmatch_result_content_line_pilot_picture {display:none}
img.img_idalgo_motor_pilotmatch_result_content_line_pilot_country{margin-left:10px}

span.span_idalgo_motor_pilotmatch_result_content_header_races,
span.span_idalgo_motor_pilotmatch_result_content_line_races_best,
span.span_idalgo_motor_pilotmatch_result_content_line_races{right:20%}

span.span_idalgo_motor_pilotmatch_result_content_header_qualif,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif_best,
span.span_idalgo_motor_pilotmatch_result_content_line_qualif {right:40%}

/* Module/Motor/CSS/Responsive480/TeamResult.css ******************************************/
span.span_idalgo_motor_team_result_content_header_date.idalgo_motor_pilot_mobile_date,
span.span_idalgo_motor_team_result_content_header_points.idalgo_motor_pilot_mobile_points,
span.span_idalgo_motor_team_result_content_line_date,
span.span_idalgo_motor_team_result_content_line_race_countryname.idalgo_motor_pilot_mobile,
span.span_idalgo_motor_team_result_content_line_standing_position,
span.span_idalgo_motor_team_result_content_line_points{font-size:.75em;font-weight:bold}

/* Module/Motor/CSS/Responsive480/TeamHeader.css ******************************************/
div.div_idalgo_motor_team_header{
    height:150px;
}
div.div_idalgo_motor_team_header_background,
div.div_idalgo_motor_team_header_background_filter{height:120px}
div.div_idalgo_motor_team_header_content_left{margin-left:0;}
div.div_idalgo_motor_team_header_content_left_photo{
    margin-left:20px;
    margin-top:80px;
}
div.div_idalgo_motor_team_header_content img.img_idalgo_motor_team_header_content_left_photo_picture {
    width:72px;height:72px
}
div.div_idalgo_motor_team_header_footer{
    margin-left:0;margin-right:0;
}
div.div_idalgo_motor_team_header_footer_country{
    position:absolute;display: block;
    right:0;left:128px;
    padding-right:40px;
    height:30px;
    overflow:hidden;
    text-align:right
}

div.div_idalgo_motor_team_header_content_right{
    height:100%;
    margin-left:0;
    position: absolute;
    right:10px
}

span.span_idalgo_motor_team_header_footer_number {
    position:absolute;left:100px;
    font-size:0.75em
}
span.span_idalgo_motor_team_header_footer_country{float:none;font-size:0.75em}
img.img_idalgo_motor_team_header_footer_country{position:absolute;right:0}

span.span_idalgo_motor_team_header_content_right_name_lastname,
span.span_idalgo_motor_team_header_content_right_name_firstname{
    font-size: 1.5em;

}
div.div_idalgo_motor_team_header_content_right_name{margin-top:75px}
span.span_idalgo_motor_team_header_content_right_name_firstname{margin-top:-40px}

img.img_idalgo_motor_team_header_background{height:100%}

/* Module/Motor/CSS/Responsive480/TeamPalmares.css ****************************************/
span.span_idalgo_motor_team_palmares_head_race,
span.span_idalgo_motor_team_palmares_head_pole,
span.span_idalgo_motor_team_palmares_head_standing,
span.span_idalgo_motor_team_palmares_head_points{display:none}

span.span_idalgo_motor_team_palmares_head_race_mobile,
span.span_idalgo_motor_team_palmares_head_pole_mobile,
span.span_idalgo_motor_team_palmares_head_standing_mobile,
span.span_idalgo_motor_team_palmares_head_points_mobile{
    position:absolute;
    display:block;
    width:50px;
    height:35px;
    line-height:35px;
    margin-left:100%;
    text-align:right;
}

div.div_idalgo_motor_team_palmares_total,
div.div_idalgo_motor_team_palmares_list,
div.div_idalgo_motor_team_palmares_head{
    position:relative;
    display:block;
    left:50px;
    margin-right:250px;
    height:100%;
    width:inherit;
}

span.span_idalgo_motor_team_palmares_head_season,
span.span_idalgo_motor_team_palmares_list_season,
span.span_idalgo_motor_team_palmares_total_text{
    position:absolute;
    width:50px;
    margin-right:100%;
    right:0;
}

span.span_idalgo_motor_team_palmares_head_team,
span.span_idalgo_motor_team_palmares_list_team{
    position: absolute;
    width:100%;
}

span.span_idalgo_motor_team_palmares_list_team{
    font-weight:bold;
}

span.span_idalgo_motor_team_palmares_list_standing_box,
span.span_idalgo_motor_team_palmares_total_standing_box{
    right:0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top:-10px;
}

span.span_idalgo_motor_team_palmares_list_race,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_race,
span.span_idalgo_motor_team_palmares_total_pole,
span.span_idalgo_motor_team_palmares_total_standing,
span.span_idalgo_motor_team_palmares_total_points{
    position:absolute;
    margin-left:100%;
    width:50px;
    text-align:right;
}

span.span_idalgo_motor_team_palmares_head_pole_mobile,
span.span_idalgo_motor_team_palmares_list_pole,
span.span_idalgo_motor_team_palmares_total_pole{left:50px}

span.span_idalgo_motor_team_palmares_head_standing_mobile,
span.span_idalgo_motor_team_palmares_list_standing,
span.span_idalgo_motor_team_palmares_total_standing{left:100px}

span.span_idalgo_motor_team_palmares_head_points_mobile,
span.span_idalgo_motor_team_palmares_list_points,
span.span_idalgo_motor_team_palmares_total_points{left:150px}

li.li_idalgo_motor_team_palmares_head span,
li.li_idalgo_motor_team_palmares span,
li.li_idalgo_motor_team_palmares_total span{font-size:0.75em}
li.li_idalgo_motor_team_palmares_total span.span_idalgo_motor_team_palmares_total_text{font-size:0.6875em}

/* Module/Sport/CSS/Responsive480/Result.css **********************************************/
/***** Liste de r&eacute;sultats *****/
span.span_idalgo_content_result_date_list_result_content_noc {width:50px}
span.span_idalgo_content_result_date_list_result_content_noc img {
    margin-top:-7px;
    margin-left:-12px;
    width:24px;
}
span.span_idalgo_content_result_date_list_result_content_pos,
span.span_idalgo_content_result_date_list_result_content_name,
div.div_idalgo_content_result_date_list_result_content span.span_idalgo_content_result_date_list_result_content_value {
    font-size:0.875em
}

/* Module/Football/CSS/Responsive480/CompetitionIdentityPresentation.css ******************/
@CHARSET "UTF-8";

ul.ul_idalgo_content_competition_identity_presentation_content_infos li {border:none;}
ul.ul_idalgo_content_competition_identity_presentation_content_infos li div {width:100%;display:block; border-top:1px solid #e4e2dd;}

/* Module/Football/CSS/Responsive480/CompetitionStadiumList.css ***************************/

/** Nav des stadiums **/
div.div_idalgo_competition_stadium_list_content_mobile{position:relative;display:block}

/** Suppression de cette div **/
div.div_idalgo_competition_stadium_list_content > div.div_idalgo_competition_stadium_list_content{display:none}

/** Remplacement des noms des equipes par les 3 premieres lettres **/
a.a_idalgo_competition_stadium_list_calendar_match_localteam_shortname,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_shortname{display:block}

a.a_idalgo_competition_stadium_list_calendar_match_localteam_name,
a.a_idalgo_competition_stadium_list_calendar_match_visitorteam_name{display:none}

/** Navigation **/
div.div_idalgo_competition_stadium_list_content_mobile_nav{position:relative;height:280px;overflow:hidden}
span.span_idalgo_competition_stadium_list_content_mobile_nav_prev{cursor:pointer;height:50px;position:absolute;bottom:30px;left:5%;width:50px;z-index:1}
span.span_idalgo_competition_stadium_list_content_mobile_nav_next{cursor:pointer;display:block;height:50px;position:absolute;bottom:30px;right:5%;width:50px;z-index:1}

ul.ul_idalgo_competition_stadium_list_content_mobile_nav li.li_idalgo_competition_stadium_list_content_mobile_nav{position:relative;width:320px;max-width:100%;margin:0 auto}

div.div_idalgo_competition_stadium_list_content_mobile div.div_idalgo_competition_stadium_list_stadium_info{margin-top:20px}

/** Calendrier **/
div.div_idalgo_competition_stadium_list_content_mobile ul.ul_idalgo_competition_stadium_list_calendar{margin-bottom:20px}

/* Module/Football/CSS/Responsive480/CompetitionHistoryPresentation.css *******************/
/** Affichage des fleches **/
span.span_idalgo_content_competition_history_presentation_next,
span.span_idalgo_content_competition_history_presentation_previous{position:absolute;height:50px;top:105px}
span.span_idalgo_content_competition_history_presentation_previous{left:50px}
span.span_idalgo_content_competition_history_presentation_next{right:50px;display:block}
/** Listes logo **/
div.div_idalgo_content_competition_history_presentation{overflow:hidden;height:200px}
ul.ul_idalgo_competition_history_presentation{position:absolute;left:50%;margin-left:-70px;height:170px;width:140px}
ul.ul_idalgo_competition_history_presentation li.li_idalgo_competition_history_presentation{width:100%;top:-35px;margin-top:50px}
ul.ul_idalgo_competition_history_presentation li div.div_idalgo_competition_history_presentation_title span{margin-left:-20px}
/** Suppression de la fleche pr&egrave;s de la date **/
span.span_idalgo_competition_history_presentation_title div.div_idalgo_competition_history_presentation_title_arrow{display:none}

/* Module/Pattern/CSS/Responsive480/LiveBloggingTopNews.css *******************************/

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title_action{z-index:3}

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

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging{margin-right:10px}

/* Module/Common/CSS/Responsive480/LiveBloggingScoreBoard.css *****************************/
div.div_idalgo_content_live_blogging_score_board_status {font-size: 0.875em}

div.div_idalgo_content_live_blogging_score_board_content_local,
div.div_idalgo_content_live_blogging_score_board_content_visitor{width:50%}
span.span_idalgo_content_live_blogging_score_board_content_local,
span.span_idalgo_content_live_blogging_score_board_content_visitor{font-size:1em}

div.div_idalgo_content_live_blogging_score_board_content_local_cnt,
div.div_idalgo_content_live_blogging_score_board_content_visitor_cnt{height:60px;margin-top:30px}
img.img_idalgo_content_live_blogging_score_board_content_visitor_cnt,
img.img_idalgo_content_live_blogging_score_board_content_local_cnt{width:55px;height:55px}

div.div_idalgo_content_live_blogging_score_board_content_center_score{font-size:2em;margin-top:0;top:50px;height:1em}

/* Module/Sport/CSS/Responsive480/MatchGamesVersus.css ************************************/
div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_localteam{left:auto;right:10px;width:22px;height:auto;margin-top:-7px}
div.div_idalgo_dom_match_games_versus img.img_idalgo_dom_match_match_visitorteam{left:10px;right:auto;width:22px;height:auto;margin-top:-7px}

div.div_idalgo_dom_match_games_versus_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_suffix{left:0}
div.div_idalgo_dom_match_games_versus_match_localteam span.span_idalgo_dom_match_match_localteam_suffix{right:0}

/* Module/Common/CSS/Responsive480/MainDomMatchGamesTable.css *****************************/
li.li_idalgo_dom_match_games_list_result_content img.img_idalgo_content_sport_score_center_competition_title_logo + span {
    left:40px;white-space: normal;overflow: visible;
    line-height: 1em;
    top: 10px;
}

li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_position {
    font-size: 1em;
    height: 28px;
    line-height: 28px;
    width: 28px;
    top:10px;
    left:10px
}

li.li_idalgo_dom_match_games_list_result_content span,
span.span_idalgo_dom_match_games_list_result_content_name {font-size:0.75em}
li.li_idalgo_dom_match_games_list_result_content img.img_idalgo_dom_match_games_list_result_content_noc {left:50px}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_firstname{display: none}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_name{
    left:80px;right:110px;
}
li.li_idalgo_dom_match_games_list_result_content span.span_idalgo_dom_match_games_list_result_content_cnt {width:60px}

/* Module/Common/CSS/Responsive480/MainDomMatchPeriod.css *********************************/
div.div_idalgo_dom_match_period[data-status="0"] div.div_idalgo_dom_match_match_score {
    position: absolute;display: block;
    width: 70px;height: 100%;
    top: 0;left: 50%;
    margin-left: -35px;
}

div.div_idalgo_dom_match_period ul.ul_idalgo_dom_match_match_set{display:none}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match img.img_idalgo_dom_match_match_visitorteam{left:10px}

div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam {
    font-size:0.75em;
    overflow: hidden;
    text-overflow: ".";
    white-space: nowrap;
}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match span.span_idalgo_dom_match_match_visitorteam{
    margin-left:32px;
    margin-right:0;
}
div.div_idalgo_dom_match_period div.div_idalgo_dom_match_match div.idalgo_icon_team_qualify {left:-5px}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam span,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_localteam span,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_visitorteam span{
    line-height:38px
}

div.div_idalgo_dom_match_period span.span_idalgo_dom_match_match_localteam span.span_idalgo_dom_match_match_localteam_txt,
div.div_idalgo_dom_match_period span.span_idalgo_dom_match_match_visitorteam span.span_idalgo_dom_match_match_visitorteam_txt {
    margin-left:18px;margin-right:0
}
div.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_score,
div.div_idalgo_dom_match_period[data-code-status="3"] div.div_idalgo_dom_match_match_score {
    left:auto;right:7px;
    width:65px;
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_score{
    height:76px;top:50%;margin-top:-38px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local {
    top:25%;margin-top:-15px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_visitor,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_visitor {
    top:75%;margin-top:-15px
}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square ,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3{top:0}
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_1 span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_score_square_score span.span_idalgo_score_square_score_local:after,
div.div_idalgo_dom_match_period div.div_idalgo_score_square_status_3 span.span_idalgo_score_square_score_local:after{
    width:65px;left:-14px
}

div.div_idalgo_dom_match_period div.div_idalgo_score_square_score span.span_idalgo_score_square_score{font-size:14px}

/** JO **/
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam{
    width: 100%;
}

div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="1"] div.div_idalgo_dom_match_match_visitorteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_localteam > span,
div.div_idalgo_dom_match_games.div_idalgo_dom_match_period[data-code-status="2"] div.div_idalgo_dom_match_match_visitorteam > span{
    margin-left:0;right:72px;overflow:visible;
}

/* Module/Common/CSS/Responsive480/MainDomPerson.css **************************************/
/* Photo person */
div.div_idalgo_dom_person_left{width:70px}
div.div_idalgo_dom_person_left_picture{
    top:11px;
    margin-top:0;
    padding:2px
}

/* Information */
div.div_idalgo_dom_person_content{
    margin-left:70px;
    margin-right:66px;
    padding-top:6px;
}
img.img_idalgo_dom_person_content_noc{top:auto;bottom:10px}
div.div_idalgo_dom_person_content > div{padding-left:0}

span.span_idalgo_dom_person_content_info_firstname,
span.span_idalgo_dom_person_content_info_name{font-size:0.6875em}

div.div_idalgo_dom_person_content_info,
div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person_content_weight{height:0.875em;line-height:.875em}

div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person_content_weight span{font-size:0.6875em;float:left}

/* Zoning sport */
div.div_idalgo_dom_person_sport{width:66px;padding:0}
div.div_idalgo_dom_person_sport_name{position:absolute;top:50px;left:0;width:100%}
div.div_idalgo_dom_person_sport_name > span{font-size:.65em}
div.div_idalgo_dom_person_sport_picture{
    width:20px;height:20px;
    margin-left:-10px;
    bottom:40px;
}
div.div_idalgo_dom_person_text{left:70px;right:66px;font-size:.75em}
/* Chances de medailles */
div.div_idalgo_dom_person.idalgo_sport_medal_chances{height:7.3125em}
div.div_idalgo_dom_person span.idalgo_sport_sprite.idalgo_sport_medal_on{top:65px;left:19px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_left_picture{
    height:50px;width:50px;
    margin-left:-25px;margin-top:0;
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances img.img_idalgo_dom_person_content_noc{top:auto;bottom:32px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content{padding-top:8px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_info{line-height:1.25em;height:1.25em}

div.div_idalgo_dom_person.idalgo_sport_medal_chances span.span_idalgo_dom_person_content_info_name {
    font-size:.875em
}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight{
    height:.875em;line-height:.875em
}

div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_age span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_height span,
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_content_weight span{font-size:0.6875em}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_name{top:70px}
div.div_idalgo_dom_person.idalgo_sport_medal_chances div.div_idalgo_dom_person_sport_picture{
    bottom:50px;
    background-color:#003978
}

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

span.span_idalgo_paper_catchline, p.p_idalgo_paper_content {font-size:1em}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerMenu.css ********************/
ul.ul_idalgo_football_list_player_menu{width:auto}
li.li_idalgo_football_list_player_menu{width:33%}
li.li_idalgo_football_list_player_menu a.a_idalgo_football_list_player_menu{margin:0 auto}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerFiltre.css ******************/
div_idalgo_football_list_player_filtre{margin-top:45px}
div.div_idalgo_football_list_player_filtre_legend{top:-45px}
div.div_idalgo_football_list_player_filtre_standing{font-size:1em}
div.div_idalgo_football_list_player_filtre_standing > div{display:block;height:35px}

/* L&eacute;gende */
div.div_idalgo_football_list_player_filtre_legend{width:auto}
div.div_idalgo_football_list_player_filtre_legend_opened{background-position:10px 30px}
div.div_idalgo_football_list_player_filtre_legend_opened_form_form{margin-left:230px}
span.span_idalgo_football_list_player_filtre_legend_opened_form_form{font-size:0.8em}

/* Twitter */
div.div_idalgo_football_list_player_filtre_twitter{display:none}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayer.css ************************/
span.span_idalgo_football_list_player_content_date_inner_txt{font-size:1.2em}

h2.h2_idalgo_football_list_player_header_top_name{top:0;font-size:22px}

div.div_idalgo_football_list_player_header_top{height:100px}
div.div_idalgo_football_list_player_header_top_squad{top:110px;top:130px}
div.div_idalgo_football_list_player_header_top_squad span{font-size:12px}
li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team_logo{top:75px}
li.li_idalgo_football_list_player_header span.span_idalgo_football_list_player_header_top_team{top:60px}
div.div_idalgo_football_list_player_header_top span.span_idalgo_football_list_player_header_top_poste{position:absolute;display:inline;top:30px;left:235px;line-height:20px;height:auto}
div.div_idalgo_football_list_player_header_top h3.h3_idalgo_football_list_player_header_top_status{left:0;font-size:12px;padding:5px 10px;top:170px;width:100%}
h3.h3_idalgo_football_list_player_header_title{left:auto;width:auto}
p.p_idalgo_football_list_player_header_comment{margin-left:0;top:0;margin-top:0}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerRecap.css *******************/
div.div_idalgo_football_list_player_recap li.li_idalgo_football_list_player_header{height:290px}
div.div_idalgo_football_list_player_recap_content{top:70px;padding:0}

/* Customer/Lesoir/Sport/Football/CSS/Responsive480/ListPlayerStat.css ********************/
div.div_idalgo_football_list_player_stat li.li_idalgo_football_list_player_header{height:375px}
div.div_idalgo_football_list_player_stat_content{top:70px;padding-left:0}
span.span_idalgo_football_list_player_stat_content_stat_value{font-size:1.7em;line-height:1.5em}

/* Customer/Lesoir/Sport/Common/CSS/Responsive480/Lesoir.css ******************************/
/* TITLE */
div.div_idalgo_container h2.idalgo_title1{font-size:1em}



    h1.h1_idalgo{
        height:40px
    }
}