body{

    color:#eee;

}
.sj-extra-slider {

    margin: 20px 0;

}

.sj-extra-slider .owl-item,.sj-extra-slider.button-type1 .owl-dots{

    float: left !important;

}

.sj-extra-slider a {

    text-decoration: none;

}

.sj-extra-slider .heading-title {

    text-transform: uppercase;

    font-weight: bold;

    float: left;

    margin-bottom: 10px;

}

.sj-extra-slider .extraslider-inner {

    position: relative;

    overflow: hidden;

    width: 100%;

    border-bottom: 1px dotted #000000;

    border-top: 1px dotted #000000;

    padding-bottom: 8px;
    
    margin-left: 20px;

    padding-top: 2px;
}

.sj-extra-slider .item {

    position: relative;

    display: block;

}

.sj-extra-slider .extraslider-inner .item-wrap {

    position: relative;

    overflow: hidden;

}

.sj-extra-slider .extraslider-inner .item-wrap-inner {

    margin: 8px 5px 0 5px;

    padding: 0 1px;

    position: relative;

    overflow: hidden;

}

.sj-extra-slider .extraslider-inner {

    clear: both;

}



.sj-extra-slider .owl-controls {

    margin-bottom: 8px;

    text-align: right;

    float: right;

    vertical-align: middle;

}

.sj-extra-slider .owl-controls .owl-prev,

.sj-extra-slider .owl-controls .owl-next {

    float: left;

    outline: none;

    font-size: 22px;

    line-height: 18px;

    color: #797575;

    cursor: pointer;

    filter: Alpha(Opacity=50);

    opacity: 0.5;

    font-family: Arial;

    height: 20px;

    vertical-align: middle;

}



.sj-extra-slider .owl-nav .owl-prev:focus,

.sj-extra-slider .owl-nav .owl-next:focus {

    outline: none;

}



.sj-extra-slider .owl-controls .owl-prev:hover,

.sj-extra-slider .owl-controls .owl-next:hover {

    color: #77f9f1;

    filter: Alpha(Opacity=100);

    opacity: 1;

}

/*********** */

/*css Media*/







/* bootstrap */

@media (max-width: 576px){

    .col-sm-4 {

        -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

        max-width: 33.333333%;

    }

    .col-sm-8 {

        -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

        max-width: 66.666667%;

    }

    

}



/* my css */
#site{
    display: flex;
}
#body-main-wrap{
    max-width: 1920px;
    margin: auto;
    width: auto !important;
    z-index: auto !important;
}
.home-left-col{
    z-index: auto !important;
}
#yt_mainmenu ul > li:hover .sub-menu{
    display: block;
    width: 200px;
    position: absolute;
    background-color: #252525;
    transition: .3s;
}
#yt_mainmenu ul > li.color1:hover .sub-menu{
    border-top: 2px solid #ebb111;
}
#yt_mainmenu ul > li.color2:hover .sub-menu{
    border-top: 2px solid #5a1319;
}
#yt_mainmenu ul > li.color3:hover .sub-menu{
    border-top: 2px solid #186e47;
}
#yt_mainmenu ul > li .sub-menu li{
    width: 200px;
}
#yt_mainmenu ul > li .sub-menu li a{
    margin: 0px 10px;
    border-bottom: 1px solid #6a6a6a;
    padding: 15px 0;
    padding-left: 20px;
    transition: .3s;
}
#yt_mainmenu ul > li .sub-menu li:hover a{
    padding-left: 30px;
}
#yt_mainmenu ul > li .sub-menu li:last-child a{
    border: 0;
}

.dropdown-toggle:after{

    display: none;

    transition: all 0.3s;

}
.language-switcher {
	cursor: pointer;
}
.language-switcher .dropdown-menu{

    transition: visibility 3s, opacity 0.5s linear;

    visibility: hidden;

}

.language-switcher.active .dropdown-menu{

    display: block;

    visibility: visible;

} 

#top3 .info,.SearchBlock-toggle-wrapper .search-top{

    z-index: 6 !important;

}

.dropdown-menu>li>a {

    display: block;

    padding: 3px 20px;

    clear: both;

    font-weight: 400;

    line-height: 1.42857143;

    color: #333;

    white-space: nowrap;

}

.hidden{

    display: none !important;

}

.mainmenu-wrapper{

    display: flex;

    justify-content: space-between;

    height: 74px;

}

.mainmenu-wrapper #menu-divided-right,.mainmenu-wrapper #menu-divided-left,.mainmenu-wrapper #menu-divided-right-en,.mainmenu-wrapper #menu-divided-left-en{

    border-left: 1px solid #363636;

    height: 74px;

}

#yt_header #yt_logo .yt_logo{

    height: 130px;

}

#yt_mainmenu{

    height: 72px;

    padding-left: 0;

    padding-right: 0;

}

#yt_mainmenu-mobile{

    height: 50px;

    padding-left: 0;

    padding-right: 0;

}

@media (min-width: 1380px) {

    .header_lg:after{

        content: ' ';

        width: 100px;

        background-image: url(../img/motif2.png);

        background-repeat: no-repeat;

        background-size: 200px 126px;

        display: inline-block;

        height: 126px;

        position: absolute;

        top: 0;

        right: 0px;

        -webkit-transform: scaleX(-1);

        transform: scaleX(-1) rotate(180deg);

    }

    .header_lg:before{

        content: ' ';

        width: 201px;

        background-image: url(../img/motif2.png);

        background-repeat: no-repeat;

        background-size: 199px 126px;

        display: inline-block;

        height: 126px;

        position: absolute;

        top: 0;

        left: -101px;

        transform: rotate(180deg);

    }

}



.menu_logo .logo img{

    top: -93px;

    position: relative;

    z-index: 3;

}

#yt_menu{
    z-index: 2;
}

#yt_menu .row{

    margin-right: 0px;

    margin-left: 0px;

}



#menu-divided-left,#menu-divided-right{

    display: flex;

    flex-wrap: nowrap;

}

.big_menu{

    margin-bottom: 34px;

}

@media (min-width: 1024px) {

    .big_menu{

        display: block;

    }

    .sm_menu{

        display: none;

    }

}

@media (max-width: 1024px) {

    .big_menu{

        display: none;

    }

    .sm_menu{

        display: block;

    }

    .header_lg{

        display: none;

    }

    .header_mobile:after{

        content: ' ';

        width: 100px;

        background-image: url(../img/motif2.png);

        background-repeat: no-repeat;

        background-size: 200px 126px;

        display: inline-block;

        height: 126px;

        position: absolute;

        top: 0;

        right: 0px;

        -webkit-transform: scaleX(-1);

        transform: scaleX(-1) rotate(180deg);

    }

    .header_mobile:before{

        content: ' ';

        width: 201px;

        background-image: url(../img/motif2.png);

        background-repeat: no-repeat;

        background-size: 199px 126px;

        display: inline-block;

        height: 126px;

        position: absolute;

        top: 0;

        left: -101px;

        transform: rotate(180deg);

    }

}

@media (max-width: 1800px) {

    .yt_mainmenu ul > li > a {

        font-size: 13px !important;

        padding: 25px 6px !important;

    }

}

@media (min-width: 1024px) and (max-width: 1200px) {

    .menu_logo .logo img {

        width: 130px;

        top: -46px;

    }

}

@media (min-width: 1144px) and (max-width: 1200px) {

    .yt_mainmenu ul > li > a {

        font-size: 12px !important;

        padding: 25px 9px !important;

    }

}

@media (max-width: 1142px) {

    .yt_mainmenu ul > li > a {

        font-size: 11px !important;

    }

}

@media (min-width: 1076px) and (max-width: 1142px) {

    .yt_mainmenu ul > li > a {

        padding: 25px 7px !important;

    }

}

@media (min-width: 1024px) and (max-width: 1075px) {

    .yt_mainmenu ul > li > a {

        padding: 25px 5px !important;

    }

}



@media (min-width: 1024px) {

    .mobile_menu,.header_mobile{

        display: none;

    }

}

@media (max-width: 1024px) {



    .big_menu{

        display: none;

    }

    .header_mobile{

        display: block;

    }

    .header_mobile #yt_menu{

        height: 52px;

    }

    .module .SearchBlock-toggle-wrapper > .dropdown-toggle {

        top: 132px !important;       

    }

    .header_mobile #yt_menu .sd-hamburger-overlay {

        position: fixed;

        display: none;

        width: 100vw;

        height: 100vh;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        background-color: rgba(0,0,0,0.6);

        

    }

    .nav_menu{

        z-index: 2;

    }

    .nav_menu  .sd-hamburger-menu-container{

        display: block;

        position: fixed;

        top: 0;

        right: 0;

        width: 90%;

        z-index: 6;

        overflow-x: hidden;

        transform: translateX(100%);

        transition: transform 0.5s ease-in-out;

    }

    .nav_menu .sd-hamburger-menu-container-head {

        display: flex;

        background-color: #343434;

    }

    .nav_menu .sd-hamburger-menu-container-head-logo {

        margin-left: 1.875rem;

        display: flex;

        align-items: center;

        font-size: 12px;

        letter-spacing: 1px;

    }

    .nav_menu .sd-hamburger-menu-container-head-close {

        margin-left: auto;

        background-color: #fff;

        width: 30%;

        position: relative;

    }

    .nav_menu .sd-hamburger-menu-container-head-close:before {

        content: '';

        position: absolute;

        left: -14px;

        width: 1.25rem;

        height: 100%;

        background: #fff;

        transform: skew(-10deg);

    }

    .nav_menu .sd-hamburger-menu-container-head-close-icon {

        background-image: url(../img/close.svg);

        background-repeat: no-repeat;

        background-position: 0% 0%;

        width: 1.4375rem;

        height: 1.4375rem;

        margin: 21px auto;

        cursor: pointer;

    }

    .nav_menu #menu-mobile-navigation,.nav_menu #menu-mobile-navigation-en{
        background-color: #fff;
        padding: 1.375rem 0;
    }
    .nav_menu #menu-mobile-navigation li,.nav_menu #menu-mobile-navigation-en li{
        position: relative;
    }
    .nav_menu #menu-mobile-navigation li a,.nav_menu #menu-mobile-navigation-en li a{
        display: block;
        font-size: .875rem;
        text-transform: uppercase;
        padding: 0;
        line-height: 4.2;
        border-bottom: 1px solid #ebebeb;
        margin-left: 1.875rem;
        margin-right: 1.875rem;
        color: #000;
        position: relative;
    }

    .nav_menu ul {

        list-style-type: none !important;

        margin: 0;

        padding: 0;

    }

    .sd-hamburger-menu-container{

        left: 100%;

    }

}
.module .SearchBlock-toggle-wrapper .dropdown-toggle:after{
    border-color: #101010 transparent transparent #101010 !important;
border-style: solid;
border-width: 2px 4px;
content: "";
height: 0;
position: absolute;
right: 0;
top: 100%;
width: 0;
}
.btn-hamburger{

    padding-top: 16px !important;

    color: #fff;

}

.overflowed {

    overflow: hidden;

}



.page-content{

    height: 300px;

}





/* Start Scroll To Top */

#scroll-top{

    width:50px;

    height:40px;

    background: #a1a1a1;

    text-align:center;

    position:fixed;

    right:15px;

    bottom:10px;

    z-index:9999;

    display:none;

}

#scroll-top:hover{

    background:#444;

}

/* End Scroll To Top */



/* footer */

.footer{

    background-color: #1a1a1a;

    padding-top: 25px;

}

.footer .row .colon-footer{

    display: flex;

    justify-content: center;

    margin-top: 20px;

}

.footer a {

    font-size: 16px;

    font-family: acumin-pro-semi-condensed, sans-serif;

    color: #fff;

    padding: 0;

    margin-right: 12px;

    font-weight: 500;

    line-height: 1.1;

}

.footer a:hover {

    color: #df9019;

}

.list__item {

    display: inline-block;

    padding: 1em;

}

a {

    color: #2A2A2A;

    text-decoration: none !important;

}

.img-logo .image-element{

    margin-right: 20px;

}

@media screen and (min-width: 1450px){



}

@media screen and (min-width: 1200px){

    .social-footer .social-links, .social-footer .social-links .colum-1-rs{

        display: flex;

    }

    .colon-footer2 .social-footer .sm-mb-2:after{

        content: "";

        width: 245px;

        height: 2px;

        display: block;

        background-color: #df9019;

    }

    .social-footer .social-links .colum-1-rs .social-links__link{

        width: 122px !important;

    }

    .img-logo .image-element {

        margin-right: 50px;

    }

}

@media screen and (min-width: 1361px){

    #foot-wrap .block-footer{

        padding: 25px 100px 0 100px !important;

        

    }

}

@media screen and (max-width: 1360px) and (min-width: 1241px){

    #foot-wrap .block-footer{

        padding: 25px 40px 0 40px !important;

    }

}

@media screen and (max-width: 1240px) and (min-width: 992px){

    #foot-wrap .block-footer{

        padding: 25px 100px 0 100px;

        

    }

    .footer-colum1{

        flex-wrap: wrap-reverse;

        justify-content: center;

    }

}

@media (min-width: 768px){

    .footer-colum1{

        display: flex;

    }

    #foot-wrap .block-footer{

        padding: 25px 40px 0 40px;

    }

    .colon-footer2 .social-footer .sm-mb-2 .module-headline__text{

        text-align: start;

    }

}

@media (max-width: 767px){

    #foot-wrap .block-footer{

        padding: 25px 40px 0 40px;

    }

}



.menu-footer-under-menu-container a {

    padding: 0px;

    font-size: 13px;

    font-family: acumin-pro-semi-condensed, sans-serif;

    color: #aeaeae;

    word-spacing: 3px;

    margin-right: 7px !important;

    font-weight: 500;

    line-height: 1.57;

    border-right: 2px solid #7d7c7c;

    padding-right: 7px;

}

#menu-footer-under-menu li:last-of-type a{

    border-right: none;

}

.display-block {

    display: block;

}

.footer .image-element{

    display: flex;

    justify-content: center;

}

.footer .image-element .image-element__img {

    max-width: 140px !important;
    max-height: 156px;
    height: auto;

}

@media (min-width: 1024px){

    

    .footer .row .colon-footer.colon-footer1{

        

        justify-content: left;

    }

}



.colon-footer2 .social-footer .sm-mb-2 {

    white-space: nowrap;

}

.sm-mb-2 > * {

    margin-bottom: 20px;

}

.colon-footer2 .social-footer .sm-mb-2 .module-headline__text {

    color: rgb(255, 255, 255);

    letter-spacing: 0.4px;

    font-weight: bold;

    font-size: 20px;

    line-height: 1.11;

}

.colon-footer2 .social-footer .sm-mb-2 .social-links {

    font-size: 25px;

    line-height: 20px;

    color: rgb(255, 255, 255);

    margin: 0px 0px 10px;

    float: none;

    height: auto;

    padding: 0px;

    width: auto;

    border: 0px;

    display: block;

    background-color: transparent;

    text-align: left;

}

.colon-footer2 .social-footer .sm-mb-2 .social-links__link {

    font-size: 25px;

    line-height: 20px;

    color: rgb(255, 255, 255);

    border: 0px;

    float: none;

    height: auto;

    padding: 0px;

    width: auto;

    margin: 0px 0px 5px;

    display: block;

    background-color: transparent;

    text-align: left;

    text-decoration: none;

    margin-right: 20px;

    margin-bottom: 15px;

}

@media (max-width: 767px){

    .colon-footer2 .social-footer .sm-mb-2 .social-links {

        display: flex;

    }


    .copyright{

        margin-top: 0 !important;

    }

}

.colon-footer2 .social-footer .sm-mb-2 .social-links__link:hover {

    color: #df9019;

    border-color: #df9019;

}

.footer .social-links__link .name-reseau-s{

    font-size: 16px;

    color: #aeaeae;

    vertical-align: middle;

    display: inline-block;

}

.footer .social-links__link > span {

    position: static;

    display: inline-block;

    vertical-align: middle;

    margin-right: 11px;

}

@media (max-width: 768px){

    .footer .colon-footer {

        text-align: center;

    }

}

.newsletter-element__form {

    text-align: center;

    position: relative;

    max-width: 500px;

    margin-left: auto;

    margin-right: auto;

}

#foot-wrap .emaillist input.es_txt_email{

    padding: 4px 10px 6px 47px;

    font-size: 1rem;

    color: #fff;

    height: 42px;

    width: 100%;

    font-family: acumin-pro-semi-condensed, sans-serif;


}
#foot-wrap .emaillist label{
    display: block;
}

.colon-footer3 .sm-mb-2 .newsletter-element__submit input{

    box-sizing: border-box;

    font-size: 1em;

    font-weight: bold;

    color: #fff;

    transition: all 0.3s ease 0s;

    display: block;

    padding: 14px 22px;

    width: 100%;

    margin-top: 10px;

    position: static;

    letter-spacing: 2.5px;

    font-family: acumin-pro-semi-condensed, sans-serif;

    line-height: 0;

    background-color: #df9019;

    height: 44px;

    border: 0;

}

.copyright {

    font-size: 11px;

    color: rgb(185, 185, 185);

    margin-top: 50px;

    border-top: 1px solid rgb(72, 72, 72);

    padding: 12px 0;

    font-family: acumin, sans-serif;

    text-align: center;

    background-color: #131212;

}

.colon-footer3 .sm-mb-2 .module-headline h1{

    color: #fff;

    font-size: 20px;

    font-family: acumin-pro-semi-condensed, sans-serif;

    font-weight: normal;

    line-height: 1.1;

}









/**** dep */



#yt_spotlight1{

    background-color: #fff;

}

#searchform input {

    color: #929292;



}

.col-tabs-wrap{

    position: static !important;

    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    background: #eee;

    border-top: 1px solid #ddd;

    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    -o-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);

    width: 100%;

    height: 30px;

    z-index: 999;

}
ul.col-tabs li a{
    color: #c78b39;
    font-weight:600;
}

@media screen and (max-width: 5000px) and (min-width: 480px){

    #body-main-wrap {

        margin-top: 0px !important;

        padding-top: 20px !important;

    }

}

.relative{
    position: relative;
    /*position: sticky !important;*/
}
.side-pop-wrap.relative, .side-list-wrap.relative, .row-widget-wrap.relative{
    position: static;
}
.sub-menu{

    display: none;

}

@media (max-width: 1024px){

    .nav_menu .menu-item-has-children > a:after {

        content: "";

        background-image: url(../img/svg_arrow_down.svg);

        background-repeat: no-repeat;

        background-position: 0% 0%;

        display: inline-block;

        width: 16px;

        height: 12px;

        margin-left: 10px;

        position: absolute;

        top: 42%;

        bottom: 0;

        right: 0px;

        transition: all 0.3s;

        -ms-transform: rotate(-90deg);

        transform: rotate(-90deg);

    }

    .nav_menu .menu-item-has-children.active > a:after {

        transition: all 0.3s;

        -ms-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    .sub-menu li {

        padding-left: 15px;

        background-color: #e0e0e0;

    }

}

#home-feat-text{

    width: 100% !important;

}

ul.row-widget-list{

    margin-bottom: 0;

}

.trending-now ul.row-widget-list, .last-articles ul.row-widget-list{

    margin-top: 15px;

}

.home-widget{

    padding-bottom: 0 !important;

}

.footer {

    clear: both;

}

footer#foot-wrap {

    background: #1a1a1a;

    margin-top: 50px;

    width: 100%;

}

.footer .menu{

    display: flex;

}

@media (max-width: 768px){

    .footer .menu{

        justify-content: center;

        max-width: 100%;

        flex-wrap: wrap;

    }

    .footer .menu li{ 

        margin-top: 10px;

    }

}

.colon-footer3 .sm-mb-2 .newsletter-element__input input {

    background-repeat: no-repeat;

    background-size: 16px 13px;

    background-position: 15px center;

    background-image: url(../img/envelope.png);

}

@media (max-width: 768px){

#sj_extra_slider_471{

    display: none;

}

}

/* modif body theme */

#site,#body-main-wrap{

    background-color: #fff;

}



.body-main-out {
    right: 50px;
    /*margin-left: -50px;*/
}

.body-main-in {

    margin-left: 100px;

}

@media screen and (max-width: 767px) and (min-width: 480px){

    .body-main-out, .body-main-in {

        margin-left: 0;

        right: auto;

    }

}

@media screen and (max-width: 1003px) and (min-width: 768px){

    .body-main-in {

        margin-left: 20px;

    }

    .body-main-out {

        margin-left: -20px;

        right: 10px;

    }

}

@media screen and (max-width: 1349px) and (min-width: 1004px){

    .body-main-out {

        margin-left: -30px;

        right: 15px;

    }

    .body-main-in {

        margin-left: 30px;

    }

}

.home-wrap-in2 {

    margin-left: 415px;

}

.home-mid-col {

    width: 400px;

    border: 0;

}

@media screen and (max-width: 1600px) and (min-width: 1100px){

    .home-mid-col {

        width: 300px;

    }

    .home-wrap-in2 {

        margin-left: 315px;

    }

}

@media screen and (max-width: 1099px) and (min-width: 768px){

    .home-mid-col {

        margin-right: 0;

        width: 100%;

    }

}

@media screen and (max-width: 767px) and (min-width: 480px){

    .home-mid-col{

        margin: 0 2.33281493002%;

        width: 95.33437014%;

    }

}

@media screen and (max-width: 479px){

    .home-wrap-out2, .home-wrap-in2 {

        margin-left: 0;

        margin-right: 0;

    }

    .body-main-out, .body-main-in {

        margin-left: 0;

        right: auto;

    }

    #body-main-wrap {

        margin-top: 20px !important;

    }

    .home-mid-col {

        width: 100%;

    }

}

@media screen and (max-width: 599px) and (min-width: 480px){

    .home-wrap-out2, .home-wrap-in2 {

        margin-left: 0;

        margin-right: 0;

    }

}

@media screen and (max-width: 659px) and (min-width: 480px){

    .home-wrap-out2, .home-wrap-in2 {

        margin-left: 0;

        margin-right: 0;

    }

}

@media screen and (max-width: 1099px) and (min-width: 600px){

    .home-wrap-out2, .home-wrap-in2 {

        margin-left: 0;

    }

}



/* header block */



.tab-styled-headline {

    font-size: 22px;

    font-weight: bold;

    line-height: 34px;

    letter-spacing: -0.5px;

    color: #2a2a2a;

    display: inline-block;

    background-color: #fff;

    position: relative;

    padding: 0 10px 2px 20px;

    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);

    margin: 0;

    min-width: 192px;
    width: auto;

}

.tab-styled-headline:after {
    content: '';
    width: 34px;
    height: 54px;
    position: absolute;
    left: 99%;
    background: url(../img/2000x.png);
    top: 0;
    background-size: cover;
    /*z-index: 1;*/
}

.tab-styled-headline.style-header-block:before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    background: url(../img/motif-bar-titel.png);
    top: 0;
    background-size: 40px 15px;
    background-repeat: repeat-x;
    /*z-index: 2;*/
}

.tab-styled-headline .side-list-title{

        font-size: 18px;

        margin-top: 23px;

        text-transform: none;

}

.tab-styled-headline .cache {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: -12px;
    bottom: -5px;
    height: 6px;
    background-color: #fff;
    width: 301px;
    z-index: 1;

}

.tab-styled-headline .cache.dark{

    background-color: #252525;

    width: 100%;

}

.tab-styled-body{

    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);

    z-index: -1;

    }



/* block programme */

.side-list-wrap .livebox-nav.with-live .dropdown-block {

    float: none;

    width: 100%;

}

.side-list-wrap .dropdown-block {

    display: inline-block;

    position: relative;

    font-size: .875rem;

    text-align: center;

    height: 3.25rem;

    line-height: 3.125rem;

    width: 100%;

}

.side-list-wrap .dropdown-block__title{

    border-bottom: 1px solid rgba(61,66,72,0.15);

}

.side-list-wrap .dropdown-block__dropdown-icon {

    display: inline-block;

}

.side-list-wrap .dropdown-block__dropdown-icon>svg {

    width: 1rem;

    height: 1rem;

    display: inline-block;

    vertical-align: middle;

    fill: #3D4248;

}

.side-list-wrap .dropdown-block__dropdown-text {

    font-size: 1.07143em;

    font-weight: bold;

    padding-left: .8125rem;

    margin-right: .9375rem;

    display: inline-block;

    vertical-align: middle;

    color: #3D4248;

    max-width: calc(100% - 61px);

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

}

.side-list-wrap .dropdown-block__dropdown-text {

    font-size: 1em;

    padding-left: .5625rem;

    margin-right: .6875rem;

}

.side-list-wrap .dropdown-block__dropdown-arrow {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    height: .8125rem;

    width: .75rem;

    padding-left: 1.375rem;

    border-left: 1px solid #ced0d1;

}

.side-list-wrap .dropdown-block__dropdown-arrow:before, .side-list-wrap .dropdown-block__dropdown-arrow:after {

    content: "";

    display: block;

    height: 9px;

    margin-top: -6px;

    position: absolute;

    -moz-transform: rotate(220deg);

    -ms-transform: rotate(220deg);

    -webkit-transform: rotate(220deg);

    transform: rotate(220deg);

    right: 0px;

    top: 0px;

    border-radius: 22px;

    width: 3px;

    background: #9EA0A3;

}

.side-list-wrap .dropdown-block__dropdown-arrow:after {

    -moz-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -webkit-transform: rotate(135deg);

    transform: rotate(135deg);

    top: 0px;

    right: 5px;

}

.side-list-wrap .dropdown-block__dropdown-arrow:before, .side-list-wrap .dropdown-block__dropdown-arrow:after {

    width: 2px;

    margin-top: 2px;

}

.side-list-wrap .dropdown-block__content {

    display: none;

    width: 90%;

    line-height: normal;

    list-style: none;

    background: #fff;

    overflow: auto;

    overflow-x: hidden;

    -moz-border-radius: 0 0 4px 4px;

    -webkit-border-radius: 0;

    border-radius: 0 0 4px 4px;

    border: 1px solid #ced8e0;

    border-top: none;

    padding: .625rem .5rem;

    box-shadow: 0px 3px 4px -1px #D4D4D4;

    z-index: 999;

    margin: auto;



    position: absolute;

    margin-left: auto;

    margin-right: auto;

    left: 0;

    right: 0;

}

.side-list-wrap .dropdown-block--open .dropdown-block__content {

    display: block;

}

.side-list-wrap .dropdown-block__content .dropdown-block-list {

    font-size: 1rem;

}

.side-list-wrap .dropdown-block-list__single-item {

    display: block;

    width: 100%;

    position: relative;

    margin-bottom: .625rem;

    -moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    border-radius: 4px;

    overflow: hidden;

    cursor: pointer;

    -moz-transition: background-color 200ms ease-out;

    -o-transition: background-color 200ms ease-out;

    -webkit-transition: background-color 200ms ease-out;

    transition: background-color 200ms ease-out;

}

.side-list-wrap .active {

    background: #009CDE;

}

.side-list-wrap .dropdown-block-list__single-item-link {

    display: block;

    padding: .375rem .625rem .375rem .625rem;

    color: #3D4248;

    white-space: nowrap;

}



/* match */

.side-list-wrap ul.side-list li{

    width: 100%;

}

.side-list-wrap .event {

    display: block;

    position: relative;

    width: 100%;

    text-align: center;

    font-size: 0;

    line-height: 1;

}

.side-list-wrap .event__link {

    display: inline-block;

    text-align: center;

    margin: 0 auto;

    display: flex;

    align-items: center;

    /*justify-content: center;*/

}

.side-list-wrap .event__logo {

    display: block;

    padding: 10px 0;

    margin: 0 20px 0 0;

}

.side-list-wrap .event__name {

    display: block;

    font-weight: bold;

    color: #3D4248;

    /*text-transform: uppercase;*/

    font-size: .9375rem;

}

.side-list-wrap .round {

    display: block;

    width: 100%;

    text-align: center;

    line-height: 1;
    background-color: #fff;

}

.side-list-wrap .round__name {

    color: #9EA0A3;

}

.side-list-wrap .matches-wrapper {

    margin-top: 15px;

    border-top: 1px solid #9EA0A3;

}

.side-list-wrap .match {

    border-bottom: 1px solid rgba(61,66,72,0.15);

    padding: 10px 0;

}

.side-list-wrap .match a{

    display: flex;

}

.side-list-wrap .team--match {

    width: 34%;

    display: inline-block;

    text-align: left;

    vertical-align: middle;

    font-size: 0px;

    display: flex;

    justify-content: center;

}

.side-list-wrap .team--match .team__logo {

    position: static;

    display: inline-block;

    display: inline-block;

    vertical-align: middle;

    width: 25px;

    height: auto;

}

.side-list-wrap .team--match .team__logo>img {

    display: inline-block;

    width: 100%;

    height: auto;

}

.side-list-wrap .team--match .team__name {

    font-size: .8125rem;

    width: calc(100% - 26px);

    white-space: normal;

    padding-left: 5px;

    text-align: center;

    color: #262626;

    line-height: normal;

    padding-top: 4px;

}

.match__score-text {

    display: inline-block;

}

.side-list-wrap .match__scores, .side-list-wrap .match__time {

    display: inline-block;

    vertical-align: middle;

    width: 28%;

    font-weight: bold;

    text-align: center;

    color: #3D4248;

}

.side-list-wrap .team--match-away {

    direction: rtl;

}

.side-list-wrap .link {

    display: block;

    text-align: center;

    padding-top: 15px;

}

.side-list-wrap .link .link__text {

    display: inline-block;

    color: #777A7F;

    text-transform: uppercase;

    font-size: .6875rem;

    margin-right: 15px;

}



/** google ads */

#home-ad-go{

    width: 100%;

    background-color: #df9019;

}

#home-ad-go img{

    width: 100%;

    max-height: 100%;

}

.espace_top{

    margin-top: 30px;

}

ul.row-widget-list.modif li{

    margin-left: 3%;

    width: 47%;

}

.home-widget .row-widget-list.modif li{

    margin-top: 20px;

    border-bottom: 1px solid #eee;

    padding-bottom: 20px;

}

.home-widget .row-widget-list.modif li:last-child,.home-widget .row-widget-list.modif li:nth-last-child(2){

    border-bottom: 0;

}



.home-widget .row-widget-list.modif .title, .home-widget .row-widget-list.modif .title-mobile,.archive-list-text h2{
    display: inline;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0px;
    -moz-box-shadow: none;
    transition: all 0.2s ease;
    float:none;
    color: #df9019;
    box-decoration-break: clone !Important;
}
.featured-stories .home-widget .row-widget-list.modif .title, .featured-stories .home-widget .row-widget-list.modif .title-mobile,.archive-list-text h2{
    background-color: rgb(234, 234, 234);
    box-shadow: -10px 0 0 rgb(234, 234, 234), 10px 0 0 rgb(234, 234, 234);
    color: #000;
}
.tab-styled-headline i {
    color: #df9019;
    margin-right: 7px;
    float: left;
    margin-top: 19px;
    margin-left: -6px;
}
.featured-stories .tab-styled-headline i:before, .last-articles .tab-styled-headline i:before, .programme .tab-styled-headline i:before,
.exclusive-video .tab-styled-headline i:before, .chrono .tab-styled-headline i:before,.transferts .tab-styled-headline i:before,
.featured-stories-fr .tab-styled-headline i:before, .last-articles-fr .tab-styled-headline i:before,
.exclusive-video-fr .tab-styled-headline i:before, .chrono-fr .tab-styled-headline i:before,.transferts-fr .tab-styled-headline i:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}
.featured-stories .tab-styled-headline i:before,.featured-stories-fr .tab-styled-headline i:before {
    /*background-image: url(../img/featured_stories.svg);*/
    background-image: url(../img/chrono-icon.png);
    background-size: cover;
    width: 24px;
    height: 20px;
}
.tab-col3-child.featured-stories .tab-styled-headline i:before{
    background-image: url(../img/featured_stories-orange.svg);
}
.last-articles .tab-styled-headline i:before,.last-articles-fr .tab-styled-headline i:before {
    background-image: url(../img/derniers_articles.svg);
}
.programme .tab-styled-headline i:before{
    background-image: url(../img/score_live.png);
    background-size: cover;
    width: 23px;
    height: 21px;
}
.exclusive-video .tab-styled-headline i:before,.exclusive-video-fr .tab-styled-headline i:before{
    background-image: url(../img/exclusive_video.png);
    background-size: cover;
    width: 23px;
    height: 18px;
}
.chrono .tab-styled-headline i:before,.chrono-fr .tab-styled-headline i:before{
    background-image: url(../img/chrono-icon.png);
    background-size: cover;
    width: 24px;
    height: 20px;
}
.home-widget .row-widget-list.modif .short-post, .home-widget .row-widget-list.modif .short-post-mobile{

    font-size: 12px;

    color: #000;

    margin-top: 10px;

    line-height: 17px;

    font-weight: 800;

}

.home-widget .row-widget-list.modif .title-mobile, .home-widget .row-widget-list.modif .short-post-mobile{

    display: none;

}

.row-widget-list.modif .row-widget-img .block-img{

    position: relative;

}

@media screen and (max-width: 1900px) and (min-width: 1800px){

    .home-widget .row-widget-list.modif .title{

        font-size: 25px;

        line-height: 31px;

    }

}

@media screen and (max-width: 1800px) and (min-width: 1750px){

    .home-widget .row-widget-list.modif .title{

        font-size: 24px;

        line-height: 26px;

    }

}
@media screen and (min-width: 1501px){
    .featured-stories .home-widget .row-widget-list.modif .title-post {
        height: 156px;
    }
}
@media screen and (max-width: 1750px) and (min-width: 1501px){

    .home-widget .row-widget-list.modif .title{

        font-size: 24px;

        line-height: 24px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 191px;

    }

}

@media screen and (max-width: 1500px) and (min-width: 1420px){

    .home-widget .row-widget-list.modif .title{

        font-size: 24px;

        line-height: 24px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 190px;

    }

}

@media screen and (max-width: 1419px) and (min-width: 1250px){

    .home-widget .row-widget-list.modif .title{

        font-size: 20px;

        line-height: 20px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 194px;

    }

}

@media screen and (max-width: 1249px) and (min-width: 1171px){

    .home-widget .row-widget-list.modif .title{

        font-size: 20px;

        line-height: 23px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 210px;

    }

}

@media screen and (max-width: 1170px) and (min-width: 1100px){

    .row-widget-list.modif .row-widget-img{

        display: block;

    }

    .row-widget-list.modif .row-widget-img .tag-date-post{

        display: flex;

        align-items: center;

        justify-content: space-between;

        margin-bottom: 10px;

    }

    .row-widget-list.modif .row-widget-img .social-date{

        justify-content: flex-end;

        order: 2;

        margin-right: 6px;

    }

    .social-author {

        margin-top: 0px;

    }

    .row-widget-list.modif .row-widget-img .block-img{

        position: inherit;

    }

    .row-widget-list.modif .row-widget-img .block-img .feat-vid-but {

        left: 50%;

    }

    .home-widget .row-widget-list.modif .title{

        font-size: 20px;

        line-height: 23px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 220px;

    }

}

@media screen and (max-width: 1130px) and (min-width: 1100px){

    .home-widget .row-widget-list.modif .title-post {

        height: 240px;

    }

}

@media screen and (max-width: 1099px) and (min-width: 1040px){

    .home-widget .row-widget-list.modif .title{

            font-size: 19px;

            line-height: 20px;



    }

}



@media screen and (max-width:1040px){

    .home-widget .row-widget-list.modif li{

        margin-top: 20px;

        border-bottom: 1px solid #eee;

        padding-bottom: 20px;

    }

    .home-widget .row-widget-list.modif li:last-child,.home-widget .row-widget-list.modif li:nth-last-child(2){

        border-bottom: 0;

    }

    .row-widget-list.modif .row-widget-img{

        display: block;

        width: 100%;

        max-width: none;

    }

    .row-widget-list.modif .row-widget-img .tag-date-post{

        display: flex;

        align-items: center;

        justify-content: space-between;

        margin-bottom: 10px;

    }

    .row-widget-list.modif .row-widget-img .social-date{

        justify-content: flex-end;

        order: 2;

    }

    .social-author {

        margin-top: 0px;

    }

    .row-widget-list.modif .row-widget-img .block-img{

        position: inherit;

    }

    .row-widget-list.modif .row-widget-img .block-img .feat-vid-but {

        left: 50%;

    }

    .home-widget .row-widget-list.modif .title{

            font-size: 20px;

            line-height: 20px;



    }

    .home-widget .row-widget-list.modif .title-post{

        height: 212px;

    }

    ul.row-widget-list.modif li {

        width: 46%;

    }

    ul.row-widget-list li{

        border-top: 0px;

        padding: 0;

    }

    .home-widget .row-widget-list.modif .title{

        display: inline;

    }

    .home-widget .row-widget-list.modif .short-post{

        display: block;

    }

    .home-widget .row-widget-list.modif .title-mobile, .home-widget .row-widget-list.modif .short-post-mobile{

        display: none;

    }

    .home-widget .row-widget-list.modif .title-mobile{

        font-size: 20px;

        line-height: 20px;

    }

}

@media screen and (max-width: 1099px) and (min-width: 940px){

    .home-widget .row-widget-list.modif .title{

        font-size: 20px;

        line-height: 20px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 188px;

    }

}

@media screen and (max-width: 893px) and (min-width: 774px){

    .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .home-widget .row-widget-list.modif .short-post{

        display: block;

    }

    .home-widget .row-widget-list.modif .title, .home-widget .row-widget-list.modif .short-post-mobile{

        display: none;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: 240px;

    }

}

@media screen and (max-width: 773px) and (min-width: 768px){

    .home-widget .row-widget-list.modif .title-post {

        height: 282px;

    }

}

@media screen and (max-width: 767px) and (min-width: 695px){

    .home-widget .row-widget-list.modif .title-post{

        height: 150px;

    }

    .home-widget .row-widget-list.modif .title{

        display: inline;

    }

    .home-widget .row-widget-list.modif .title-mobile{

        display: none;

    }

}

@media screen and (max-width: 694px){
    .home-widget .row-widget-list.modif .title{
        display: inline;
    }
    .home-widget .row-widget-list.modif .short-post-mobile{
        display: block;
    }
    .home-widget .row-widget-list.modif .title-mobile, .home-widget .row-widget-list.modif .short-post{
        display: none;
    }
    .home-widget .row-widget-list.modif .title-post {
        height: 195px;
    }
    .home-widget .row-widget-list.modif .title-mobile{
        font-size: 20px;
        line-height: 20px;
    }

}
@media screen and (max-width: 596px){

    .home-widget .row-widget-list.modif .title-post {

        height: 250px;

    }

}
@media screen and (max-width: 479px) and (min-width: 450px){
    .home-widget .row-widget-list.modif .title-mobile{
        display: inline;
    }
    .home-widget .row-widget-list.modif .short-post-mobile{
        display: block;
    }
    .home-widget .row-widget-list.modif .title, .home-widget .row-widget-list.modif .short-post{
        display: none;
    }
}


@media screen and (max-width: 500px){

    .home-widget .row-widget-list.modif .title-post {

        /*height: auto;*/

    }

}

@media screen and (max-width: 449px){

    .home-widget .row-widget-list.modif li,.home-widget .row-widget-list.modif li:nth-last-child(2){

        width: 100%;  

        margin-left: 0;  

        margin-top: 20px;

        border-bottom: 1px solid #eee;

        padding-bottom: 20px;

    }

    .home-widget .row-widget-list.modif .title-post {

        height: auto;

    }

    .home-wrap-in1 {

        margin-right: 10px;

    }

    .home-widget .row-widget-list.modif .title{

        font-size: 25px;

        line-height: 25px;



    }

    .home-widget .row-widget-list.modif .title{

        display: inline;

    }

    .home-widget .row-widget-list.modif .short-post{

        display: block;

    }

    .home-widget .row-widget-list.modif .title-mobile, .home-widget .row-widget-list.modif .short-post-mobile{

        display: none;

    }

}

@media screen and (max-width: 767px){

.home-wrap-in1 {

        margin-right: 10px;

    }

    .body-main-in{

        margin-left: 10px;

    }

}

.home-widget .row-widget-list.modif .title:hover,.archive-list-text h2:hover{

    background-color:#df9019;

    box-shadow: -10px 0 0 rgb(223, 144, 25), 10px 0 0 rgb(223, 144, 25);

    color: #000 !important;

}

.home-widget .row-widget-list.modif .title-post{

    margin: 0 0 16px 10px;

    width: 95%;

}

.row-widget-img{

    background: fixed;

   /* display: flex;

    align-items: center;

    justify-content: space-between;*/

}

.social-author{

    margin-top: 10px;

}

.social-author:after {

    content: '';

    display: block;

    border-top: 2px solid #df9019;

    margin-top: 4px;

    width: 46px;

}
.tag {
     color: #df9019;
}
/*.tag {

    letter-spacing: 1.3px;

    font-family: merriweather, serif;

    color: #df9019;

    font-size: 11px;

    white-space: normal;

    overflow: visible;

    font-weight: 800;

    line-height: 1.1;

    text-transform: uppercase;

    display: block !important;

}*/

.row-widget-img .social-date {

    display: flex;

    width: 100px;

    align-items: center;

    font-size: 10px;

}

.row-widget-img .social-date:before {

    content: '';

    display: inline-block;

    margin-right: 5px;

    width: 17px;

    height: 17px;

    background-image: url(../img/time.svg);

}

.row-widget-img .social-date__text {

    line-height: 1;

    font-size: 10px;

    font-weight: bold;

    line-height: 1.02;

    letter-spacing: 1px;

    max-width: 40px;

    display: inline-block;

    color: #2a2a2a;

}

.home-widget {

    border-bottom: 2px solid #4b4b4b;

    padding-bottom: 20px;

}

.link-cat-page {

    margin-left: 5%;

    margin-bottom: 15px;

    display: inline-block;

    color: #000 !important;
    text-transform: uppercase;

}

.link-cat-page:hover {

    margin-left: 5%;

    margin-bottom: 15px;

    display: inline-block;

    color: #f26522 !important;

}

.link-cat-page span{

        display: inline-block;

        margin-left: 4px;

        margin-bottom: -1px;

        height: 10px;

        width: 10px;

        background-repeat: no-repeat;

        background-size: 10px 10px;

        background-image: url(../img/fleche.png);



}





/** CHRONO */

.tab-styled-headline.dark {

    color: #fff;

    background-color: #252525;

}

.tab-styled-headline.dark h3.side-list-title,h3.side-list-title {

    color: #df9019;

    float: left;

}

.trending-now .tab-styled-headline.dark h3.side-list-title, .last-articles .tab-styled-headline.dark h3.side-list-title{

    color: #fff;

}

.tab-styled-headline.dark:after{

    background: url(../img/2000x-dark-2.png);

}

.side-pop-wrap{

    background-color: #252525;

    z-index: -1;

}

.side-pop-wrap .row-widget-list.modif2{

    margin-left: 0%;

    width: 100%;

    margin-bottom: 15px;

}

.side-pop-wrap ul.row-widget-list li{

    float: left;

    margin-left: 5%;

    width: 100%;

    padding-right: 10%;

    margin-top: 20px;

}

.side-pop-wrap .row-widget-list.modif2 li > a{

    display: inline-flex;

    border-bottom: 2px solid #8f8f8f;

}

.side-pop-wrap .row-widget-list.modif2 li > a .title-post{

    width: 200px;

}

.side-pop-wrap .row-widget-list.modif2 li > a .title-post .title{

    font-size: 12px;

    line-height: 17px;

    margin-right: 3px;

    margin-bottom: 10px;

    color: #fff;

}

.side-pop-wrap .row-widget-list.modif2 li > a:hover .title-post .title{

    color: #df9019;

}

.side-pop-wrap .row-widget-list.modif2 li > a .title-post .tag-date-post span{

    color: #186e47;

}

.dark .link-cat-page {

    color: #fff !important;

}

.dark .link-cat-page:hover {

    color: #186e47 !important;

}

.dark .link-cat-page span {

    display: inline-block;

    margin-left: 4px;

    margin-bottom: -1px;

    height: 10px;

    width: 10px;

    background-repeat: no-repeat;

    background-size: 10px 10px;

    background-image: url(../img/fleche-dark.png);

}

.modif3.feat-vid-but{

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: -40px !important;

    position: static;

    border-radius: 0;

    font-size: 18px !important;

    background-color: #252525 !important;

    opacity: 0.9999 !important ;

    border: 0 !important;

    margin-left: 0px !important;

}

.modif3.feat-vid-but i {

    margin: 0;

    position: static;

    color: #df9019 !important;

}

.side-pop-wrap{

    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.45);

}



@media screen and (max-width: 899px) and (min-width: 768px){

    .side-pop-wrap .row-widget-list.modif2 .row-widget-img, .blog-widget-img {

        margin: 0;

        width: 39.8936170213%;

        margin-bottom: 15px;

    }

}

@media screen and (min-width: 768px){

    .tab-col3-child:nth-child(2) .side-title-wrap{

        margin-top: 20px;

    }

}

@media screen and (max-width: 767px) and (min-width: 370px){

    .side-pop-wrap .row-widget-list.modif2 li > a .title-post .title {

        font-size: 16px;

        line-height: 17px;

        margin-right: 7px;

    }

}

@media screen and (max-width: 767px) and (min-width: 570px){

    #tab-col3 .tab-col3-child{

        width: 49%;

        float: left;

    }

    .side-pop-wrap .row-widget-list.modif2 li > a .title-post .title {

        font-size: 14px;

    }

    .tab-col3-child:nth-child(1){

        margin-right: 2%;

    }

    #tab-col3 .tab-col3-child{

        order:0;

    }

    #tab-col3 .tab-col3-child:nth-child(3){

        order: 0;

    }

    #tab-col3 .tab-col3-child:nth-child(3) .tab-styled-headline.dark{

        float: right;

    }

    #tab-col3 .tab-col3-child:nth-child(3) .tab-styled-headline:after{

        -webkit-transform: scaleX(-1);

        transform: scaleX(-1);

        left: -34px;

    }

    #tab-col3 {

        display: flex !important;

        flex-wrap: wrap;

    }

    #tab-col3.hidden-mobile{

        display: none !important;

    }
    #tab-col3 .ads-go{

        order: 2;

    }

}

@media screen and (max-width: 767px){

    .side-pop-wrap .row-widget-list.modif2 li > a .row-widget-img{

        margin: 0;

        width: 100%;

        max-width: none;

        margin-bottom: 15px;

    }
}

@media screen and (max-width: 479px){

    .side-pop-wrap .row-widget-list.modif2 li > a .row-widget-img{

        margin: 0;

        width: 64.242424242424%;

        max-width: none;

        margin-bottom: 15px;

    }

}

/** Trending-now  */

#home-mid-wrap-dark,#home-mid-wrap-last-article-dark{

    background: #252525;

}
.trending-now .tab-styled-headline:before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    left: 0;
    background: url(../img/motif-bar-titel.png);
    top: 0;
    background-size: 40px 15px;
    background-repeat: repeat-x;
    z-index: 2;
}
.trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title, .home-widget .row-widget-list.modif .title-mobile{

    font-size: 16px;
    line-height: 16px;
}

.trending-now .fas{

    color: #df9019;

    margin-right: 7px;

    float: left;

    margin-top: 19px;

    margin-left: -6px;

}

.trending-now .fas:before,.trending-now-fr .fas:before {
    content: "\f7e4";
}

.trending-now ul.row-widget-list.modif li {

    margin-left: 3%;

    width: 30%;

}
.trending-now .short-post, .trending-now .short-post-mobile, .last-articles .short-post, .last-articles .short-post-mobile{
    color: #f0f0f0 !important;
}

@media screen and (min-width: 1851px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 184px;

    }

}
@media screen and (max-width: 1800px){
    .sj-extra-slider .extraslider-inner{
        margin-left: 20px;
    }
}

@media screen and (max-width: 1851px) and (min-width: 1750px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post{

        height: 190px;

    }

}

@media screen and (min-width: 1750px){

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title, .home-widget .row-widget-list.modif .title-mobile{

        font-size: 20px;

    }

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3){

        border-bottom: 0;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

}



@media screen and (max-width: 1749px) and (min-width: 1661px){

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3){

        border-bottom: 0;

    }

}

@media screen and (max-width: 1660px) and (min-width: 1231px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post{

        height: 226px;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3){

        border-bottom: 0;

    }

}

@media screen and (max-width: 1660px) and (min-width: 1291px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 222px;

    }

}

@media screen and (max-width: 1230px) and (min-width: 1100px){

    .trending-now ul.row-widget-list.modif li, .last-articles ul.row-widget-list.modif li {

        margin-left: 3%;

        width: 47%;

    }

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 194px;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

    .trending-now .social-author, .last-articles .social-author {

        margin-top: 6px;

    }
}

@media screen and (max-width: 1099px) and (min-width: 940px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post{

        height: 222px;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

    .trending-now .social-author, .last-articles .social-author {

        margin-top: 6px;

    }

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3){

        border-bottom: 0;

    }

}

@media screen and (max-width: 939px) and (min-width: 768px){

    .trending-now ul.row-widget-list.modif li, .last-articles ul.row-widget-list.modif li{

        margin-left: 4%;

        width: 46%;

    }

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .row-widget-list.modif .title-post{

        height: 220px;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

    .trending-now .social-author, .last-articles  .social-author{

        margin-top: 6px;

    }

}

@media screen and (max-width: 767px) and (min-width: 600px){

    .trending-now .home-widget .row-widget-list.modif .title-post, .last-articles  .home-widget .row-widget-list.modif .title-post{

        height: 241px;

    }

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3){

        border-bottom: 0;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post-mobile, .last-articles .home-widget .row-widget-list.modif .short-post-mobile{

        margin-top: 6px;

        margin-bottom: 9px;

    }

    .trending-now .social-author, .last-articles .social-author{

        margin-top: 6px;

    }

}

@media screen and (max-width: 600px) and (min-width: 450px){

    .trending-now ul.row-widget-list.modif li, .last-articles ul.row-widget-list.modif li{

        margin-left: 4%;

        width: 46%;

    }

    .trending-now .home-widget .row-widget-list.modif .title-post{

        height: 204px;

    }
    .last-articles .home-widget .row-widget-list.modif .title-post{

        height: 165px;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .title-mobile{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: none;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        margin-top: 7px;

        line-height: 15px;

        margin-bottom: 5px;

    }

    .trending-now .social-author, .last-articles .social-author{

        margin-top: 6px;

    }

    .trending-now .home-widget .row-widget-list.modif li:nth-last-child(3),.trending-now .home-widget .row-widget-list.modif li:nth-last-child(4){

        border-bottom: 0;

    }

}

@media screen and (max-width: 449px){

    .trending-now ul.row-widget-list.modif li, .last-articles ul.row-widget-list.modif li{

        width: 100%;  

        margin-left: 0;  

        margin-top: 20px;

        border-bottom: 1px solid #eee;

        padding-bottom: 20px;

    }

    .trending-now .home-widget .home-widget .row-widget-list.modif .title-post, .last-articles .home-widget .home-widget .row-widget-list.modif .title-post{

        height: fit-content;

    }

    .trending-now .home-widget .home-wrap-in1, .last-articles .home-widget .home-wrap-in1{

        margin-right: 10px;

    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        font-size: 25px;

        line-height: 25px;



    }

    .trending-now .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title{

        display: inline;

    }

    .trending-now .home-widget .row-widget-list.modif .short-post, .last-articles .home-widget .row-widget-list.modif .short-post{

        display: block;

    }

    .trending-now .home-widget .row-widget-list.modif .title-mobile, .trending-now .home-widget .row-widget-list.modif .short-post-mobile, 

    .last-articles .home-widget .row-widget-list.modif .title-mobile, .last-articles .home-widget .row-widget-list.modif .short-post-mobile{

        display: none;

    }

}

.trending-now .link-cat-page, .last-articles .link-cat-page{

    color: #df9019 !important;

}

.trending-now .link-cat-page span, .last-articles .link-cat-page span{

    background-image: url(../img/fleche-orange.png);

}

.trending-now .home-widget,.last-articles .home-widget {

    border-bottom: 2px solid #fff;

}

/*** banner ***/

.banner{

    width: 100%;

    padding-top: 30px;

    clear: both;

    width: calc(100% + 100px);

    margin-left: -50px;

}

.banner .img-banner{

    width: 100%;

    background-size: contain;

    float: left;

    

}

.banner .img-banner2{

    width: 100%;

    background-size: contain;

    float: left;

}

.banner .img-banner3{

    width: 100%;

    background-size: contain;

    float: left;

}

@media screen and (max-width: 1349px) and (min-width: 1004px){

    .banner{

        margin-left: -15px;

        width: calc(100% + 30px);

    }

}

@media screen and (max-width: 1003px) and (min-width: 768px){

    .banner{

        margin-left: -10px;

        width: calc(100% + 20px);

    }

}

@media screen and (min-width: 768px){

    .banner .img-banner3, .banner .img-banner2{

        display: none;

    }

}

@media screen and (max-width: 767px){

    .banner {

        margin-left: -10px;

        width: calc(100% + 10px);

    }

    .banner .img-banner{

        display: none;

    }

}

/*** last-article ***/



.last-articles{

    margin-top: 20px;

    clear: both;

}

.last-articles .row-widget-img .block-img{

    width: 100%;

}

.last-articles .home-widget .row-widget-list.modif .title-post {

    margin-top: 10px;

}

.last-articles .home-widget .row-widget-list.modif .title, .last-articles .home-widget .row-widget-list.modif .title-mobile{

    font-size: 14px;

}

.block-img .tag{
    position: absolute;
    padding: 6px 10px;
    background-color: #ff9900;
    color: #fff;
    opacity: 1;
    border-radius: 0 20px;
    z-index: 1;
}

.last-articles .link-cat-page{
    width: 100%;

    text-align: center;

    margin-left: 0;

    color: #df9019 !important;
}
.full-cat.last-articles .link-cat-page,.full-cat.trending-now .link-cat-page{
    text-align: left;
    margin-left: 5%;
    color: #000 !important;
}
.full-cat.last-articles .link-cat-page span, .full-cat.trending-now .link-cat-page span{
background-image: url(../img/fleche.png);
}
.full-cat.trending-now .home-widget, .full-cat.last-articles .home-widget{
    border-bottom: 2px solid #4b4b4b;
}
.last-articles .link-cat-page span{

    background-image: url(../img/fleche-orange.png);

}

.last-articles .home-widget .row-widget-list.modif li{

    border: 0;

}

.last-articles .read-more{

    margin: 0;

    background-color: #df9019;

    padding: 7px 12px 4px 12px;

}

.last-articles ul.row-widget-list{

    margin-bottom: 20px;

}

#mvp_tagrow_widget-3 .ligne-center{

    width: 80px;

    height: 3px;

    background-color: #fff;

}
#home-mid-wrap-last-article-dark .home-widget .row-widget-list.modif .title,#home-mid-wrap-last-article-dark .home-widget .row-widget-list.modif .title-mobile{
    line-height: normal !important;
}
@media screen and (min-width: 1501px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 120px;

    }

}

@media screen and (max-width: 1500px) and (min-width: 1408px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 120px;

    }

}

@media screen and (max-width: 1407px) and (min-width: 1231px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 118px;

    }

}

@media screen and (max-width: 1230px) and (min-width: 1100px){

 

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 155px;

    }

    .last-articles .home-widget .row-widget-list.modif li:last-child, .last-articles .home-widget .row-widget-list.modif li:nth-last-child(2) {

        display: block;

    }

}

@media screen and (max-width: 1099px){

    .last-articles.hidden-mobile, .banner.hidden-mobile{

        display: none !important;

    }

    

}

@media screen and (min-width: 940px){

    .last-articles ul.row-widget-list.modif li {

        margin-left: 3%;

        width: 22%;

        border-bottom: 0;

    }

    .last-articles .home-widget .row-widget-list.modif li{

        border: 0;

    }

    

}

@media screen and (max-width: 940px) and (min-width: 700px){

    .last-articles ul.row-widget-list.modif li {

        margin-left: 3%;

        width: 30%;

    }

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 121px;

    }

}

@media screen and (max-width: 940px) and (min-width: 768px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 166px;

    }

}

@media screen and (max-width: 767px) and (min-width: 694px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 178px;

    }

}

@media screen and (max-width: 650px) and (min-width: 601px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 174px;

    }

}

@media screen and (max-width: 600px) and (min-width: 480px){

    .last-articles .home-widget .row-widget-list.modif .title-post {

        height: 165px;

    }



}
.block-img{
    background: -moz-linear-gradient(-45deg,#000000 0%,#000000 25%,#1e539e 50%,#ff3083 75%,#7800a8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,#000000 0%,#000000 25%,#1e539e 50%,#ff3083 75%,#7800a8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,#000000 0%,#000000 25%,#e39319 50%,#df6f45 75%,#186e47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: .5s all;
}
.block-img:hover {
  background-position: 100% 100%;
}
.block-img img{
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: screen;
}

#yt_logo .logo {
    position: relative;
    z-index: 2;
    padding-top: 30px !important;

}
/*#s, #searchform button 
{
pointer-events:none;
}*/
@media screen and (min-width: 1916px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 1915px) and (min-width: 1887px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 7px;
    }
}
@media screen and (max-width: 1886px) and (min-width: 1875px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 7px;
    }
}
@media screen and (max-width: 1874px) and (min-width: 1852px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 4px;
    }
}
@media screen and (max-width: 1851px) and (min-width: 1841px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 1840px) and (min-width: 1810px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 4px;
    }
}
@media screen and (max-width: 1809px) and (min-width: 1751px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1640px) and (min-width: 1601px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1538px) and (min-width: 1500px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 13px;
    }
}
/*@media screen and (max-width: 1499px) and (min-width: 1500px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 13px;
    }
}*/
@media screen and (max-width: 1499px) and (min-width: 1231px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 8px;
    }
}
@media screen and (max-width: 1231px) and (min-width: 1207px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 1170px) and (min-width: 1100px){
    .side-pop-wrap .row-widget-list.modif2 li > a{
        padding-bottom: 11px;
    }
}
@media screen and (max-width: 1099px) and (min-width: 1058px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 10px;
    }
}
@media screen and (max-width: 1057px) and (min-width: 1041px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 8px;
    }
}
@media screen and (max-width: 971px) and (min-width: 958px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 18px;
    }
}
@media screen and (max-width: 957px) and (min-width: 940px){
    .side-pop-wrap ul.row-widget-list li{
        margin-top: 16px;
    }
}

/* blog */

.archive-list-img{
    max-height: none;
}
a.inf-more-but {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0 0 15px 5% ;
    padding: 0px 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
    border:0px;
    color: #000 !important;
}
a.inf-more-but:hover {
    background: none;
    color: #df9019 !important;
}
.archive-list-text h2{
    /*color: #df9018;*/
    font-weight: 800;
    text-transform: initial;
    font-size: 24px;
}
.archive-list-text p{
    color: #000;
}

@media screen and (max-width: 1500px) and (min-width: 1400px){
    .archive-list-img {
        width: 300px;
    }
    .archive-list-in {
        margin-left: 320px;
    }
}
@media screen and (max-width: 1300px)and (min-width: 1100px){
    .archive-list-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .archive-list-in {
        margin-left: 0;
    }
}
@media screen and (max-width: 1099px)and (min-width: 1000px){
    .archive-list-img {
        width: 300px;
    }
    .archive-list-in {
        margin-left: 320px;
    }
}
@media screen and (max-width: 999px) and (min-width: 768px){
    .archive-list-img {
        margin-bottom: 15px;
        width: 100%;
    }
    .archive-list-in {
        margin-left: 0px;
    }
    .archive-list-text p{
        display: block;
    }
}
@media screen and (max-width: 767px) and (min-width: 699px){
    .archive-list-img {
        width: 270px;
    }
    .archive-list-in {
        margin-left: 290px;
    }
}
@media screen and (max-width: 698px){
    .archive-list-img {
        margin-bottom: 15px;
        width: 100%;
    }
    .archive-list-in {
        margin-left: 0px;
    }
    .archive-list-text p{
        display: block !important;
    }
}
@media screen and (max-width: 479px){
    .reg-img{
        display: block;
    }
}

/*** add **/
.transferts .tab-styled-headline i:before,.transferts-fr .tab-styled-headline i:before {
    background-image: url(../img/transferts.png);
    background-size: cover;
    width: 27px;
    height: 20px;
}
#home-main-wrap, #post-main-wrap {
    z-index: 0;
}
@media screen and (max-width: 1040px) and (min-width: 450px){
    .row-widget-img .social-date {
        width: auto;
    }
}
@media screen and (max-width: 1170px) and (min-width: 1100px){
    .row-widget-img .social-date {
        width: auto;
    }
}
#home-mid-wrap-dark, #home-mid-wrap-last-article-dark {
    background: #252525;
    width: 100%;
}
#body-main-wrap{
    float: none !important;
    display: block !important;
}
/* programme full */

.content-programme h2, .content-programme .h2 {
    display: block;
    border-top: solid 1px #e8e8e8;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px;
    line-height: 42px;
    background-color: #919191;
    margin-bottom: 0;
    color: #fff;
}
div.barre_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #e8e8e8;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 5px;
    color: #fff;
    line-height: 29px;
    margin-top: 10px;
    background-color: #df9019;
}
div.barre_top .Name_barre{
    display: inline-block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 15px;
}
div.barre_top span {
    display: inline-block;
    width: 29%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 15px;
}
div.barre_top span a{
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 15px;
    color: #fff;

}
div.barre_top span.today{
    width: 40%;
}
.freeze{
    color: #828080 !important;
    fill: #828080 !important;
}
div.barre_top span svg{
    vertical-align: sub;
    fill: white;
}
span.h2 li{
    list-style: none;
}
span .icone_lg{
    float: right;
    margin-right: 8px;
}
span .icone_lg img{
    width: 21px !important ;
}
span.h2 img{
    vertical-align: middle;
       margin: -3px 5px 0 0;
    width: 40px;
}

.time_match{
    width: 34px;
    float: left;
}
.round{
    background-color: #c1c1c1;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
}
.eTable img{
    width: 30px;
    margin-right: 8px;
}

#content h2, #content .h2 {
    display: block;
    border-top: solid 1px #cec3b2;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px;
    background: #cec3b2;
    line-height: 30px;
    margin-top: 10px;
}
.gameList {
    background: #fff;
    border-bottom: solid 0 #f0f0f0;
    width: 100%;
    border-top: solid 1px #f0f0f0;
}
.gameList ul {
    margin-bottom:0px;
}
.gameList ul li {
    overflow: hidden;
}
.gameList .mt_row {
    padding: 2px 5px;
    border-top: solid 1px #ebebeb;
}

.showr.gameList .mt_row.FT .sr-cricle {
    display: inline-block;
}
.showr.gameList .mt_row .sr-cricle {
    display: none;
    float: right;
    width: 20px;
    line-height: 21px;
    height: 20px;
    border-radius: 50%;
    background: gray;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    font-style: normal;
}

.bf-winBG, .o-upBG {
    background-color: #86bf7f!important;
    color: #fff;
}

.home-widget.content-programme{
    padding-bottom: 10px !important;
    border-bottom: 0px ;
}
.time {
    float: left;
    text-align: center;
    width: 92px;
}
.time_match {
    float: left;
}
.gameList .time i {
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
}
.red {
    color: #e00e0e!important;
}
.green {
    color: #1b8053!important;
}
.centre {
    float: left;
    padding-left: 10px;
    width: calc(100% - 200px);
}
.centre .home {
    width: calc(50% - 55px);
    float: left;
    line-height: 30px;
    height: 30px;
}

.wr_hw .home .name, .wr_gw .guest .name {
    font-weight: 700;
}

.centre .home .name, .centre .guest .name {
    color: #161616;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.centre .home i{
    float: right;
}
.centre .guest .name {
    float: left;
}
.centre .score {
    float: left;
    line-height: 30px;
    min-width: 90px;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px;
    background-color: #df9019;
    color: #fff;
}
.centre .score span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.centre .score span, .centre .score i {
    display: inline;
}
.centre .guest {
    width: calc(50% - 55px);
    float: right;
    line-height: 30px;
    height: 30px;
}

.halfScore {
    width: 45px;
    float: right;
    text-align: center;
    line-height: 30px;
}

.halfScore span {
    text-align: center;
    color: #6e6e6e;
    display: inline;

}
.halfScore i {
        display: inline;
}
.clear {
    clear: both;
}
.showMore {
    color: #008c54;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.showMore a, .showMore a {
    display: inline-block;
    width: 100%;
    color: #008c54!important;
}
.redCard>*, .yellowCard>* {
    line-height: 16px;
    font-size: 9px;
    float: none!important;
    text-align: center;
    font-style: normal;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    width: 10px;
    margin: 0 2px;
    line-height: 12px;
    font-weight: normal;
    padding: 0 1px;
}
.redCard>* {
    background: #ff410f;
}
.yellowCard>*{
    background:#f9c203
}
.yellowCard .rOne, .redCard .rOne {
    padding: 0 2px;
    min-height: 12px;
    position: relative;
    bottom: -1px;
}
.centre .home i{
    margin-right: 5px;
}
.centre .guest i {
    margin-left: 5px;
}
@media screen and (max-width: 800px) and (min-width: 721px){
    .centre {
        float: left;
        padding-left: 10px;
        width: calc(100% - 106px);
    }
    .time {
        width: 40px;
        padding-top: 3px;
    }
    .gameList .time i {
        line-height: 4px;
    }
    .gameList .mt_row {
        padding: 5px 5px;
    }
}
@media screen and (max-width: 720px){
    .time {
        float: left;
        text-align: left;
        width: 50px;
        display: flex;
        flex-direction: column;
        /* height: 15px; */
    }
    .gameList .time i {
        line-height: 18px;
    }
    .centre .home i,.centre .guest i{
        margin-left: 5px;
    }
    .centre {
        width: calc(100% - 90px);
        float: left;
        padding-left: 10px;
    }
    .centre .home .name,.centre .home  .data{
        float: left;
    }
    .centre .score {
        float: right;
        line-height: 18px;
        min-width: 0;
        text-align: left;
        border-radius: 0px;
        margin: 0;
        background-color: #fff;
        color: #df9019;
        width: 30px;
    }
    .centre .home, .centre .guest {
        width: calc(100% - 40px);
        float: left;
        line-height: 18px;
    }
    .centre .score i,.halfScore i {
        display: none;
    }
    .centre .score span {
        display: block;
    }
    .halfScore {
        width: 20px;
        float: left;
        text-align: left;
        line-height: 18px;
    }
    .halfScore span {
        display: block;
    }
}
/**** classement */
.nav .nav-submenu {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.nav .title {
    line-height: 25px;
    font-weight: 500;
    color: #333;
    padding: 5px;
    width: 100%;
}
.nav .title .icon {
    max-width: 50px;
    float: left;
    margin: 0 5px;
}
.eTable{
    color: #313131;
}
table.eTable tr th {
    font-size: 11px;
    min-width: 20px;
    font-weight: bold;
    background: #f5f5f5;
    height: 30px;
    border-top: solid 1px #e8e8e8;
    color: #999;
    border-right: none;
    text-align: center;
}
table.eTable tr td {
    background: #fff;
    border-top: solid 1px #e8e8e8;
    word-break: break-all;
    border-right: none;
    line-height: 20px;
    text-align: center;
    padding: 5px 0;
}
table.eTable tr td.lRow, table.eTable tr th.lRow {
    text-align: left;
    padding-left: 6px;
    line-height: normal;
}
table.eTable tr td.lRow p {
    display: inline-block;
    min-width: 115px;
    word-break: break-word;
    margin: 0;
    max-width: 200px;
}
.qualification{
    padding: 2px 6px;
}
h2 sup{
    text-transform: lowercase;
    font-size: 13px !important;
}
#content-main sup {
    font-size: 75%;
    vertical-align: baseline;
}

/** add 2 **/
.post-tags {
    line-height: inherit !important;
}
.post-tags.home-widget{
    border:0px
}
.post-tags .keywords a{
    background-color: #df9018;
    color: #fff;
    padding: 3px 5px;
    border-radius: 6px;
    font-weight: 500;
}
#post-header {
    display: inline-block;
    margin: 30px auto 30px;
    max-width: none;
    padding: 0;
    width: 100%;
}
.post-info-in {
    margin-left: 0px;
}
article header#post-header {
    display: flex;
    margin: 30px auto 30px;
    max-width: none;
    padding: 0;
    width: 100%;
}
article header#post-header .post-info-right{
    width: 180px;
    padding: 10px 6px 10px 0;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin: 0;
}
article header#post-header .post-info-name {
     border-bottom: 0px;
     font-size: 20px;
     display: flex;
    justify-content: center;
    margin-top: 6px;
    color: #bbb;
}
article header#post-header .post-info-name span {
    margin-right: 3px;
    line-height: normal;
    font-size: 17px;
}
article header#post-header .post-info-name .custom-author-name {
    color: #df9018;
    font-size: 15px;
    margin-top: 2px;
}
article header#post-header .post-date{
    font-size: 17px;
    display: flex;
    justify-content: center;
    line-height: 20px;
    text-align: center;
}
article header#post-header .post-title{
    border-left: 1px solid #df9018;
    padding-left: 10px;
    color: #df9018;
    font-weight: 800;
    display: flex;
    align-self: center;
    text-transform: uppercase;
}
article .post-cont-out{
    padding: 5px;
    padding-top: 12px;
}
.facebook-share, .twitter-share, .pinterest-share, .email-share, .social-comments, .whatsapp-share{
    width: 30px;
    margin-right: 5px;
}
.social-sharing-top, .social-sharing-bot {
   text-align: right;
}
.article .tab-styled-headline i{
    margin-top: 0px;
}
.article .tab-styled-headline .separator{
    font-size: 21px;
    font-weight: 500;
}
.article .tab-styled-headline .link-cat-article{
    color: #df9019;
}
.article .tab-styled-headline{
    width: auto;
}
@media screen and (max-width: 1800px) and (min-width: 1601px){
    article header#post-header .post-title{
        font-size: 30px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1401px){
    article header#post-header .post-title{
        font-size: 27px;
    }
}
@media screen and (max-width: 1400px){
    article header#post-header .post-title{
        font-size: 24px;
    }
	#foot-widget-wrap > div {
		width: 100%;
		padding: 0 25px;
		min-height: 160px;
	}
}
@media screen and (max-width: 1225px){
    article header#post-header .post-date {
        font-size: 18px;
        
    }
}
@media screen and (max-width: 500px){
    article header#post-header {
        flex-direction: column;
    }
    article header#post-header .post-info-right {
        width: auto;
        display: flex;
        flex-direction: column;
        align-self: auto;
        margin: 0;
        order: 2;
    }
    article header#post-header .post-title{
        order: 0;
    }
    article header#post-header .post-date {
        font-size: 13px;
        line-height: 13px;
    }
    article header#post-header .post-info-name {
        font-size: 13px;
    }
    article header#post-header {
        margin: 30px auto 0px;
    }
    article header#post-header .post-info-right {
        width: auto;
        align-self: flex-end;
    }

	#foot-widget-wrap > div:first-child {
		padding-left: 0 !important;
		background: none !important;
	}
	.customSocial-container-footer {
		padding-left: 0 !important;
	}
	.customSocial-container-footer:after {
		display: none !important;
	}
	#foot-widget-wrap > div:nth-child(2) {
		margin-bottom: 0;
	}
	#foot-widget-wrap > div:nth-child(3) {
		border-top: 2px solid #df9018;
		padding-top: 30px;
	}
}
.row-widget-img {
    margin-bottom: 15px !important;
}
.title{
    text-transform: initial;
    font-weight: 800 !important;
}
/*.title::first-letter {
    text-transform: uppercase;
}*/

/* Footer */
.foot-logo {
    position: absolute;
    left: 0;
    top: 30px;
	max-width: 110px;
}
.foot-info-text {
    padding-left: 125px;
	font-size: 12px;
}
.foot-info-text h3.foot-head {
	color: #df9018;
}
.foot-copy {
	float: none;
    max-width: 100%;
    margin-top: -15px;
    text-align: center;
    padding-bottom: 10px;
}
#foot-wrap .foot-widget:nth-child(2) h3{
	padding-left: 60px; 
}

.es_spinner_image img {
	border: 3px solid #888;
    border-radius: 50%;
}
#foot-wrap .emaillist .ig_es_form_field_email {
	background: url('../img/mailIcon.png') no-repeat 10px center !important;
    background-size: 25px auto !important;
	padding-left: 45px;
}
#foot-wrap .emaillist input.es_subscription_form_submit {
	border: 1px solid #984b1c;
	background-color: #df9018;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    font-family: acumin-pro-semi-condensed, sans-serif;
    background-color: #df9019;
    height: 44px;
    border: 0;
}
.customSocial-container-footer {
	padding-left: 60px;
}
.customSocial-container-footer i {
	color: #FFFFFF;
	font-size: 30px;
	margin-right: 10px;
}
.customSocial-container-footer a {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.customSocial-container-footer a:hover, .customSocial-container-footer a:hover i {
	color: #df9018;
}
.customSocial-container-footer li {
    width: 50%;
    margin-bottom: 20px;
    display: inline;
    float: left;
}
.customSocial-container-footer:after {
    content: ' ';
    border-bottom: 2px solid #df9018;
    width: 300px;
    display: block;
    position: absolute;
    bottom: 0;
}
#foot-bot-wrap {
	background-color: transparent !important;
}
#foot-widget-wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
#foot-widget-wrap > div:first-child {
	align-items: start;
    padding-left: 175px;
    background: url(../img/logo-foot.png) 20px center no-repeat;
    background-size: 125px auto;
}
#foot-widget-wrap > div:nth-child(2) .foot-head {
	padding-left: 10px;
}
#foot-widget-wrap .foot-head {
	padding-left: 20px;
	max-width: 350px !important;
	float: none !important;
	text-transform: capitalize !important;
}
.footer_left_block ul.menu {
	display: flex;
}
.footer_left_block ul.menu li {
    margin-right: 6px;
}
.footer_left_block ul.menu a, .footer_left_block ul.menu a:visited {
	color: #df9018;
	font-weight: 700;
	font-size: 1rem;
}
.footer_left_block ul.menu a:hover {
	color: #FFFFFF;
}
.es_subscription_message.success {
	color: #df9018 !important;
}
/* traduction */
#content-main #flags ul li{
    margin-left:0px;
}
#flags {
    display: inline-block;
    float: left;
    width: 124px !important;
}
#google_language_translator{
    display: inline-block;
    float: left;
    height: 40px;
}
#google_language_translator select.goog-te-combo{
    width:auto;
}
@media screen and (min-width: 1226px){
    #google_language_translator{
        clear: inherit;
    }
}
@media screen and (min-width: 900px) and (max-width: 1099px){
    #google_language_translator{
        clear: inherit;
    }
}
@media screen and (min-width: 610px) and (max-width: 767px){
    #google_language_translator{
        clear: inherit;
    }
}
i {
    font-style: normal;
}
.live-match-icon{
    width: 8px;
    position: absolute;
    left: 0px;
    margin-top: 4px;
}
.btn-programme-mini{
    background-color: #df9018;
    padding: 2px 8px;
    border-radius: 50px;
    color: #fff !important;
}
.ads-go{
	width: 100%;
    /*display: block !important;
     width: 300px;
    display: inline-block !important;
    height: 300px; */
}
.banner_right{
    /* min-width: 300px;
    width: 300px;
    display: inline-block !important;
    height: 300px; */
}
.banner_right .textwidget{
    /* min-width: 300px;
    width: 300px !important;
    display: inline-block !important;
    height: 300px; */
}
.ads-2021{
    /*width: 400px;*/
    /*max-height: 200px;*/
    margin-bottom: 10px;
}
@media screen and (max-width: 1208px){
    /*.ads-2021{
        display: none;
    }*/
    /*.ads_mobile{
        display: none;
    }*/
}
#body-main-cont .ads_mobileaz{
    margin-right: 12px;
}
.ads-2021{
   padding: 20px 0 0 0;
   margin-right: 0px;
   
}
.second-title{
    z-index: 2;
color: #272727;
position: absolute;
margin-top: 8px;
background-color: #f9db06;
display: inline-block;
width: auto;
line-height: normal;
font-size: 16px;
padding: 5px;
}