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

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

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

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

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

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

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

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


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

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

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

.div_idalgo_pointer {
    cursor:pointer;
}

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

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

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

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

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

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

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

    --color-01:#881424;
    --color-02:#c34046;

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

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

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

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

    --font-01:Verdana;
    --font-02:Verdana;
    --font-size:1em
}
.idalgo{
    position:relative;
    color:var(--color-grey-05);
    font-family:var(--font-01);
    font-size:var(--font-size)
}
.idalgo button{
    font-family:var(--font-01)
}
.idalgo a{
    color:var(--color-grey-05)
}
.idalgo a[href]{
    color: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 li{
    list-style:none
}
.idalgo a[href]:hover{
    text-decoration:none
}
amp-script{
    opacity:1
}
/* Legacy */
div.div_idalgo_container table tbody tr:hover{
    background-color:transparent
}
.idalgo .sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden
}

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

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

/* Module/Common/CSS/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:#881424;
    /*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 #d4d4d4;
    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: #333333;
    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: #ccff66;
}

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:#f5f5f5;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:#636363}
ul.ul_idalgo_nav_tab > li > span{text-align:center;line-height:1.888em;font-size:0.625em;color:#636363;margin-right:5px}

/** Affichage en Tab **/
ul.ul_idalgo_nav_tab{position:relative;border-bottom:1px solid #d4d4d4;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 #d4d4d4;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:#881424;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:#949494;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:#949494;background-color:#ffffff;border:1px solid #d4d4d4;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:#881424;background-color:#f5f5f5;}

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

/* 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('https://solusoft.idalgo-hosting.com/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/MainDomTitle.css *****************************************************/

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


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

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

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

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

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

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


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

}

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

div.idalgo_title1_center_widget h2 {
    display: block;
    font-family: Verdana;
    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:#c34046;
}
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:#881424}

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

/** 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:Verdana;
    color:#333333;
    line-height:1.25em;
    text-transform:uppercase;
    text-align:left
}

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

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

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

/** ICONE TITRE 2 **/
span.idalgo_title2_icon_show ,
span.idalgo_title2_icon_hide {
    position:absolute;
    height:24px;
    width:30px;
    top:50%;
    margin-top:-12px;
    right:0;
    cursor:pointer;
    margin-right:10px;
    background-image:url('https://solusoft.idalgo-hosting.com/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: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(, 0.75);
  vertical-align: middle;
  font:0.6875em/2.7272em Verdana;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  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: #f5f5f5;
}
.button_idalgo.active{
  background-color: #f5f5f5;
  outline: 0;
}
.div_idalgo_container .button_idalgo_selected{color:#881424;}

.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: #ffc90e;
  background-image: -moz-linear-gradient(top, #ffc90e, #ffc90e);
  background-image: -ms-linear-gradient(top, #ffc90e, #ffc90e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc90e), to(#ffc90e));
  background-image: -webkit-linear-gradient(top, #ffc90e, #ffc90e);
  background-image: -o-linear-gradient(top, #ffc90e, #ffc90e);
  background-image: linear-gradient(top, #ffc90e, #ffc90e);
}
.button_idalgo_status_draw:hover{
  background-color: #ffc90e;
}

.button_idalgo_status_other {
  background-color: #d4d4d4;
}

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

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

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

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

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*/
div.div_idalgo_dom_match img.img_idalgo_dom_match_match_localteam,
div.div_idalgo_dom_match 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:#881424}

/* 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:Verdana;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:#d4d4d4;color:#333333}

div.div_idalgo_score_square_status_end span.span_idalgo_score_square_score{
    background-color:transparent;color:#c34046;border-color:#d4d4d4}

/* 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:#333333;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,
a.a_idalgo_dom_match_link_event{
    position:relative;display:inline-block;height:2.255em;padding:0 10px;box-sizing:content-box;
    text-transform:uppercase;color:#881424;font-size:0.75em;line-height:2.255em;font-weight:bold;
    border-top:1px solid #d4d4d4}

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

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

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

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

/* Module/Common/CSS/Title.css ************************************************************/
/* || Title Widget */
.idalgo h2.title.widget{
    position:relative;
    margin:0;
    padding:10px;
    display:grid;
    grid-template-columns:1fr 40px;
    grid-template-rows:minmax(18px, auto) minmax(15px, auto);
    width:100%;
    box-sizing:border-box
}
.idalgo h2.title.widget > time,
.idalgo h2.title.widget > span{
    grid-column:1;
    grid-row:1;
    font-size:.625em;
    font-weight:bold;
    font-family:var(--font-02);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.idalgo h2.title.widget > span + time,
.idalgo h2.title.widget > time + time,
.idalgo h2.title.widget > span + span{
    grid-column:1;
    grid-row:2;
    font-size:.5em;
    color:var(--color-grey-04)
}

/* || SVG Widget */
.idalgo h2.title.widget > img,
.idalgo h2.title.widget > svg{
    grid-column:2;
    grid-row:1 / 3;
    justify-self:end;
    align-self:center;
    right:10px;
    bottom:10px;
    max-height:30px;
    max-width:40px
}
.idalgo h2.title.widget > svg{
    fill:var(--color-01)
}
.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)
}
.idalgo h2.title.widget > svg .bg{
    fill:none
}

/* || 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/Pattern/CSS/Statistic.css *******************************************************/
/* Statistiques joueur */

/** Colonne de gauche **/
div.div_idalgo_content_statistic_average_left {
    width: 25%;
    float: left;
    color: #636363;
}
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: #636363;
    border-left:1px solid #d4d4d4;
    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:#881424;
    background-color: #ccff66;
}
/** 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-02)
}
.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;
    align-items:unset
}
.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)
}

/* || link */
.idalgo.widget a.foot{
    margin-left:10px;
    margin-right: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: #636363;
}
div.div_idalgo_content_football_statistic_average_right {
    width: 75%;
    margin-left: 25%;
    color: #636363;
    border-left:1px solid #d4d4d4;
    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:#881424;
    background-color: #ccff66;
}

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/Common/CSS/Button.css ***********************************************************/
.idalgo .button{
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:16px;
    min-height:40px;
    width:fit-content;
    padding:0 20px;
    align-self:center;
    color:var(--color-01);
    font-size:.875em;
    border:1px solid var(--color-grey-02);
    border-radius:4px;
    background-color:transparent;
    cursor:pointer;
    transition:all .4s ease-in-out;
    text-align:center
}
.idalgo .button.selected,
.idalgo .button:hover,
.idalgo .button:active,
.idalgo .button:focus{
    background-color:var(--color-01);
    color:var(--color-light)
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

span.span_idalgo_content_standing_form_detail_day {
    width:10%;
}

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

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

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

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

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

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


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

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

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

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

/* Module/Football/CSS/Standing.css *******************************************************/
div.div_idalgo_content_football_standing{
    position:relative;
}

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

/* Module/Pattern/CSS/MenuLanguage.css ****************************************************/
button.button_idalgo_menu_language{
    display:none
}

/* 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 #d4d4d4;
    -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:#d4d4d4;
    border-right:0 none;
}
div.div_idalgo_content_competition_navigation_days_listbox_before button{
    border-color:#d4d4d4;
}
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:#d4d4d4;
    text-align:center;
    line-height:38px;
    font-size:0.8125em;
    color:#881424;
    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:#d4d4d4;
    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:#d4d4d4;
}
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/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:#881424;
    box-sizing:border-box
}
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:#d4d4d4;
    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:#d4d4d4;
    background-color:transparent;
    color:#949494;
    font-weight:bold;
    font-size:0.688em;
    line-height:20px;
    cursor:pointer;
}
button.button_idalgo_submenu_close:hover{
    color:#636363;
}




/** PERSONNALISATION DES MENUS **/
div.div_idalgo_menu_type_1 nav.nav_idalgo_menu{
    background-color:#333333;
}
div.div_idalgo_menu_type_1 li.li_idalgo_menu_selected{
    color:#ccff66;
}
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:#d4d4d4;
}
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:#333333;
}
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:#636363;
}
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:#c34046;
}
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:#881424;
}
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:#881424;
    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:#f2f1ed;
    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:#881424;
    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/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:#333333;
    background-color: #f5f5f5;
    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 #d4d4d4;}
ul.ul_idalgo_content_result_date_list_match li.li_idalgo_content_result_date_list_match+li{border-top:none;}
ul.ul_idalgo_content_result_group_list{
    margin:0;
    padding:0;
    list-style: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 #f5f5f5;background:#f5f5f5;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: #f5f5f5;
    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: #f5f5f5;
    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: #ccff66;
}

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: #881424;
}

div.div_idalgo_content_result span.span_idalgo_content_standing_position {
    color: #333333;
}

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: #ffc90e;
    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: #c34046;
    font-weight: bold;
}

/* Module/Football/CSS/Result.css *********************************************************/

div.div_idalgo_content_football_result{position:relative}

/* 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:#881424;
    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/Football/CSS/ResultPaper.css ****************************************************/

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

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

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

/* Module/Pattern/CSS/StandingFrieze.css **************************************************/
div.div_idalgo_content_standing_frieze{
    position:relative;
    margin-top:10px;
    border-top:1px solid #f5f5f5;
    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:#881424;
}
li.li_idalgo_content_standing_frieze_position_11,
li.li_idalgo_content_standing_frieze_position_10{
    border-color:#333333;
}
li.li_idalgo_content_standing_frieze:hover{
    background-color:#ccff66;
   -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 #d4d4d4;
    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:27px;
    text-indent:4px;
    text-align:left;
}
li.li_idalgo_content_standing_frieze_position_2 a.a_idalgo_content_standing_frieze{
    border-color:rgba(,0.5) #d4d4d4;
}
li.li_idalgo_content_standing_frieze_position_3 a.a_idalgo_content_standing_frieze{
    border-color:rgba(,0.7) #d4d4d4;
}
li.li_idalgo_content_standing_frieze_position_4 a.a_idalgo_content_standing_frieze{
    border-color:rgba(,0.9) #d4d4d4;
}
li.li_idalgo_content_standing_frieze_position_11 a.a_idalgo_content_standing_frieze{
    border-color:rgba(,0.6) #d4d4d4;
}
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:#c34046;
}
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 #949494;
}
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 #d4d4d4;
    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:#f5f5f5;
    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 #d4d4d4;
    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:#f5f5f5;
}
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 #d4d4d4;
}
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: #d4d4d4;
    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: #d4d4d4;
    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: #d4d4d4;
    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:#d4d4d4;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:#d4d4d4;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:#d4d4d4;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:#d4d4d4;bottom:0;left:0;}

div.div_idalgo_content_football_result_table_left_right_eighth_top_eightth_separate_top {
    height: 1px;
    background: #d4d4d4;
    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: #d4d4d4;
    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 #333333;
    position: absolute;
    top: 74px;
    left: 152px;
    }

div.div_idalgo_content_football_result_table_right_right_eighth_top_eightth_separate_top {
    height: 1px;
    background: #d4d4d4;
    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: #d4d4d4;
    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 #333333;
    position: absolute;
    right: 153px;
    top: 74px;
    }

div.div_idalgo_content_football_result_table_left_right_eighth_bottom_eightth_separate_bottom {
    height: 1px;
    background: #d4d4d4;
    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: #d4d4d4;
    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 #333333;
    position: absolute;
    left: 152px;
    top: 9px;
    }

div.div_idalgo_content_football_result_table_right_right_eighth_bottom_eightth_separate_bottom {
    height: 1px;
    background: #d4d4d4;
    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: #d4d4d4;
    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 #333333;
    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/Common/CSS/DateTime.css *********************************************************/
div.div_idalgo_datetime[data-selected="default"] span.span_idalgo_datetime_default,
div.div_idalgo_datetime[data-selected="local"] span.span_idalgo_datetime_local{color:#c34046;font-size:0.6875em}
div.div_idalgo_datetime[data-selected="default"] span.span_idalgo_datetime_local,
div.div_idalgo_datetime[data-selected="local"] span.span_idalgo_datetime_default{display:none}
div.div_idalgo_datetime button{display:none;font-size:0.6875em}

/* Customer/Solusoft/Sport/Common/CSS/Main.css ********************************************/
/* || main */
div.div_idalgo_page{
    display:flex;
    flex-direction:column;
    width:100%;
}
div.div_idalgo_content_full{
    display:flex;
    align-items:start;
    flex:0 0 100%;
    width:100%;
}
div.div_idalgo_content{
    flex:0 1 100%;
    margin-bottom:32px;
}
div.div_idalgo_aside{
    flex:0 1 auto
}
div.div_idalgo_aside > *{
    width:300px;
    margin-left:32px;
    margin-bottom:32px;
}

@media only screen and (max-width: 980px){
    div.div_idalgo_aside > *{
        margin-left:16px;
        width:240px;
    }
}

@media only screen and (max-width: 768px){
    div.div_idalgo_content_full{
        flex-direction:column;
        align-items:initial;
    }
    div.div_idalgo_content,
    div.div_idalgo_aside{
        flex:1 1 auto
    }
    div.div_idalgo_aside > *{
        width:initial;
        margin-left:0;
    }
}

/* Customer/Solusoft/Sport/Common/CSS/Root.css ********************************************/
ul{
    margin:auto;
    padding:0;
    list-style:none;
}

/* || Tools */
.tools > .switchDarkMode{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    gap:5px
}
.tools > .switchDarkMode > .theme{
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:5px;
    background-color:var(--color-bg2);
    border-radius:100px;
    padding:2px;
    box-sizing:border-box
}
.tools > .switchDarkMode > .theme > input{
    display:none
}
.tools > .switchDarkMode > .theme > label{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    height:26px;
    align-items:center;
    cursor:pointer
}
.tools > .switchDarkMode > .theme > label > span{
    margin:0 5px
}
.tools > .switchDarkMode > .theme > input[data="light"]:checked ~ label[for="theme-light"],
.tools > .switchDarkMode > .theme > input[data="dark"]:checked ~ label[for="theme-dark"]{
    display:none
}
.tools > .switchDarkMode > .theme > .slider{
    position:absolute;
    top:2px;
    left:2px;
    height:26px;
    width:26px;
    display:block;
    border-radius:100%;
    background-color:var(--color-bg);
    z-index:1
}
.tools > .switchDarkMode > .theme > input[data="dark"]:checked ~ .slider{
    left:inherit;
    right:2px
}
.tools > .switchDarkMode > .theme > label > svg{
    height:100%;
    stroke:var(--color-ft);
    fill:none;
    padding:3px;
    border-radius:100%;
    box-sizing:border-box;
    z-index:2
}

/* || main */
body > article{
    display:flex;
    flex-direction:column;
}
body > article .full{
    display:flex;
    align-items:start;
}
main{
    flex:1 1 100%;
    margin-bottom:32px;
}
aside{
    flex:0 1 auto
}
aside > *{
    width:300px;
    margin-left:32px;
    margin-bottom:32px;
}

@media only screen and (max-width: 980px){
    body > article .full{
        flex-direction:column;
        align-items:initial;
    }
    main,
    aside{
        flex:1 1 auto
    }
    aside > *{
        width:initial;
        margin-left:0;
    }
}

/* Customer/Solusoft/Sport/Common/CSS/Solusoft.css ****************************************/
:root{
    --color-bg: #ddd;
    --color-bg2: #fff;
    --color-ft: #000;
    box-sizing:border-box
}

body{
    display:flex;
    flex-direction:column;
    background-color:var(--color-bg);
    color:var(--color-ft);
    align-items:center;
    font-family:arial;
}

/* || header */
body > header{
    flex:1 1 48px;
    width:100%;
    display:flex;
    align-items:center;
    justify-items: stretch;
    margin-bottom:16px;
    flex-wrap:wrap;
    gap:8px
}
body > header > img,
body > header > svg,
body > header > h1,
body > header > .nav_idalgo_menu_language{
    background-color:white;
    color:black;
    border:1px solid #ccc;
    border-radius:24px;
    box-sizing:border-box;
}
body > header > svg{
    padding:4px 8px 4px 4px;
    height:48px;
}
body > header > img{
    padding:4px 8px;
    height:48px;
}
body > header > h1,
body > header > .nav_idalgo_menu_language{
    padding:4px 16px;
    display:flex;
    margin:0;
    min-height:48px;
}

/* || Lang */
nav.nav_idalgo_menu_language > ul {
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    align-items:center;
    justify-items: stretch;
}
nav.nav_idalgo_menu_language ul.ul_idalgo_menu_language li {
    margin:0 4px;
    flex:1 1 auto
}
nav.nav_idalgo_menu_language ul.ul_idalgo_menu_language li.li_idalgo_menu_language_selected a span {
    color:#881424;
    text-transform:uppercase;
}
nav.nav_idalgo_menu_language ul.ul_idalgo_menu_language li:hover a span {
    color:#ccff66;
    background-color:#881424;
    text-transform:uppercase;
}

/* || main */
body > article{
    flex:1 1 auto;
    width:100%;
    max-width:1200px;
    background-color:var(--color-bg2);
    border-radius:8px;
    padding:16px;
    box-sizing:border-box;
}

@media only screen and (max-width: 980px){
    /* || article */
    body > article{
        padding:8px;
    }
}


/* Customer/Solusoft/Sport/Common/CSS/Responsive980.css ***********************************/
@media only screen and (max-width: 980px){
    
}

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

.idalgo_show_mobile {display:none;}

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

/* Module/Pattern/CSS/Responsive768/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:#881424;
    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:#949494;
}
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:#636363;
    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:#881424;

    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:#881424;
    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: #f5f5f5;
    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: #881424;
}
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:#d4d4d4;
}
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 #949494;
}


/* 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/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/ResultTable.css ***************************************/
div.div_idalgo_content_football_result_table{display:none}


}

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

.idalgo_hide_mobile {display:none;}

/* Module/Common/CSS/Responsive480/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/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,
a.a_idalgo_dom_match_link_event{
    height:1.5em;padding-top:5px;padding-bottom:5px;font-weight:normal;line-height:1.3em
}

/* Module/Common/CSS/Responsive480/Title.css **********************************************/
.idalgo h2.title.module{
    font-size:.875em
}

/* 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: #636363;
    border-bottom:1px solid #d4d4d4;
    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: #636363;
    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/Pattern/CSS/Responsive480/Standing.css ******************************************/
div.div_idalgo_content_standing_content_content{position:relative;display:block}
div.div_idalgo_content_standing_content_content_standing{position:relative}

div.div_idalgo_content_standing_line{margin-right:115px}

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

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

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

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

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

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

li.li_idalgo_content_standing_group_list_team{height:2em}

/* 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/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:#881424}
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 #d4d4d4;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 #d4d4d4;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:#881424;right:15px;top:-30px;cursor:pointer;}

/* 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/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/H1.css ************************************************/
h1.h1_idalgo{
    margin:5px 0;
    text-indent:40px
}
h1.h1_idalgo span.h1_idalgo_title{
    font-size:0.75em;
    line-height:30px;
    margin:0 5px;
    white-space:normal;
}

/* Module/Pattern/CSS/Responsive480/StandingFrieze.css ************************************/
div.div_idalgo_content_standing_frieze{display:none}


}