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

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

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

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

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

a.a_idalgo_instagram_link {color:#125688}

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

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

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

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

/* Module/Pattern/CSS/WidgetResult.css ****************************************************/

div.div_idalgo_widget_result{position:relative;}
div.div_idalgo_widget_result_content{position:relative;}
ul.ul_idalgo_widget_result_tab{position:relative;list-style:none;padding:0}
ul.ul_idalgo_widget_result_tab li.idalgo_fade{
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}
li.li_idalgo_widget_result_tab{position:relative;}
ul.ul_idalgo_widget_result_tab_date{position:relative;list-style:none;padding:0}
li.li_idalgo_widget_result_tab_date{position:relative;display:block;margin-bottom:10px;}
div.div_idalgo_widget_result_tab_nav{position:relative;text-align:center;font-size:0.75em;margin-bottom:1em;}
div.div_idalgo_widget_result_tab_nav ul li a{padding: 0 3em;word-wrap:normal}
div.div_idalgo_widget_result_tab_date_title{
    position:relative;display:block;
    text-align:left;
    text-indent:5px;
    font-size:0.6875em;
    line-height:1.5em;
    color:#333333;
}
ul.ul_idalgo_widget_result_tab_date_match{list-style:none;padding:0}
ul.ul_idalgo_widget_result_tab_date_match li:nth-child(even){background-color: #ffffff;}
ul.ul_idalgo_widget_result_tab_date_match li:nth-child(odd){background-color: #f5f5f5;border-bottom:1px solid #d4d4d4;}

ul.ul_idalgo_widget_result_tab_date_match div.div_idalgo_content_result_match {
    height:2.25em;
    line-height:2.25em;
}

ul.ul_idalgo_widget_result_tab_date_match div.div_idalgo_content_result_match_penalty {
    height:3.6em;
    line-height:3.6em
}

div.div_idalgo_widget_result a.a_idalgo_content_result_match_score{
    position:relative;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
div.div_idalgo_widget_result a.a_idalgo_content_result_match_score_live span{
    color:#4db103;
}
div.div_idalgo_widget_result a.a_idalgo_content_result_match_score_stop span{
    color:#ff6600;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time_stop span{
    color:#ff6600;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time_live span{
    color:#4db103;
}
div.div_idalgo_widget_result div.div_idalgo_content_result_match_time{
    font-weight:bold;font-size:1.182em;color:#949494;direction:ltr;text-align:center}

div.div_idalgo_widget_result a.a_idalgo_content_result_match_score span{
    font-weight:bold;
}
div.div_idalgo_widget_result .a_idalgo_content_result_match_score .div_idalgo_score_penalty_part{
    font-size:0.8em;}

div.div_idalgo_widget_result div.div_idalgo_content_result_match_visitorteam{
    vertical-align:top;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam{
    position:absolute;
    left:0px;
    top:50%;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{
    position:absolute;
    top:0;
    padding:1px;
    border:none;
}
div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam{
    left:0px;
}
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{
    right:3px;
}
div.div_idalgo_widget_result a.idalgo_team_winner{
    font-size:1em;font-weight:bold;
}

div.div_idalgo_content_result_match{
    position:relative;display:block;
    height:2.727em;
    line-height:2.727em;
    font-size:0.6875em;
}
div.div_idalgo_content_result_match_penalty{
    height:5.818em;
}
div.div_idalgo_content_result_match_time{
    display:block;position:absolute;
    left:0;top:0;
    width:15%;
    height:100%;
    overflow:hidden;
    text-transform:uppercase;

}
/*.div_idalgo_content_result_match_penalty .div_idalgo_content_result_match_time{height:50%}*/

span.span_idalgo_content_result_match_time{transition:2s}

div.div_idalgo_content_result_match_localteam{
    display:block;position:absolute;
    left:15%;top:0;
    width:34%;
    height:100%;
    text-align:right;
    overflow:hidden;
}
a.a_idalgo_content_result_match_localteam{
    display:block;
    position:relative;
    height:100%;width:auto;
    margin-left:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_result_match_localteam_background_picture{
    position:absolute;
    left:10px;top:6px;
    height:20px;width:20px;
}
div.div_idalgo_content_result_match_score{
    display:block;position:absolute;
    left:51%;top:0;
    width:13%;
    height:100%;
}
a.a_idalgo_content_result_match_score{
    display:block;
    height:100%;
    text-align:center;
    transition: 2s;
    font-size:1.182em;
}
div.div_idalgo_content_result_match_score a.a_idalgo_content_result_match_score_end{
    color:#c34046;
}
a.a_idalgo_content_result_match_score span{
    font-weight:bold;
    font-family:Verdana}
div.div_idalgo_content_result_match[data-status="0"] span.span_idalgo_score_part_center{display:none}
div.div_idalgo_match_final span.span_idalgo_background_score_head_to_head {display:none}
div.div_idalgo_match_final[data-status="0"] span.span_idalgo_background_score_head_to_head {display:block}
div.div_idalgo_content_result_match_visitorteam{
    display:block;position:absolute;
    left:66%;top:0;
    width:34%;
    height:100%;
    text-align:left;
}
a.a_idalgo_content_result_match_visitorteam{
    display:block;
    position:relative;
    height:100%;width:auto;
    padding-right:30px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-overflow:'.';
    text-transform:uppercase;
}
div.div_idalgo_content_result_match_visitorteam_background_picture{
    position:absolute;
    right:10px;top:6px;
    height:20px;width:20px;
}


div.div_idalgo_match_final{position:relative;border:1px solid #d4d4d4;margin:5px;}
    div.div_idalgo_match_final >div:nth-child(odd){background-color:#f5f5f5;}
    div.div_idalgo_match_final > div+div{border-top:1px solid #d4d4d4;}
    div.div_idalgo_match_final_stadium{position:relative;height:1em;text-align:center;}
        div.div_idalgo_match_final_stadium span{font-size:0.6875em;}
    div.div_idalgo_match_final_date{position:relative;height:1em;text-align:center;}
    div.div_idalgo_match_final_date span{font-size:0.6875em;color:#949494;}
    div.div_idalgo_match_final_match{position:relative;height:90px;}
    div.div_idalgo_match_final_match_local, div.div_idalgo_match_final_match_score, div.div_idalgo_match_final_match_visitor{position:absolute;width:33%;height:100%;}
        div.div_idalgo_match_final_match_local{left:0;}
        div.div_idalgo_match_final_match_score{left:34%;}
            a.a_idalgo_match_final_match_score{position:absolute;display:block;bottom:0;width:100%;height:60px;font-size:2.5em;text-align:center;color:#949494;}
            div.div_idalgo_score_penalty_part span{line-height:1.35em}
                a.a_idalgo_match_final_match_score span.span_idalgo_score_part_left{margin-left:5px}
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part{position:absolute;top:auto;bottom:0;height:1em;font-size:0.25em;overflow:hidden;left:0;}
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part span{
                    display:block;
                    width:1em;
                    background-color:#ffffff;
                    border:1px solid #d4d4d4;
                    border-bottom-color:transparent;
                    text-align:center;
                }
                a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part .span_idalgo_score_part_center{display:none;}
            div.div_idalgo_widget_result div.div_idalgo_score_penalty_part{top:2.2em}
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part{height:1.35em}
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part span,
        div.div_idalgo_match_final a.a_idalgo_match_final_match_score div.div_idalgo_score_penalty_part .span_idalgo_score_part_center{
            position:relative;display:inline;right:unset;left:unset;background-color:transparent;border-style:none}

        div.div_idalgo_match_final_match_visitor{right:0;}
        span.span_idalgo_match_final_match_local,
        span.span_idalgo_match_final_match_visitor{
            display:block;
            width:100%;
            height:2.8em;line-height:2.8em;
            overflow:hidden;
            font-weight:bold;
            text-transform:uppercase;
            text-align:center;
            text-overflow:ellipsis;
            white-space:nowrap;
            font-size:0.7em;
        }
        div.div_idalgo_match_final_match_local_logo, div.div_idalgo_match_final_match_visitor_logo{
            position:relative;
            width:50px;height:50px;
            background-position:center 0;
            backougrnd-repeat:no-repeat;
            overflow:hidden;
            margin:0 auto;
        }
        div.div_idalgo_match_final_time{position:relative;height:1em;text-align:center;}
            div.div_idalgo_match_final_time span{font-size:0.6875em;}

div.div_idalgo_match_final_stop .a_idalgo_match_final_match_score{color:#ff6600;}
div.div_idalgo_match_final_live .a_idalgo_match_final_match_score{color:#4db103;}
div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_local{background-color:#ffffff;border-right:1px solid #d4d4d4;}
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_visitor{background-color:#ffffff;border-left:1px solid #d4d4d4;}

div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_visitor,
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_local{color:#949494;}

div.div_idalgo_match_final_local_win div.div_idalgo_match_final_match_visitor_logo,
div.div_idalgo_match_final_visitor_win div.div_idalgo_match_final_match_local_logo{background-position:center -50px;}

div.div_idalgo_match_final_local_win a.a_idalgo_content_result_match_localteam,
div.div_idalgo_match_final_visitor_win a.a_idalgo_content_result_match_visitorteam {font-weight: bold}

ul.ul_idalgo_widget_result_tab_date_match a.a_idalgo_content_result_match_localteam,
ul.ul_idalgo_widget_result_tab_date_match a.a_idalgo_content_result_match_visitorteam{
    text-transform:none;
}

div.div_idalgo_widget_result img.img_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result img.img_idalgo_content_result_match_visitorteam{top:2px;}

/* D&eacute;sactivation du logos des &eacute;quipes */
div.div_idalgo_widget_result a.a_idalgo_content_result_match_localteam,
div.div_idalgo_widget_result a.a_idalgo_content_result_match_visitorteam{
    margin:0;
    padding:0
}
a.a_idalgo_content_result_match_localteam_logo,
a.a_idalgo_content_result_match_visitorteam_logo{
    display:none
}

/* CUSTOM GROUPS */
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group{
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li:first-child{
    margin-left:0
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li{
    display:flex;
    float:none;
    margin-left:5px;
    margin-bottom:5px;
    justify-content:space-around;
    width:fit-content !important
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a{
    padding:2px 10px;
    border-radius:4px
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a:hover{
    border-bottom-color:#d4d4d4
}
div.div_idalgo_widget_result ul.ul_idalgo_nav_tab_result_group > li > a.a_idalgo_active{
    background-color:#881424;
    color:#ffffff;
    border-color:#881424
}

/* Module/Football/CSS/WidgetResult.css ***************************************************/

div.div_idalgo_football_widget_result{position:relative}

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

/* TYPE DE SOUS-MENU PRINCIPAL (FOOT - FICHE DE MATCH - FICHE EQUIPE [RTBF] - FICHE JOUEUR [RTBF]) */
button.button_idalgo_menu,
button.button_idalgo_menu_sub{
    display:none
}
div.div_idalgo_menu_sub{
    position:relative;
    height:42px;
    border-bottom:1px solid #d4d4d4;
    margin-top:24px;
    margin-bottom:20px;
}
div.div_idalgo_menu_sub .nav_idalgo_menu_sub{
    position:relative;
    height:42px;
    background-image:none;
    border:none;
    list-style-type:none;
}
div.div_idalgo_menu_sub .ul_idalgo_menu_sub{
    position:relative;
    height:42px;
    width:89%;
    margin-left:5%;
    list-style:none;
    padding:0
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub{
    position:relative;
    height:42px;
    width:50%;
    *width:49%;
    text-align:center;
    padding:0;
    float:left;
    background-color:#ffffff;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub .a_idalgo_menu_sub{
    display:block;
    width:auto;
    margin-left:-1px;
    text-shadow:none;
    font-weight:bold;
    font-size:1em;
    line-height:42px;
    border-width:1px 1px 0 1px;
    border-style:solid;
    border-color:#d4d4d4;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub .a_idalgo_menu_sub{
    color:#636363;
    background-color:#f5f5f5;
}
div.div_idalgo_menu_sub .li_idalgo_menu_sub_selected .a_idalgo_menu_sub{
    color:#881424;
    background-color:#ffffff;
}

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


div.div_idalgo_widget_standing div.div_idalgo_content_standing_line{margin-right:210px;}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_position{left:0;width:20px;color:#949494}
    div.div_idalgo_widget_standing div.div_idalgo_content_standing_pos{left:20px;width:10px;}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_logo{left:30px;width:20px}
            div.div_idalgo_widget_standing img.img_idalgo_content_standing_logo{
                width:15px;height:15px;
                top:50%;margin-top:-8px;
                left:50%;margin-left: -8px;
            }
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name{left:50px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_points,
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_percent{left:50px;width:40px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_played{left:90px;width:25px}
    div.div_idalgo_widget_standing span.span_idalgo_content_standing_form{left:115px;width:75px;margin-left:100%}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line span.span_idalgo_content_standing_next_global{display:none}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_line span.span_idalgo_content_standing_last_global{display:block;left:190px;margin-left:100%;width:20px}
        span.span_idalgo_content_standing_last {
            position:absolute;display:block;
            top:50%;left:50%;
            width:15px;height:15px;
            margin-top:-8px;margin-left:-8px;
            background-position: center -2115px;
        }

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

div.div_idalgo_widget_standing  span.span_idalgo_content_standing_form ul.ul_idalgo_content_standing_form_syntetic {
    top:4px;
    padding:3px;
}

div.div_idalgo_widget_standing ul.ul_idalgo_content_standing_form_detail{margin-top:12px;right:0}

div.div_idalgo_widget_standing div.div_idalgo_content_standing_line div.div_idalgo_content_standing_name
    span.button_idalgo_status_draw{margin-left:5px;padding:0 2px}

div.div_idalgo_widget_standing div.div_idalgo_content_standing_form_detail {
    width: 100%;
}

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

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

div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference ul.ul_idalgo_nav{
    display:block;margin-bottom:20px;list-style:none;padding:0}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference li.li_idalgo_left{
    width:50%}
div.div_idalgo_widget_standing div.div_idalgo_content_standing_conference li.li_idalgo_left a{
    font-size:0.75em}

/* CUSTOM GROUPS */
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group{
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li:first-child{
    margin-left:0
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li{
    display:flex;
    float:none;
    margin-left:5px;
    margin-bottom:5px;
    justify-content:space-around;
    width:fit-content !important
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a{
    display:flex;
    align-items:center;
    padding:2px 10px;
    border-radius:4px
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a:hover{
    border-bottom-color:#d4d4d4
}
div.div_idalgo_widget_standing ul.ul_idalgo_nav_tab_standing_group > li > a.a_idalgo_active{
    background-color:#881424;
    color:#ffffff;
    border-color:#881424
}

/* Module/Common/CSS/LiveBloggingTopNews.css **********************************************/
div.div_idalgo_content_live_blogging_top_news {position:relative}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title {height:2em;position:relative;padding:0;margin-left:18px}
span.span_idalgo_content_live_blogging_top_news_title_head{
    left:0;
    font-weight: bold;
    line-height: 2em;
    padding-left:2px;
    position: absolute;
    text-transform: uppercase;
    font-size:1em;
    color:#881424
}

span.span_idalgo_content_live_blogging_top_news_title {display:none}

div.div_idalgo_content_live_blogging_top_news .idalgo_live_blogging_top_news_hide{display:none}

div.div_idalgo_content_live_blogging_top_news_title_action{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 45px;
    z-index:1;
}

div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging {margin-top:-20px;margin-bottom:20px;margin-left:18px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_title{display:none}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin-left:0}

span.span_idalgo_content_live_blogging_content_title_top_news{display:none}

/** Supprime un padding pour le widget large **/
div.div_idalgo_content_live_blogging_top_news + div.div_idalgo_content_live_blogging,
div.div_idalgo_content_live_blogging_top_news + div.div_idalgo_content_live_blogging > div.div_idalgo_content_live_blogging{padding-top:0}

div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_social{display:none}

div.div_idalgo_content_live_blogging_top_news div.span_idalgo_content_live_blogging_content_content_text{margin-right:30px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards_hashtag_title{margin-right:45px}

div.div_idalgo_content_live_blogging_top_news ul[data-closed="1"] div.div_idalgo_content_live_blogging_content_content_text{display:none}

div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_action,
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards_hashtag_action{
    position:relative;
    height:30px;
    text-align:center;
    width:100%;
    display:block;
}

div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_content_action,
div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_cards_hashtag_action{
    position:absolute;
    display:block;
    right:10px;
    cursor:pointer;
}

div.div_idalgo_content_live_blogging_top_news span.span_idalgo_content_live_blogging_content_cards_hashtag_action{
    bottom:40px
}

div.div_idalgo_content_live_blogging_content_content{margin-bottom:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content > div.div_idalgo_content_live_blogging_content_content,
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_content_text{padding-bottom:0}

/* Module/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/Pattern/CSS/MatchComment.css ****************************************************/

div.div_idalgo_content_match_comment{position:relative;}

div.div_idalgo_content_match_comment_content{position:relative;}

div.div_idalgo_content_match_comment_vertical_timeline{display: none;}

ul.ul_idalgo_content_match_comment_content_category{position:relative;}
ul.ul_idalgo_content_match_comment_content_category li.li_idalgo_content_match_comment_content_category{
    position:relative;display:block;
    float:left;
    margin-bottom:10px;
    margin-left:10px;
}
div.div_idalgo_content_match_comment_content_category_cnt{
    position:relative;
    margin:0;
    z-index: 10;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 1px 5px;
    border-radius: 4px;
    cursor:pointer;
    white-space:nowrap}

span.span_idalgo_content_match_comment_content_category_cnt_count,
li.li_idalgo_content_match_comment_content_category a.a_idalgo_content_match_comment_content_category_cnt_name{
    display:inline;
    padding:0 5px;
    height:2em;
    text-align:center;overflow:hidden;
    font-size:0.625em;
    color:#949494;
    text-transform:uppercase;
    z-index: 5;
    line-height:2em;
}
span.span_idalgo_content_match_comment_content_category_selected_cnt_name_count{margin-left:10px;}
li.li_idalgo_content_match_comment_content_category_selected a.a_idalgo_content_match_comment_content_category_cnt_name,
li.li_idalgo_content_match_comment_content_category_selected span.span_idalgo_content_match_comment_content_category_cnt_count{
    color: #ffffff;
}
li.li_idalgo_content_match_comment_content_category_selected > div.div_idalgo_content_match_comment_content_category_cnt{color:#fff;background-color:#c34046;}
ul.ul_idalgo_content_match_comment{position:relative;display:block}
ul.ul_idalgo_content_match_comment:before{
    content: '';
    position: absolute;
    left: 28px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background-color:#f5f5f5;
}
    ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment{
            position:relative;
            display:block;
            padding-top:0.625em;
            margin-left: 20px;
        }
    ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment[data-display='0']{display:none}
    html[amp] li.li_idalgo_content_match_comment[data-display='0']{display:block}
        div.div_idalgo_content_match_comment_info{
                position:relative;
                float:left;
                width:100px;
                min-height:2em;
                padding-bottom:10px;
            }
            span.span_idalgo_content_match_comment_info_circle{
                position:absolute;left:-2px;top:1px;width:24px;height:24px}
            span.span_idalgo_content_match_comment_info_circle svg{
                position:absolute;top:0;left:0;width:24px;height:24px}
            span.span_idalgo_content_match_comment_info_minute{
                display:block;
                padding-left: 25px;
                font:bold 1.25em Verdana;
                direction:ltr;
                text-align:left
            }
            .img_idalgo_content_match_comment_info{position:absolute;right:10px;top:5px;}
            div.div_idalgo_content_match_comment_info_background{position:relative}
            div.div_idalgo_content_match_comment_info_background_big{width:50px;height:50px;margin-left:14px;margin-top:12px}
            div.div_idalgo_content_match_comment_info_background_small{background-position:70px  5px;height:25px;margin-top:10px;}
        div.div_idalgo_content_match_comment_text{
                position:relative;
                margin-left:100px;
                margin-bottom: 20px;
                padding-right:20px;
                padding: 10px;
                border: 1px solid #f5f5f5;
                border-top: 2px solid #f5f5f5;
                border-radius: 5px;
                box-shadow: 0 2px 2px rgba(0,0,0,0.24);
            }
        div.div_idalgo_content_match_comment_nologo{
            padding-top:23px;
            padding-bottom:23px;
        }
        div.div_idalgo_content_match_comment_text > svg{
            position:absolute;display:block;top:-2px;left:0;width:100%;border-radius:5px}

        div.div_idalgo_content_match_comment_text{background-color: #ffffff;}
            span.span_idalgo_content_match_comment_text{line-height: 1.2em;font-size:1.0625em}

            span.span_idalgo_content_match_comment_text_logo{
                position: absolute;
                width: 100%;
                top: -10px;
                left: 0;
            }
            span.span_idalgo_content_match_comment_text_logo_inside{
                margin:0 auto;display:block;z-index:1;background-color: white;width:20px;padding:0 10px;
                box-sizing:content-box}
            .img_idalgo_content_match_comment_text_logo_inside{width:20px}

            span.span_idalgo_content_match_comment_text_big_206,
            span.span_idalgo_content_match_comment_text_big_207,
            span.span_idalgo_content_match_comment_text_big_208,
            span.span_idalgo_content_match_comment_text_big_209,
            span.span_idalgo_content_match_comment_text_big_210,
            span.span_idalgo_content_match_comment_text_big_217,
            span.span_idalgo_content_match_comment_text_big_218,
            span.span_idalgo_content_match_comment_text_big_219,
            span.span_idalgo_content_match_comment_text_big_220,
            span.span_idalgo_content_match_comment_text_big_222,
            span.span_idalgo_content_match_comment_text_big_223,
            span.span_idalgo_content_match_comment_text_big_225,
            span.span_idalgo_content_match_comment_text_big_226,
            span.span_idalgo_content_match_comment_text_big_227,
            span.span_idalgo_content_match_comment_text_big_228,
            span.span_idalgo_content_match_comment_text_big_229,
            span.span_idalgo_content_match_comment_text_big_232,
            span.span_idalgo_content_match_comment_text_big_236,
            span.span_idalgo_content_match_comment_text_big_240,
            span.span_idalgo_content_match_comment_text_big_243,
            span.span_idalgo_content_match_comment_text_big_375,
            span.span_idalgo_content_match_comment_text_big_552,
            span.span_idalgo_content_match_comment_text_big_553,
            span.span_idalgo_content_match_comment_text_big_554,
            span.span_idalgo_content_match_comment_text_big_555{
                display:block;
                margin-bottom:0.5em;
                font-weight:bold;
                text-transform:uppercase;
                padding-top: 1em;
                text-align: left;
            }

            span.span_idalgo_content_match_comment_text_big_206,
            span.span_idalgo_content_match_comment_text_big_225,
            span.span_idalgo_content_match_comment_text_big_226,
            span.span_idalgo_content_match_comment_text_big_227,
            span.span_idalgo_content_match_comment_text_big_229,
            span.span_idalgo_content_match_comment_text_big_240,
            span.span_idalgo_content_match_comment_text_big_228,
            span.span_idalgo_content_match_comment_text_big_552{
                text-align: center;
                border-bottom: 1px solid #f5f5f5;
                padding-bottom: 1em;
            }
            span.span_idalgo_content_match_comment_text_block_small{font-weight:bold;}
            p.p_idalgo_content_match_comment_text_block{
                position:relative;
                margin:0;
                text-align:left;
                font-size:0.875em;
                line-height:1.25em;
                overflow:hidden;
            }
            div.div_idalgo_content_match_comment_text_block{
                text-align:left;
            }
            div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
                margin-left: 60px;
                min-height: 40px;
                margin-top: 23px;
            }
            div.div_idalgo_content_match_comment_text_block_picture{
                position: absolute;
                width: 32px;
                height:32px;
                border-radius: 20px;
                overflow: hidden;
                left: 20px;
            }
            .img_idalgo_content_match_comment_text_block_picture_person{
                position: absolute;
                top: -10px;
            }
            ul.ul_idalgo_content_match_comment_text_link{position:relative;display:block;margin-top:1em;line-height:0.6875em;}
            ul.ul_idalgo_content_match_comment_text_link li + li {border-left:1px solid #333333;}
                li.li_idalgo_content_match_comment_text_link{float:left;}
                    a.a_idalgo_content_match_comment_text_link{font-weight:bold;font-size:0.6875em;padding:0 0.3125em;}
            div.div_idalgo_content_match_comment_text_match_header{width:100%;}
            div.div_idalgo_content_match_comment_text_match_header_container{position:relative;height:60px;width:240px;margin: 0 auto;}
                .img_idalgo_content_match_comment_text_match_header_container_local,
                .img_idalgo_content_match_comment_text_match_header_container_visitor{position:absolute;width:40px;height:40px;bottom:5px;}
                span.span_idalgo_content_match_comment_text_match_header_container_local,
                span.span_idalgo_content_match_comment_text_match_header_container_visitor,
                span.span_idalgo_content_match_comment_text_match_header_container_separator{
                    position:absolute;display:block;
                    width:50px;height:50px;
                    bottom:0;
                    font:bold 42px Verdana;
                    text-align:center;
                }

                span.span_idalgo_content_match_comment_text_match_header_container_separator_text{
                    display:block;line-height:1.3em
                }
                span.span_idalgo_content_match_comment_text_match_header_container_local_score,
                span.span_idalgo_content_match_comment_text_match_header_container_visitor_score{
                    display:block;line-height:1.3em
                }

                span.span_idalgo_content_match_comment_text_match_header_container_local_score{
                    text-align: right;
                }

                span.span_idalgo_content_match_comment_text_match_header_container_visitor_score{
                    text-align: left;
                }

                .img_idalgo_content_match_comment_text_match_header_container_local{left:0;}
                span.span_idalgo_content_match_comment_text_match_header_container_local{left:45px;}
                span.span_idalgo_content_match_comment_text_match_header_container_separator{left:111px;width:10px;z-index:1;}
                span.span_idalgo_content_match_comment_text_match_header_container_separator_text{left:0px;}
                span.span_idalgo_content_match_comment_text_match_header_container_visitor{right:36px;}
                .img_idalgo_content_match_comment_text_match_header_container_visitor{right:0;}

/* VERSION RUGBY */
div.div_idalgo_content_rugby_match_comment div.div_idalgo_content_match_comment_text_match_header_container{width:230px}
div.div_idalgo_content_rugby_match_comment span.span_idalgo_content_match_comment_text_match_header_container_local,
div.div_idalgo_content_rugby_match_comment span.span_idalgo_content_match_comment_text_match_header_container_visitor{width:60px}

/* Module/Pattern/CSS/LiveBloggingHashtag.css *********************************************/

div.div_idalgo_content_live_blogging_hashtag{position:relative;display:block}
div.div_idalgo_content_live_blogging_hashtag_list{
    position:relative;
    display:block;
    height:40px;
    background-color:transparent;
}

ul.ul_idalgo_content_live_blogging_hashtag_list_content {position:relative;display:block;overflow:hidden;height:100%;margin-left:100px;margin-right: 30px;}
li.li_idalgo_content_live_blogging_hashtag_list_content_hashtag{
    float:left;
    display:block;
    font-family:Verdana;
    cursor:pointer;
    color: #ffffff;
    background-color: #636363;
    position:relative;
    top:10px;
    font-size: 0.75em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 16px;
    text-align: center;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor:pointer;
}

li.li_idalgo_content_live_blogging_hashtag_list_content_hashtag.idalgo_active{background-color:#881424}

div.div_idalgo_content_live_blogging_hashtag_visible li.li_idalgo_content_live_blogging_hashtag_all_hashtag_content_all_hashtag.idalgo_active{color:#c34046}
span.span_idalgo_content_live_blogging_hashtag_list_label,
span.span_idalgo_content_live_blogging_hashtag_all_hashtag_label{
    float:left;
    display:block;
    text-align:center;
    font-size:0.6875em;
    font-weight:bold;
    font-family:Verdana;
    line-height:40px;
    margin: 0 10px 0 18px;
    color:#333333;
    text-transform:uppercase;
}

span.span_idalgo_content_live_blogging_hashtag_list_label{
    color:#881424;
    font-size: 0.9375em;
}

span.span_idalgo_content_live_blogging_hashtag_list_show{
    position:absolute;
    right:0;
    top:0;
    font-size:1.5em;
    font-weight:bold;
    font-family:Verdana;
    display:block;
    text-align:center;
    line-height:30px;
    width:40px;
    height:100%;
    cursor:pointer;
    box-shadow: -5px 0px 25px #f5f5f5;
}
div.div_idalgo_content_live_blogging_hashtag div.div_idalgo_content_live_blogging_hashtag_all_hashtag{display:none}
div.div_idalgo_content_live_blogging_hashtag_visible ul.ul_idalgo_content_live_blogging_hashtag_list_content {display:none}
div.div_idalgo_content_live_blogging_hashtag_visible div.div_idalgo_content_live_blogging_hashtag_all_hashtag{display:block;position:absolute;top:0;padding-top:40px;left:0;right:0;border:1px solid #d4d4d4;z-index:3 }
div.div_idalgo_content_live_blogging_hashtag_visible span.span_idalgo_content_live_blogging_hashtag_list_show{font-size:1em;color:#949494;line-height:40px;border-left:none;z-index:4}
div.div_idalgo_content_live_blogging_hashtag_visible div.div_idalgo_content_live_blogging_hashtag_list {border-bottom:1px solid #f5f5f5;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;}
div.div_idalgo_content_live_blogging_hashtag_visible ul.ul_idalgo_content_live_blogging_hashtag_all_hashtag_content_all{padding: 15px 25px 25px 25px;background-color:#ffffff}
div.div_idalgo_content_live_blogging_hashtag_visible li.li_idalgo_content_live_blogging_hashtag_all_hashtag_content_all_hashtag{
    font-family:Verdana;
    color:#ffffff;
    float: left;
    display: block;
    cursor: pointer;
    background-color: #636363;
    position: relative;
    top: 10px;
    font-size: 0.75em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 16px;
    text-align: center;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}
div.div_idalgo_content_live_blogging_hashtag_visible li.li_idalgo_content_live_blogging_hashtag_all_hashtag_content_all_hashtag:hover,
span.span_idalgo_content_live_blogging_hashtag_list_show:hover{background-color:#ccff66}

div.div_idalgo_content_live_blogging_hashtag_hashtag_select {
    position:relative;
    margin-top:15px;
    z-index:2;
    text-align:center;
}
span.span_idalgo_content_live_blogging_hashtag_hashtag_select_close {font-size:12px;color:#636363;cursor:pointer;padding:0 5px;}
span.span_idalgo_content_live_blogging_hashtag_hashtag_select_close:hover{background-color:#ccff66}
span.span_idalgo_content_live_blogging_hashtag_hashtag_select_value {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    background-color: #881424;
    font-size: 0.75em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 16px;
    text-align: center;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

span.span_idalgo_content_live_blogging_content_cards_hashtag{
    position: relative;
    display: inline-block;
    color: #881424;
    margin: 15px 15px;
    font-weight:bold;
    font-size:13px;
}

/* 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/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/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/MatchHeaderFull.css *************************************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:244px}
div.div_idalgo_content_match_header_full div,
div.div_idalgo_content_match_header_full a{color:#ffffff}

div.div_idalgo_content_match_header_full_background,
div.div_idalgo_content_match_header_full_forground{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-size: cover;
    background-repeat:no-repeat;
    overflow:hidden;
}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full_background img,
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full_forground img{
    width:auto;height:auto;min-width:100%;min-height:100%}
div.div_idalgo_content_match_header_full_background amp-img,
div.div_idalgo_content_match_header_full_forground amp-img{
    min-height:349px}

div.div_idalgo_content_match_header_full_background_black{
    background-color:#000000;
    opacity:0.6;
}

.img_idalgo_content_match_header_full_competition{position:absolute; left:10px;top:10px;height:40px;width:auto}

div.div_idalgo_content_match_header_full_competition,
div.div_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full_details{
    position:relative;
    text-align:center;
    color:#ffffff
}

div.div_idalgo_content_match_header_full_competition{height:36px;line-height:36px}
div.div_idalgo_content_match_header_full_date{height:23px}
div.div_idalgo_content_match_header_full_details{height:15px}
span.span_idalgo_content_match_header_full_competition{font-size:14px;text-transform:uppercase}
span.span_idalgo_content_match_header_full_date{font-size:20px;text-transform:uppercase}
span.span_idalgo_content_match_header_full_details{font-size:12px;text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{position:absolute;right:10px;top:10px}
.img_idalgo_content_match_header_full_first_match_local,
.img_idalgo_content_match_header_full_first_match_visitor{
    position: relative;
    display: inline-block
}

span.span_idalgo_content_match_header_full_first_match_score{
    position: relative;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    margin: 0 5px
}

.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt{width:100px}


.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile,
div.div_idalgo_content_match_header_full_standing_mobile{display:none;width:66px}

div.div_idalgo_content_match_header_full_main_header{
    position:relative;display:block;
    height:120px;
    text-align:center;
}


div.div_idalgo_content_match_header_full_standing{
    height:0;
    position: absolute;
    width:100%;
    top:50px;
}
div.div_idalgo_content_match_header_full_main_header_visitor_box_standing{color:white;position:relative}

div.div_idalgo_content_match_header_full_standing_box_standing_local,
div.div_idalgo_content_match_header_full_standing_box_standing_visitor{
    position:absolute;
    width:35%;
    height:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap}
div.div_idalgo_content_match_header_full_standing_box_standing_local{left:0;text-align:right}
div.div_idalgo_content_match_header_full_standing_box_standing_visitor{right:0;text-align:left}

span.span_idalgo_content_match_header_full_standing_box_standing_local_text,
span.span_idalgo_content_match_header_full_standing_box_standing_visitor_text{
    position:relative;
    border-bottom: 1px solid #ffffff;
    font-size: 0.75em;
    line-height: 1.6em;
    padding:0 5px
}
span.span_idalgo_content_match_header_full_standing_box_standing_local_text{margin-right:110px}
span.span_idalgo_content_match_header_full_standing_box_standing_visitor_text{margin-left:110px}

div.div_idalgo_content_match_header_full_main_header_local,
div.div_idalgo_content_match_header_full_main_header_visitor{
    position:absolute;display:block;
    top:0;
    width:35%;height:100%
}

div.div_idalgo_content_match_header_full_main_header_local{left:0}
div.div_idalgo_content_match_header_full_main_header_visitor{right:0}

div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side{position:absolute;display:block;height:100%;margin:0}
div.div_idalgo_content_match_header_full_main_header_local_side{left:0;right:110px}
div.div_idalgo_content_match_header_full_main_header_visitor_side{left:110px;right:0}

span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{display:inline-block;direction:ltr}
div.div_idalgo_content_match_header_full_main_header_local_side span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{
    margin:0;margin-left:5px}
div.div_idalgo_content_match_header_full_main_header_visitor_side span.span_idalgo_dom_event_match_center_team_list_goal_content_minute{
    margin:0;margin-right:5px}

div.div_idalgo_content_match_header_full_main_header_local_cnt,
div.div_idalgo_content_match_header_full_main_header_visitor_cnt{
    height:100%;
}
div.div_idalgo_content_match_header_full_main_header_local_cnt{float:right}
div.div_idalgo_content_match_header_full_main_header_visitor_cnt{float:left}

div.div_idalgo_dom_event_match_center_team_list_count {
    position: relative;display: block;font-weight: bold;font-size: 0.9em;text-align: right
}

div.div_idalgo_content_match_header_full_main_header_visitor_side div.div_idalgo_dom_event_match_center_team_list_count {
    text-align: left
}

div.div_idalgo_content_match_header_full_main_header ul.ul_idalgo_dom_event_match_center_team_list_goal{
    position:relative;display:block;font-size:0.675em;height:100%;overflow:hidden;width:100%}
div.div_idalgo_content_match_header_full_main_header li.li_idalgo_dom_event_match_center_team_list_goal_content span{color:#ffffff}

div.div_idalgo_content_match_header_full_main_header_visitor_side ul.ul_idalgo_dom_event_match_center_team_list_goal{
    text-align:left;
}
div.div_idalgo_content_match_header_full_main_header_local_side ul.ul_idalgo_dom_event_match_center_team_list_goal{
    text-align:right;
}

div.div_idalgo_content_match_header_full_main_header_chrono{
    position:relative;
    display:block;
    text-align:center;
    height:30px;
    padding-bottom:10px
}

div.div_idalgo_content_match_header_full_main_header_chrono_cnt{
    position:relative;display:block;
    height:30px;width:120px;
    margin:0 auto;
    text-align:center;
    font-weight:bold;
    font-size:1em;
    line-height:30px;
    transition: 1s;
    text-transform:uppercase;
    color:#ffffff;
    border: 2px solid #ffffff
}

div.div_idalgo_content_match_header_full_main_header_chrono_cnt[data-color='stop']{background-color:#ff6600}
div.div_idalgo_content_match_header_full_main_header_chrono_cnt[data-color='playing']{background-color:#4db103}

div.div_idalgo_container[dir="rtl"] div.div_idalgo_content_match_header_full_main_header_chrono_cnt,
div.div_idalgo_container[lang="AR"] div.div_idalgo_content_match_header_full_main_header_chrono_cnt{width:160px}

span.span_idalgo_content_match_header_full_main_header_chrono_cnt{display:inline-block}
span.span_idalgo_content_match_header_full_main_header_chrono_cnt + span.span_idalgo_content_match_header_full_main_header_chrono_cnt{margin-left:5px}

div.div_idalgo_content_match_header_full_main_header_center{
    position:relative;display:block;
    width:30%;
    margin:0 auto;
    height:100%;
}
div.div_idalgo_content_match_header_full_main_header_center_top{
    position:relative;
    display:block;
    height:30px;
    top:8px;
    width:100%;
    font-size:1.2em;
    font-weight:bold;
    color:#636363;
    text-shadow: 1px 1px 0 #949494;
    transition: 2s;
    text-transform:uppercase;
}

div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_top,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_center_halftime,
div.div_idalgo_content_match_header_full_main_header[data-status="7"] div.div_idalgo_content_match_header_full_main_header_center_halftime{
    display:none;
}

div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_main_header_center_hour,
div.div_idalgo_content_match_header_full[data-status="2"] div.div_idalgo_content_match_header_full_main_header_center_hour,
div.div_idalgo_content_match_header_full[data-status="1"] span.span_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full[data-status="1"] span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_date,
div.div_idalgo_content_match_header_full[data-status="1"] div.div_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full[data-status="2"] div.div_idalgo_content_match_header_full_main_header_chrono,
div.div_idalgo_content_match_header_full[data-status="0"] div.div_idalgo_content_match_header_full_main_header_chrono{
    display:none;
}

div.div_idalgo_content_match_header_full_main_header_center_top *{
    display:block;
    font-size:0.6em;
    text-shadow:none;
}
div.div_idalgo_content_match_header_full_main_header_center_halftime{
    position:relative;
    height:30px;
    width:100%;
    left:0;
    font-size:0.75em;
    font-weight:bold;
    color:#636363;
}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{
    position:relative;display:block;
    height:60px;width:100%;
    left:0;
    font-weight:bold;
    font-size:74px;
    line-height:0.8em;
    text-align:center;
    transition: 2s;
}
div.div_idalgo_content_match_header_full_main_header_center_hour{top:30px}

span.span_idalgo_content_match_header_full_main_header_center_score_local{
    position:absolute;
    right:50%;top:0;
    margin-right:15px;
}
span.span_idalgo_content_match_header_full_main_header_center_score_visitor{
    position:absolute;
    left:50%;top:0;
    margin-left:15px;
}

div.div_idalgo_content_match_header_full_main_header_name_teams{
    position:relative;width:auto;height:50px;overflow:hidden}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{
    position:absolute;width:calc(70% - 100px);height:50px;text-align:center;overflow:visible}

div.div_idalgo_content_match_header_full_main_header_name_teams_local  {left: 0}
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{right:0}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{font-size:24px;line-height:50px;white-space:nowrap}
/*
a.a_idalgo_content_match_header_full_main_header_name_teams_local{right:50px}

a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{left:50px}*/

/** BONUS DE RUGBY **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    position: absolute;display: block;
    width: 65px;
    top: 95px;right:-20%
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    left :-19%;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    position: relative;
    float: right;
    margin-right: 0.5em;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.6875em;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus span {
    float: left;
}

span.span_idalgo_content_rugby_match_header_full_main_header_bonus_content_try {
    background-color: #4db126;
}

span.span_idalgo_content_rugby_match_header_full_main_header_bonus_content_defense {
    background-color: #bd362e;
}

div.div_idalgo_content_match_header_full_action_mobile{display:none}

span.span_idalgo_content_match_header_full_main_header_center_top_txt[data-display="0"],
bdo.bdo_idalgo_content_match_header_full_main_header_center_top[data-display="0"]{display:none}

/* Module/Pattern/CSS/MatchTimeline.css ***************************************************/
div.div_idalgo_content_match_timeline{position:relative}
div.div_idalgo_content_match_timeline_content{position:relative;height:80px}
div.div_idalgo_content_match_timeline_content_line{position:relative;margin-left:30px;height:100%}
div.div_idalgo_content_match_timeline_content_extend_match div.div_idalgo_content_match_timeline_content_line{width:48%}
img.img_idalgo_content_match_timeline_content_localteam{position:absolute;left:5px;top:50%;margin-top:-30px}
img.img_idalgo_content_match_timeline_content_visitorteam{position:absolute;left:5px;top:50%;margin-top:5px}

/* Fond de la time line */
div.div_idalgo_content_match_timeline_content_line_step{position:absolute;width:1px;height:50px;top:50%;margin-top:-25px;background-color:#d4d4d4}
span.span_idalgo_content_match_timeline_content_line_part{
    position:absolute;display:block;
    top:50%;
    width:15px;height:15px;
    margin-left:-8px;margin-top:-8px;
    background-color:#ffffff;
    border-radius:50%;
    color:#949494;
    font-size:0.5em;
    text-align:center
}

.div_idalgo_content_match_timeline[data-status='0'] .span_idalgo_content_match_timeline_content_line_part{color:#f5f5f5}

div.div_idalgo_content_match_timeline_content_line_middle{position:absolute;width:100%;height:4px;top:50%;margin-top:-2px;background-color:#ffffff}
div.div_idalgo_content_match_timeline_content_line_gradient_top{
    position:absolute;width:100%;height:15px;top:50%;margin-top:-15px;background-color:#f5f5f5;
    background: -webkit-linear-gradient( top, #ffffff, #f5f5f5);
    background:    -moz-linear-gradient( top, #ffffff, #f5f5f5);
    background:     -ms-linear-gradient( top, #ffffff, #f5f5f5);
    background:      -o-linear-gradient( top, #ffffff, #f5f5f5);
    background:         linear-gradient( top, #ffffff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5);
}
div.div_idalgo_content_match_timeline_content_line_gradient_bottom{
    position:absolute;width:100%;height:15px;top:50%;background-color:#f5f5f5;
    background: -webkit-linear-gradient( top, #f5f5f5, #ffffff);
    background:    -moz-linear-gradient( top, #f5f5f5, #ffffff);
    background:     -ms-linear-gradient( top, #f5f5f5, #ffffff);
    background:      -o-linear-gradient( top, #f5f5f5, #ffffff);
    background:         linear-gradient( top, #f5f5f5, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#ffffff);
}
div.div_idalgo_content_match_timeline_content_line_gradient{
    position:absolute;height:30px;top:50%;margin-top:-15px;left:0;width:0;
}
div.div_idalgo_content_match_timeline_content_line_gradient div.div_idalgo_content_match_timeline_content_line_gradient_top{
    background: -webkit-linear-gradient( top, #ffffff, #4db103);
    background:    -moz-linear-gradient( top, #ffffff, #4db103);
    background:     -ms-linear-gradient( top, #ffffff, #4db103);
    background:      -o-linear-gradient( top, #ffffff, #4db103);
    background:         linear-gradient( top, #ffffff, #4db103);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#4db103);
}
div.div_idalgo_content_match_timeline_content_line_gradient div.div_idalgo_content_match_timeline_content_line_gradient_bottom{
    background: -webkit-linear-gradient( top, #4db103, #ffffff);
    background:    -moz-linear-gradient( top, #4db103, #ffffff);
    background:     -ms-linear-gradient( top, #4db103, #ffffff);
    background:      -o-linear-gradient( top, #4db103, #ffffff);
    background:         linear-gradient( top, #4db103, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db103, endColorstr=#ffffff);
}

/* Action */
div.div_idalgo_content_match_timeline_content_line_action{position:absolute;margin-left:-15px;overflow:visible;cursor:pointer}
    .idalgo_timeline_action_local_high  {top:   50%;margin-top:   -35px}
    .idalgo_timeline_action_local_low   {top:   50%;margin-top:   -30px}
    .idalgo_timeline_action_visitor_high{bottom:50%;margin-bottom:-40px}
    .idalgo_timeline_action_visitor_low {bottom:50%;margin-bottom:-30px}

/* Popup */
div.div_idalgo_timeline_action_popup{position:absolute;display:none;border-style:solid;background-color:#ffffff;z-index:1}
div.div_idalgo_content_match_timeline_content_line_action:hover div.div_idalgo_timeline_action_popup,
li:hover div.div_idalgo_timeline_action_popup{display:block}
div.div_idalgo_timeline_action_popup_local_left,
div.div_idalgo_timeline_action_popup_local_right  {top:   100%;margin-top:   20px;border-width:3px 1px 1px 1px;border-color:#c34046 #d4d4d4 #d4d4d4 #d4d4d4}
div.div_idalgo_timeline_action_popup_visitor_left,
div.div_idalgo_timeline_action_popup_visitor_right{bottom:100%;margin-bottom:20px;border-width:1px 1px 3px 1px;border-color: #d4d4d4 #d4d4d4 #c34046 #d4d4d4}
div.div_idalgo_timeline_action_popup_local_left,
div.div_idalgo_timeline_action_popup_visitor_left {left:0}
div.div_idalgo_timeline_action_popup_local_right,
div.div_idalgo_timeline_action_popup_visitor_right{right:0}

div.div_idalgo_timeline_action_popup_local_left div.div_idalgo_timeline_action_popup_action,
div.div_idalgo_timeline_action_popup_local_right div.div_idalgo_timeline_action_popup_action{border-width:1px 0 0 0}
div.div_idalgo_timeline_action_popup_visitor_left div.div_idalgo_timeline_action_popup_action,
div.div_idalgo_timeline_action_popup_visitor_right div.div_idalgo_timeline_action_popup_action{border-width:0 0 1px 0}
div.div_idalgo_timeline_action_popup_action{position:relative;display:block;width:auto;padding-left:30px;height:24px;overflow:visible;border-style:solid;border-color:#d4d4d4}
div.div_idalgo_timeline_action_popup_action_logo{position:absolute;left:0;top:-3px}
span.span_idalgo_timeline_action_popup_action{position:relative;display:inline;white-space:nowrap;font-size:0.625em;line-height:24px;margin-right:5px}
span.span_idalgo_timeline_action_popup_action_strong{font-weight:bold;text-transform: capitalize}


/* Fl&egrave;che du popup */
div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_local_right:after,
div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:after {content:'';position:absolute;display:block;width:0;height:0;border-style:solid}

div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_local_right:after {bottom:100%;border-color:transparent transparent #c34046 transparent}
div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:after {top:100%;border-color:#c34046 transparent transparent transparent}


div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_local_right:before{border-width:0 7px 18px 0}
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_local_right:after {border-width:0 0 18px 7px}

div.div_idalgo_timeline_action_popup_visitor_left:before,
div.div_idalgo_timeline_action_popup_visitor_right:before{border-width:18px 7px 0 0}
div.div_idalgo_timeline_action_popup_visitor_left:after,
div.div_idalgo_timeline_action_popup_visitor_right:after {border-width:18px 0 0 7px}

div.div_idalgo_timeline_action_popup_local_left:before,
div.div_idalgo_timeline_action_popup_visitor_left:before{left:12px}
div.div_idalgo_timeline_action_popup_local_left:after,
div.div_idalgo_timeline_action_popup_visitor_left:after {left: 6px}
div.div_idalgo_timeline_action_popup_local_right:before,
div.div_idalgo_timeline_action_popup_visitor_right:before{right:6px}
div.div_idalgo_timeline_action_popup_local_right:after,
div.div_idalgo_timeline_action_popup_visitor_right:after {right:12px}

/* Tirs au but */
div.div_idalgo_content_match_timeline_content_extend_match img + img + div.div_idalgo_content_match_timeline_content_penalty{position:relative;width:40%;margin-left:30px;top:13%;height:100%}
div.div_idalgo_content_match_timeline_content_line + div.div_idalgo_content_match_timeline_content_penalty{position:absolute;width:40%;left:60%;top:35%;height:100%;margin-top:-1em}
div.div_idalgo_content_match_timeline_content_penalty ul{display:block;position:relative;height:50%}
div.div_idalgo_content_match_timeline_content_penalty ul li{position:relative;display:block;width:30px;height:15px;float:left}
div.div_idalgo_content_match_timeline_content_penalty ul li span.idalgo_sprite_rugby{display:block;position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px}

/* Module/Football/CSS/MatchTimeline.css **************************************************/

div.div_idalgo_content_football_match_timeline{position:relative;}
div.div_idalgo_content_football_match_timeline_content{position:relative;height:80px;}
div.div_idalgo_content_football_match_timeline_content_line{position:relative;margin-left:30px;height:100%;}
div.div_idalgo_content_football_match_timeline_content_extratime .div_idalgo_content_football_match_timeline_content_line{width:50%;}
img.img_idalgo_content_football_match_timeline_content_localteam{position:absolute;left:5px;bottom:50%;margin-bottom:10px;width:20px}
img.img_idalgo_content_football_match_timeline_content_visitorteam{position:absolute;left:5px;top:50%;margin-top:10px;width:20px}

div.div_idalgo_content_football_match_timeline_content_line_step{position:absolute;width:1px;height:50px;top:50%;margin-top:-25px;background-color:#d4d4d4;}
span.span_idalgo_content_football_match_timeline_content_line_part{
    position:absolute;display:block;
    top:50%;
    width:15px;height:15px;
    margin-left:-8px;margin-top:-8px;
    background-color:#ffffff;
    border-radius:50%;
    color:#949494;
    font-size:0.5em;
    text-align:center;
    z-index:1;
}
.div_idalgo_content_football_match_timeline[data-status='0'] .span_idalgo_content_football_match_timeline_content_line_part{color:#f5f5f5;}

div.div_idalgo_content_football_match_timeline_content_line_middle{position:absolute;width:100%;height:4px;top:50%;margin-top:-2px;background-color:#ffffff;}
div.div_idalgo_content_football_match_timeline_content_line_gradient_top{
    position:absolute;width:100%;height:15px;top:50%;margin-top:-15px;background-color:#f5f5f5;
    background: -webkit-linear-gradient( top, #ffffff, #f5f5f5);
    background:    -moz-linear-gradient( top, #ffffff, #f5f5f5);
    background:     -ms-linear-gradient( top, #ffffff, #f5f5f5);
    background:      -o-linear-gradient( top, #ffffff, #f5f5f5);
    background:         linear-gradient( top, #ffffff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient_bottom{
    position:absolute;width:100%;height:15px;top:50%;background-color:#f5f5f5;
    background: -webkit-linear-gradient( top, #f5f5f5, #ffffff);
    background:    -moz-linear-gradient( top, #f5f5f5, #ffffff);
    background:     -ms-linear-gradient( top, #f5f5f5, #ffffff);
    background:      -o-linear-gradient( top, #f5f5f5, #ffffff);
    background:         linear-gradient( top, #f5f5f5, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#ffffff);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient{
    position:absolute;height:30px;top:50%;margin-top:-15px;left:0;width:0;
}
div.div_idalgo_content_football_match_timeline_content_line_gradient div.div_idalgo_content_football_match_timeline_content_line_gradient_top{
    background: -webkit-linear-gradient( top, #ffffff, #4db103);
    background:    -moz-linear-gradient( top, #ffffff, #4db103);
    background:     -ms-linear-gradient( top, #ffffff, #4db103);
    background:      -o-linear-gradient( top, #ffffff, #4db103);
    background:         linear-gradient( top, #ffffff, #4db103);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#4db103);
}
div.div_idalgo_content_football_match_timeline_content_line_gradient div.div_idalgo_content_football_match_timeline_content_line_gradient_bottom{
    background: -webkit-linear-gradient( top, #4db103, #ffffff);
    background:    -moz-linear-gradient( top, #4db103, #ffffff);
    background:     -ms-linear-gradient( top, #4db103, #ffffff);
    background:      -o-linear-gradient( top, #4db103, #ffffff);
    background:         linear-gradient( top, #4db103, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4db103, endColorstr=#ffffff);
}

div.div_idalgo_content_football_match_timeline_content_line_action{position:absolute;margin-left:-15px;}
    .idalgo_timeline_action_local{top:50%;}
    .idalgo_timeline_action_visitor{bottom:50%;}
    .idalgo_timeline_action_high{z-index:3}
    .idalgo_timeline_action_middle{z-index:2}
    .idalgo_timeline_action_low{z-index:1}
    .idalgo_timeline_action_local.idalgo_timeline_action_low{margin-top:-40px}
    .idalgo_timeline_action_local.idalgo_timeline_action_middle{margin-top:-30px}
    .idalgo_timeline_action_local.idalgo_timeline_action_high{margin-top:-25px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_low{margin-bottom:-40px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_middle{margin-bottom:-30px}
    .idalgo_timeline_action_visitor.idalgo_timeline_action_high{margin-bottom:-25px}

.idalgo_timeline_action_local.idalgo_content_football_action_logo_goal_timeline{background-position:center -2480px;}

.idalgo_timeline_action_visitor.idalgo_content_football_action_logo_goal_timeline{background-position:center -2511px;}


div.div_idalgo_content_football_match_timeline_content_penalty{position:absolute;width:40%;left:60%;top:50%;height:2em;margin-top:-1em;}
div.div_idalgo_content_football_match_timeline_content_penalty ul{display:block;position:relative;height:50%;}
div.div_idalgo_content_football_match_timeline_content_penalty ul li{position:relative;display:block;width:15px;height:15px;float:left;overflow:hidden;}
div.div_idalgo_content_football_match_timeline_content_penalty ul li span{display:block;position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px;}


.idalgo_content_football_action_logo_goal_timeline{background-position:center -1860px;}
.idalgo_content_football_action_logo_yellow_timeline{background-position:center -2294px;}
.idalgo_content_football_action_logo_yellowred_timeline{background-position:center -2356px;}
.idalgo_content_football_action_logo_red_timeline{background-position:center -2325px;}
.idalgo_content_football_action_logo_substitute_timeline{background-position:center -2387px;}
.idalgo_content_football_action_logo_nogoal_timeline{background-position:center -2449px;}
.idalgo_content_football_action_logo_video_timeline{background-position:center -3441px; background-color:#ffffff;border-radius:50%; top:25px}

/* 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/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/Pattern/CSS/Responsive480/LiveBlogging.css **************************************/

/* Contenu */
div.div_idalgo_content_live_blogging_content_cards{margin-right:10px;margin-left:10px;margin-top:30px;z-index:1}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}

div.div_idalgo_content_live_blogging_content_addon_mobile{
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 23px;
}

img.img_idalgo_content_live_blogging_content_addon_mobile_content_type{
    position:absolute;display:block;
    top: 7px;
    width: 100%;
}

div.div_idalgo_content_live_blogging_content_title_addon{display:none}
/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}
div.div_idalgo_content_live_blogging_hashtag_list{height:35px}
/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}

/* Gabarit stats */
div.div_idalgo_content_template_addon{bottom:45px}
div.div_idalgo_content_template_addon_content{
    width:130px;
    height:130px;
    margin-top:-65px;
    margin-left:-65px;
    line-height:130px;

    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    border-radius:65px
}

span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block{line-height:45px;font-size:3.7em}

span.span_idalgo_content_template_addon_content_block + span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block + span.span_idalgo_content_template_addon_content2_block{
    font-size:1em;line-height:30px}

div.div_idalgo_content_template_addon_title{height:30px;bottom:-30px}
div.div_idalgo_content_template_addon_title span{line-height:30px}

div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content,
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content2{
    width:100px;
    height:100px;
    margin-top:-50px;
    line-height:100px;

    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px
}

span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block{font-size:2.7em;line-height:40px}
span.span_idalgo_template_addon_double_content_block + span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block + span.span_idalgo_template_addon_double_content2_block{
    line-height:14px}

/* Module/Common/CSS/Responsive480/LiveBlogging.css ***************************************/
@CHARSET "UTF-8";

/* Contenu */
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-right:0;margin-left:0;margin-top:30px}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}
div.div_idalgo_content_live_blogging_content_content_text iframe {width:100% !important;min-width:100% !important}

/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}

/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}


/* Gabarit Resultats */
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-result {height:auto;border:none;margin-bottom:15px}
div.div-idalgo-embed-result-team span{position:relative;display:block;width:90%;z-index:0}
span.span-idalgo-embed-resutl-visitor-team {left:0;padding-left:40px;padding-right:0;text-align:left;border-top:1px solid #d4d4d4}
img.img-idalgo-embed-resutl-visitor-team {left:0}
div.div-idalgo-embed-result-score {background-color:#ffffff;z-index:1;right:0;top:15px;font-size:1.2em;margin:0;width:auto;padding:0 10px}

/* Gabarit Match */

img.img-idalgo-embed-match-local-team,
img.img-idalgo-embed-match-visitor-team{position:absolute;top:65%;margin-top:-33px}
img.img-idalgo-embed-match-local-team{left:15%;}
img.img-idalgo-embed-match-visitor-team{right:15%;}
div.div-idalgo-embed-match-line-center{position:relative;display:block;width:33%;margin:0 auto;text-align:center;font-weight:bold;min-height:70px}
div.div-idalgo-embed-match-line-center-score, div.div-idalgo-embed-match-line-center-score span{font-size:20px;line-height:20px}

div.div-idalgo-embed-match-team{top:60px}
span.span-idalgo-embed-match-team-local{position:absolute;display:block;left:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
span.span-idalgo-embed-match-team-visitor{position:absolute;display:block;right:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Gabarit classement */
div.div-idalgo-embed-standing-part-left, div.div-idalgo-embed-standing-part-right{float:none;width:100%}
div.div-idalgo-embed-standing-part-right{display:none}
div.div-idalgo-embed-standing-more{
    display:block;position:relative;
    height:31px;width:50%;
    margin:0 auto;
    border-bottom:1px solid #d4d4d4;
    line-height:31px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    color:#333333;
}
span.span-idalgo-embed-standing-more-before,
span.span-idalgo-embed-standing-more-after{position:absolute;display:block;height:0;width:0;top:0;border:0 none;border-top:32px solid #ffffff}
span.span-idalgo-embed-standing-more-before{left:0;border-left:20px solid #d4d4d4}
span.span-idalgo-embed-standing-more-after{right:0;border-right:20px solid #d4d4d4}
div.div-idalgo-embed-standing-more:before,
div.div-idalgo-embed-standing-more:after{position:absolute;display:block;content:'';height:0;width:0;top:1px;border:0 none;border-top:32px solid transparent;z-index:1}
div.div-idalgo-embed-standing-more:before{left:-1px;border-left:20px solid #ffffff}
div.div-idalgo-embed-standing-more:after{right:-1px;border-right:20px solid #ffffff}

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

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

/* Module/Common/CSS/Responsive480/MainTwitter.css ****************************************/
span.span_idalgo_tweet_username,
div.div_idalgo_twitter_infos p.p_idalgo_tweet_comment{font-size:1.077em;}
span.span_idalgo_tweet_login {font-size:0.942em;}

div.div_idalgo_twitter_mosaic {height:135px;}

/* Module/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/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/WidgetStanding.css ************************************/
div.div_idalgo_widget_standing{position:relative;display:block}

/* Module/Pattern/CSS/Responsive480/LiveBloggingTopNews.css *******************************/

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title_action{z-index:3}

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

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging{margin-right:10px}

/* Module/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/MatchComment.css **************************************/
div.div_idalgo_content_match_comment{margin:0 5px}

ul.ul_idalgo_content_match_comment_content_category{display:none}
ul.ul_idalgo_content_match_comment:before{left:15px}
div.div_idalgo_content_match_comment_vertical_timeline{
    display: block;
    position:absolute;
    height: 100%;
    width: 15px;
    border-right: 3px solid #f5f5f5;
}

p.p_idalgo_content_match_comment_text{
    text-align: initial;
}

div.div_idalgo_content_match_comment_text_block_picture{
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
}

div.div_idalgo_content_match_comment_info{
    float:initial;
    width: 100%;
}

li.li_idalgo_content_match_comment{border-left:none;margin-right:0}

li.li_idalgo_content_match_comment div.div_idalgo_content_match_comment{margin:0 0 10px 0}

li.li_idalgo_content_match_comment,
div.div_idalgo_content_match_comment_text,
div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
    margin-left: 0;
}

div.div_idalgo_content_match_comment_info_background{position:absolute;top:0;width:100%;margin:0}
div.div_idalgo_content_match_comment_info_background img{position:absolute;right:0;width:35px;height:auto}

span.span_idalgo_content_match_comment_text_big_206,
span.span_idalgo_content_match_comment_text_big_207,
span.span_idalgo_content_match_comment_text_big_208,
span.span_idalgo_content_match_comment_text_big_209,
span.span_idalgo_content_match_comment_text_big_210,
span.span_idalgo_content_match_comment_text_big_217,
span.span_idalgo_content_match_comment_text_big_218,
span.span_idalgo_content_match_comment_text_big_219,
span.span_idalgo_content_match_comment_text_big_220,
span.span_idalgo_content_match_comment_text_big_222,
span.span_idalgo_content_match_comment_text_big_223,
span.span_idalgo_content_match_comment_text_big_225,
span.span_idalgo_content_match_comment_text_big_226,
span.span_idalgo_content_match_comment_text_big_227,
span.span_idalgo_content_match_comment_text_big_228,
span.span_idalgo_content_match_comment_text_big_229,
span.span_idalgo_content_match_comment_text_big_232,
span.span_idalgo_content_match_comment_text_big_236,
span.span_idalgo_content_match_comment_text_big_240,
span.span_idalgo_content_match_comment_text_big_243,
span.span_idalgo_content_match_comment_text_big_375{
    text-align: center;
    line-height: 1.2em;
    text-transform: none;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

div.div_idalgo_content_match_comment_text_block_picture + p.p_idalgo_content_match_comment_text_block{
    margin-top: 50px;
    padding-top: 10px;
}

span.span_idalgo_content_match_comment_info_circle{left:5px}

span.span_idalgo_content_match_comment_info_minute{
    padding-left: 35px;
}

/* Module/Pattern/CSS/Responsive480/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/StandingFrieze.css ************************************/
div.div_idalgo_content_standing_frieze{display:none}

/* Module/Pattern/CSS/Responsive480/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:258px;position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full[data-status="0"]{height:258px}

div.div_idalgo_content_match_header_full_competition{height:initial;padding-top:23px;padding-bottom:0}
span.span_idalgo_content_match_header_full_competition{display:block;font-size:14px}

div.div_idalgo_content_match_header_full_date{
    position:absolute;
    top:0;
    width:100%;
    padding:5px 0;
    font-size:10px;
}

span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full_first_match_mobile{font-size:12px}
div.div_idalgo_content_match_header_full_main_header{top:10px}

.img_idalgo_content_match_header_full_competition,
.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt,
div.div_idalgo_content_match_header_full_standing,
div.div_idalgo_content_match_header_full_first_match,
div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side {display:none}

.img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{top:20px;position:relative;display:block;margin: 0 20px}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:1.875em;line-height:60px}

div.div_idalgo_content_match_header_full_main_header_center_halftime{height:16px;}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;font-size:0.833em}
span.span_idalgo_content_match_header_full_main_header_center_halftime_txt{text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{
    bottom:10px;
    top:auto;
    width:100%;
    text-align:center;
    right:auto;
}

span.span_idalgo_content_match_header_full_date{font-size:0.875em}

div.div_idalgo_content_match_header_full_first_match_mobile{
    position:absolute;
    display:block;
    bottom:10px;
    left:10px
}

span.span_idalgo_content_match_header_full_first_match_mobile_text{margin-right:10px}

div.div_idalgo_content_match_header_full_main_header_name_teams{top:-40px}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{display:table;width:calc(70% - 106px)}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{
    font-size:0.875em;white-space:normal;line-height:20px;display:table-cell;vertical-align:middle}

/** Bonus Rugby **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    height: 22px;width: 22px;line-height: 22px;font-size: 0.6875em;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    top:130px;
    right:5px;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    right : 50%;
    left:auto;
}

/** Classement **/
div.div_idalgo_content_match_header_full_standing_mobile {
    position: absolute;display: block;width: 100%;height: 20px;bottom: 5px;
}
.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{
    display:block;
}

div.div_idalgo_content_match_header_full_standing_mobile div {
    position: relative;display: block;
    width: 50%;height: 100%;
    float:left;font-size: 0.75em;
    text-align: center;
}

/* Module/Football/CSS/Responsive480/MatchHeaderFull.css **********************************/
div.div_idalgo_content_match_header_full_action_mobile{
    position: relative;
    display:block;
    margin-top:10px
}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile{position:relative;width:50%}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_local{float:left}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local{padding-right:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local * {float:right}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_visitor{float:right}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor{padding-left:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor * {float:left}

div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile {position:relative;display:block;height:1em;line-height:1em;clear:both}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_minute {font-size:0.625em;color:#949494}
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_player {font-size:0.625em;color:#333333;font-weight:bold}
div.div_idalgo_content_match_header_full_action_mobile bdo.bdo_idalgo_content_match_header_full_action_mobile_score{font-size:0.625em;color:#949494}

div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_local_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_local_player{margin-left:5px}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_visitor_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_visitor_player{margin-right:5px}

/* Module/Pattern/CSS/Responsive480/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{display:none}

/* Module/Football/CSS/Responsive480/MatchTimeline.css ************************************/

div.div_idalgo_content_football_match_timeline{display:none}


}

/* 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/MatchComment.css **************************************/
ul.ul_idalgo_content_match_comment li.li_idalgo_content_match_comment{margin-right:20px;margin-left:0}

/* Module/Pattern/CSS/Responsive768/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full_background img,
div.div_idalgo_content_match_header_full_forground img{width:auto;height:100%}
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:3em;line-height:30px}

/* Module/Pattern/CSS/Responsive768/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{padding-right:20px}


}

/* 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/Pattern/CSS/Responsive480/LiveBlogging.css **************************************/

/* Contenu */
div.div_idalgo_content_live_blogging_content_cards{margin-right:10px;margin-left:10px;margin-top:30px;z-index:1}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}

div.div_idalgo_content_live_blogging_content_addon_mobile{
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: 37px;
    width: 23px;
}

img.img_idalgo_content_live_blogging_content_addon_mobile_content_type{
    position:absolute;display:block;
    top: 7px;
    width: 100%;
}

div.div_idalgo_content_live_blogging_content_title_addon{display:none}
/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}
div.div_idalgo_content_live_blogging_hashtag_list{height:35px}
/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}

/* Gabarit stats */
div.div_idalgo_content_template_addon{bottom:45px}
div.div_idalgo_content_template_addon_content{
    width:130px;
    height:130px;
    margin-top:-65px;
    margin-left:-65px;
    line-height:130px;

    -webkit-border-radius:65px;
    -moz-border-radius:65px;
    border-radius:65px
}

span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block{line-height:45px;font-size:3.7em}

span.span_idalgo_content_template_addon_content_block + span.span_idalgo_content_template_addon_content_block,
span.span_idalgo_content_template_addon_content2_block + span.span_idalgo_content_template_addon_content2_block{
    font-size:1em;line-height:30px}

div.div_idalgo_content_template_addon_title{height:30px;bottom:-30px}
div.div_idalgo_content_template_addon_title span{line-height:30px}

div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content,
div.div_idalgo_content_template_addon.div_idalgo_template_addon_double div.div_idalgo_content_template_addon_content2{
    width:100px;
    height:100px;
    margin-top:-50px;
    line-height:100px;

    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px
}

span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block{font-size:2.7em;line-height:40px}
span.span_idalgo_template_addon_double_content_block + span.span_idalgo_template_addon_double_content_block,
span.span_idalgo_template_addon_double_content2_block + span.span_idalgo_template_addon_double_content2_block{
    line-height:14px}

/* Module/Common/CSS/Responsive480/LiveBlogging.css ***************************************/
@CHARSET "UTF-8";

/* Contenu */
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-right:0;margin-left:0;margin-top:30px}

/** Titre de la news **/
span.span_idalgo_content_live_blogging_content_content_text{position:relative;margin-left:0;color:black;text-transform:none;font-weight:bold}
div.div_idalgo_content_live_blogging_content_content_text iframe {width:100% !important;min-width:100% !important}

/** hashtag **/
div.div_idalgo_content_live_blogging_content_title_hashtag{display:none}

/** Bouton Twitter **/
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social{margin-left:90px;width:30px}
div.div_idalgo_content_live_blogging_content_content_social a.a_idalgo_content_live_blogging_content_content_social span.span_idalgo_content_live_blogging_content_content_social_button{background-position:center -3666px;top:7px;height:15px}
span.span_idalgo_content_live_blogging_content_content_social_text{top:0;line-height:30px}


/* Gabarit Resultats */
div.div_idalgo_content_live_blogging_content_content_text li.li-idalgo-embed-result {height:auto;border:none;margin-bottom:15px}
div.div-idalgo-embed-result-team span{position:relative;display:block;width:90%;z-index:0}
span.span-idalgo-embed-resutl-visitor-team {left:0;padding-left:40px;padding-right:0;text-align:left;border-top:1px solid #d4d4d4}
img.img-idalgo-embed-resutl-visitor-team {left:0}
div.div-idalgo-embed-result-score {background-color:#ffffff;z-index:1;right:0;top:15px;font-size:1.2em;margin:0;width:auto;padding:0 10px}

/* Gabarit Match */

img.img-idalgo-embed-match-local-team,
img.img-idalgo-embed-match-visitor-team{position:absolute;top:65%;margin-top:-33px}
img.img-idalgo-embed-match-local-team{left:15%;}
img.img-idalgo-embed-match-visitor-team{right:15%;}
div.div-idalgo-embed-match-line-center{position:relative;display:block;width:33%;margin:0 auto;text-align:center;font-weight:bold;min-height:70px}
div.div-idalgo-embed-match-line-center-score, div.div-idalgo-embed-match-line-center-score span{font-size:20px;line-height:20px}

div.div-idalgo-embed-match-team{top:60px}
span.span-idalgo-embed-match-team-local{position:absolute;display:block;left:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
span.span-idalgo-embed-match-team-visitor{position:absolute;display:block;right:0;top:0;width:33%;font-size:0.875em;font-weight:bold;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Gabarit classement */
div.div-idalgo-embed-standing-part-left, div.div-idalgo-embed-standing-part-right{float:none;width:100%}
div.div-idalgo-embed-standing-part-right{display:none}
div.div-idalgo-embed-standing-more{
    display:block;position:relative;
    height:31px;width:50%;
    margin:0 auto;
    border-bottom:1px solid #d4d4d4;
    line-height:31px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
    color:#333333;
}
span.span-idalgo-embed-standing-more-before,
span.span-idalgo-embed-standing-more-after{position:absolute;display:block;height:0;width:0;top:0;border:0 none;border-top:32px solid #ffffff}
span.span-idalgo-embed-standing-more-before{left:0;border-left:20px solid #d4d4d4}
span.span-idalgo-embed-standing-more-after{right:0;border-right:20px solid #d4d4d4}
div.div-idalgo-embed-standing-more:before,
div.div-idalgo-embed-standing-more:after{position:absolute;display:block;content:'';height:0;width:0;top:1px;border:0 none;border-top:32px solid transparent;z-index:1}
div.div-idalgo-embed-standing-more:before{left:-1px;border-left:20px solid #ffffff}
div.div-idalgo-embed-standing-more:after{right:-1px;border-right:20px solid #ffffff}

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

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

/* Module/Common/CSS/Responsive480/MainTwitter.css ****************************************/
span.span_idalgo_tweet_username,
div.div_idalgo_twitter_infos p.p_idalgo_tweet_comment{font-size:1.077em;}
span.span_idalgo_tweet_login {font-size:0.942em;}

div.div_idalgo_twitter_mosaic {height:135px;}

/* Module/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/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/WidgetStanding.css ************************************/
div.div_idalgo_widget_standing{position:relative;display:block}

/* Module/Pattern/CSS/Responsive480/LiveBloggingTopNews.css *******************************/

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_content_cards{margin:0}
div.div_idalgo_content_live_blogging_top_news div.div_idalgo_content_live_blogging_top_news_title_action{z-index:3}

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

div.div_idalgo_content_live_blogging_top_news{margin:0}
li.li_idalgo_content_live_blogging_content > div.div_idalgo_content_live_blogging_content_content{margin-left:10px}
div.div_idalgo_content_live_blogging_top_news ul.ul_idalgo_content_live_blogging{margin-right:10px}

/* Module/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/MatchComment.css **************************************/
div.div_idalgo_content_match_comment{margin:0 5px}

ul.ul_idalgo_content_match_comment_content_category{display:none}
ul.ul_idalgo_content_match_comment:before{left:15px}
div.div_idalgo_content_match_comment_vertical_timeline{
    display: block;
    position:absolute;
    height: 100%;
    width: 15px;
    border-right: 3px solid #f5f5f5;
}

p.p_idalgo_content_match_comment_text{
    text-align: initial;
}

div.div_idalgo_content_match_comment_text_block_picture{
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -35px;
}

div.div_idalgo_content_match_comment_info{
    float:initial;
    width: 100%;
}

li.li_idalgo_content_match_comment{border-left:none;margin-right:0}

li.li_idalgo_content_match_comment div.div_idalgo_content_match_comment{margin:0 0 10px 0}

li.li_idalgo_content_match_comment,
div.div_idalgo_content_match_comment_text,
div.div_idalgo_content_match_comment_text_block[data-picture="1"]{
    margin-left: 0;
}

div.div_idalgo_content_match_comment_info_background{position:absolute;top:0;width:100%;margin:0}
div.div_idalgo_content_match_comment_info_background img{position:absolute;right:0;width:35px;height:auto}

span.span_idalgo_content_match_comment_text_big_206,
span.span_idalgo_content_match_comment_text_big_207,
span.span_idalgo_content_match_comment_text_big_208,
span.span_idalgo_content_match_comment_text_big_209,
span.span_idalgo_content_match_comment_text_big_210,
span.span_idalgo_content_match_comment_text_big_217,
span.span_idalgo_content_match_comment_text_big_218,
span.span_idalgo_content_match_comment_text_big_219,
span.span_idalgo_content_match_comment_text_big_220,
span.span_idalgo_content_match_comment_text_big_222,
span.span_idalgo_content_match_comment_text_big_223,
span.span_idalgo_content_match_comment_text_big_225,
span.span_idalgo_content_match_comment_text_big_226,
span.span_idalgo_content_match_comment_text_big_227,
span.span_idalgo_content_match_comment_text_big_228,
span.span_idalgo_content_match_comment_text_big_229,
span.span_idalgo_content_match_comment_text_big_232,
span.span_idalgo_content_match_comment_text_big_236,
span.span_idalgo_content_match_comment_text_big_240,
span.span_idalgo_content_match_comment_text_big_243,
span.span_idalgo_content_match_comment_text_big_375{
    text-align: center;
    line-height: 1.2em;
    text-transform: none;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

div.div_idalgo_content_match_comment_text_block_picture + p.p_idalgo_content_match_comment_text_block{
    margin-top: 50px;
    padding-top: 10px;
}

span.span_idalgo_content_match_comment_info_circle{left:5px}

span.span_idalgo_content_match_comment_info_minute{
    padding-left: 35px;
}

/* Module/Pattern/CSS/Responsive480/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/StandingFrieze.css ************************************/
div.div_idalgo_content_standing_frieze{display:none}

/* Module/Pattern/CSS/Responsive480/MatchHeaderFull.css ***********************************/
div.div_idalgo_content_match_header_full{position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full{height:258px;position:relative}
div.div_idalgo_content_match_header_full div.div_idalgo_content_match_header_full[data-status="0"]{height:258px}

div.div_idalgo_content_match_header_full_competition{height:initial;padding-top:23px;padding-bottom:0}
span.span_idalgo_content_match_header_full_competition{display:block;font-size:14px}

div.div_idalgo_content_match_header_full_date{
    position:absolute;
    top:0;
    width:100%;
    padding:5px 0;
    font-size:10px;
}

span.span_idalgo_content_match_header_full_details,
div.div_idalgo_content_match_header_full_first_match_mobile{font-size:12px}
div.div_idalgo_content_match_header_full_main_header{top:10px}

.img_idalgo_content_match_header_full_competition,
.img_idalgo_content_match_header_full_main_header_local_cnt,
.img_idalgo_content_match_header_full_main_header_visitor_cnt,
div.div_idalgo_content_match_header_full_standing,
div.div_idalgo_content_match_header_full_first_match,
div.div_idalgo_content_match_header_full_main_header_local_side,
div.div_idalgo_content_match_header_full_main_header_visitor_side {display:none}

.img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{top:20px;position:relative;display:block;margin: 0 20px}

div.div_idalgo_content_match_header_full_main_header_center_score,
div.div_idalgo_content_match_header_full_main_header_center_hour{font-size:1.875em;line-height:60px}

div.div_idalgo_content_match_header_full_main_header_center_halftime{height:16px;}
div.div_idalgo_content_match_header_full_main_header_center_halftime * {display:block;font-size:0.833em}
span.span_idalgo_content_match_header_full_main_header_center_halftime_txt{text-transform:uppercase}

div.div_idalgo_content_match_header_full_first_match{
    bottom:10px;
    top:auto;
    width:100%;
    text-align:center;
    right:auto;
}

span.span_idalgo_content_match_header_full_date{font-size:0.875em}

div.div_idalgo_content_match_header_full_first_match_mobile{
    position:absolute;
    display:block;
    bottom:10px;
    left:10px
}

span.span_idalgo_content_match_header_full_first_match_mobile_text{margin-right:10px}

div.div_idalgo_content_match_header_full_main_header_name_teams{top:-40px}

div.div_idalgo_content_match_header_full_main_header_name_teams_local,
div.div_idalgo_content_match_header_full_main_header_name_teams_visitor{display:table;width:calc(70% - 106px)}

a.a_idalgo_content_match_header_full_main_header_name_teams_local,
a.a_idalgo_content_match_header_full_main_header_name_teams_visitor{
    font-size:0.875em;white-space:normal;line-height:20px;display:table-cell;vertical-align:middle}

/** Bonus Rugby **/
div.div_idalgo_content_rugby_match_header_full_main_header_bonus_content span {
    height: 22px;width: 22px;line-height: 22px;font-size: 0.6875em;
}

div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    top:130px;
    right:5px;
}

div.div_idalgo_content_match_header_full_main_header_visitor div.div_idalgo_content_rugby_match_header_full_main_header_bonus {
    right : 50%;
    left:auto;
}

/** Classement **/
div.div_idalgo_content_match_header_full_standing_mobile {
    position: absolute;display: block;width: 100%;height: 20px;bottom: 5px;
}
.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_local_cnt_mobile,
.div_idalgo_content_match_header_full_main_header .img_idalgo_content_match_header_full_main_header_visitor_cnt_mobile{
    display:block;
}

div.div_idalgo_content_match_header_full_standing_mobile div {
    position: relative;display: block;
    width: 50%;height: 100%;
    float:left;font-size: 0.75em;
    text-align: center;
}

/* Module/Football/CSS/Responsive480/MatchHeaderFull.css **********************************/
div.div_idalgo_content_match_header_full_action_mobile{
    position: relative;
    display:block;
    margin-top:10px
}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile{position:relative;width:50%}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_local{float:left}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local{padding-right:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_local * {float:right}
div.div_idalgo_content_match_header_full_action_mobile ul.ul_idalgo_content_match_header_full_action_mobile_visitor{float:right}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor{padding-left:10px}
div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile_visitor * {float:left}

div.div_idalgo_content_match_header_full_action_mobile li.li_idalgo_content_match_header_full_action_mobile {position:relative;display:block;height:1em;line-height:1em;clear:both}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_minute {font-size:0.625em;color:#949494}
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_player {font-size:0.625em;color:#333333;font-weight:bold}
div.div_idalgo_content_match_header_full_action_mobile bdo.bdo_idalgo_content_match_header_full_action_mobile_score{font-size:0.625em;color:#949494}

div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_local_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_local_player{margin-left:5px}
div.div_idalgo_content_match_header_full_action_mobile span.span_idalgo_content_match_header_full_action_mobile_visitor_minute,
div.div_idalgo_content_match_header_full_action_mobile a.a_idalgo_content_match_header_full_action_mobile_visitor_player{margin-right:5px}

/* Module/Pattern/CSS/Responsive480/MatchTimeline.css *************************************/
div.div_idalgo_content_match_timeline{display:none}

/* Module/Football/CSS/Responsive480/MatchTimeline.css ************************************/

div.div_idalgo_content_football_match_timeline{display:none}


}