/*****************************************************/
/********************** GRID *************************/
/*****************************************************/

.container .left{
    flex: 0 0 645px;
    max-width: 645px;
}
.container .right{
    flex: 0 0 315px;
    max-width: 315px;
}
.carad{
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 15px;
    padding-right: 0;
}
#sidebar .carad{
    padding-right: 0;
    width: 300px;
    max-width: 300px;
}
#filinfos{
    margin-left: 0;
    margin-top:0;
    margin-bottom: 15px;
    margin-right: 0;
}
.padrig0{
	padding-right: 0;
}
.halffp{
	margin-bottom: 15px;
}
.mainbody{
	padding-top: 15px !important;
}
.mainbody>.container {
    background: #f4f3f3 !important;
}
#inter{
    margin-top: 0px;
}
.left h1.ongrey {
    font-size: 26px;
    line-height: 37px;
    text-align:left;
}
.left.whitelg{
  background:#fff;
}
.intropage{
  font-size: 13px;
  text-align: left;
}

/*****************************************************/
/********************** PREHEADER + NAV *************************/
/*****************************************************/

body{
    padding-top: 205px;
}
body header#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    margin-bottom: 0px;
}
#header{
	margin-bottom: 0px;
}
.menulong{
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    transition: all 0.10s ease-in-out;
}
.menulong.cache{
    margin-top: -61px;
    z-index: 2;
    position: relative;
}
.blocborder{
    background: #8c1010;
    background: -moz-linear-gradient(left, #8c1010 0%, #d6142e 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #8c1010), color-stop(100%, #d6142e));
    background: -webkit-linear-gradient(left, #8c1010 0%, #d6142e 100%);
    background: -o-linear-gradient(left, #8c1010 0%, #d6142e 100%);
    background: -ms-linear-gradient(left, #8c1010 0%, #d6142e 100%);
    background: linear-gradient(to right, #8c1010 0%, #d6142e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1010', endColorstr='#d6142e', GradientType=1 );
    padding-bottom: 5px;
    position: relative;
    z-index: 3;
}
body header#header #preheader{
    padding-top: 25px;
    padding-bottom: 25px;
    background:#fcfcfd;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    transition: all 0.10s ease-in-out;
}
body header#header.top #preheader {
    padding-top: 0px;
    padding-bottom: 0px;
}
#preheader .bloclogo img{
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.10s ease-in-out;
    -o-transition: all 0.10s ease-in-out;
    transition: all 0.10s ease-in-out;
}
header.top #preheader .bloclogo img{
    height: 70px !important;
    margin-top: 10px;
}
.navbar{
	width: auto;
	left: 0;
	position: static;
    background: #fcfcfd;
}
.navbar-collapse li.nav-item .nav-link{
	color:#1d1c1c;
	text-transform: uppercase;
	font-family: 'DINPro';
	font-size: 24px;
	-webkit-transition: all 0.10s ease-in;
	-moz-transition: all 0.10s ease-in;
	-o-transition: all 0.10s ease-in;
	transition: all 0.10s ease-in;
}
.navbar-collapse li.nav-item{
	border-top: none;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
.navbar-collapse li.nav-item.show{
    border-bottom: solid 2px #8c1010;
	padding-bottom: 0;
    margin-bottom: 3px;
}
.navbar-collapse li.nav-item .nav-link:active,
.navbar-collapse li.nav-item .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-collapse li.nav-item .nav-link:focus-within,
.navbar-collapse li.nav-item .nav-link:hover{
	color:#8c1010;
}
.navbar-nav .dropdown-toggle .material-icons{
    font-size: 24px;
    color:#787878;
    vertical-align: middle;
    position: absolute;
    right: -5px;
    top: 9px;
}
.navbar-collapse li.nav-item .nav-link{
	padding-right: 10px;
    padding-left: 9px;
}
.navbar-collapse li.nav-item .nav-link.dropdown-toggle{
	padding-right: 17px;
	position: relative;
}
.navbar .goaccount_big{
	color:#686868;
	position: relative;
	padding-left: 25px;
	font-weight: 400;
}
.navbar .goaccount_big:hover{
	color:#000;
	text-decoration:none;
}
.navbar .goaccount_big i{
	font-size: 22px;
	position: absolute;
	left: 0;
}
.navbar .btn_evect{
	margin-right: 0;
	margin-top: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #1d1c1c;
    font-family: 'Roboto';
    font-weight: 600;
    padding-left: 0;
}
.navbar-nav .dropdown-menu .titre {
    background: linear-gradient(90deg,#d6142e,#8c1010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 17px;
    font-family: 'SofiaProCondensed';
    font-weight: bold;
}
.navbar-nav .dropdown-menu .un_sport {
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    background:none;
    color:#8c1010;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	background:#fcfcfc;
	top: auto;
    border-top: solid 1px #dadada;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 20px 15px 0px #80808026;
    border-radius: 0;
}

.pbmobile{
  width: auto;
  height: 90px;
  background: none;
}
.pbmobile.fixeed {
  position: static;
  top: inherit;
  z-index: 9;
}

/*****************************************************/
/********************** ACTUS  *************************/
/*****************************************************/

#actualaune figure{
	width: 645px;
	height: 430px;
}
.actusimagees .uneactu{
	padding-top: 15px;
	padding-left: 0px;
    padding-bottom: 0;
}
.actusimagees .uneactu figure{
	width: 234.38px;
	height: 156.25px;
}
.infos_article .comme {
    z-index: 2;
    position: relative;
    font-family: 'Helvetica';
    font-size: 13px;
    margin-left: 10px;
    background: linear-gradient(90deg,#309b45,#8c1010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
#actualaune a.preview {
	display: block;
	padding-left: 15px;
    font-size: 14px;
    font-family: 'Helvetica';
    overflow: hidden;
    line-height: 18px;
    height: 65px;
    margin-top: 15px;
    color: #686868;
    margin-bottom: 5px;
}
#actualaune a.preview:hover {
	text-decoration:none;
}
#actualaune .followus{
    font-family: 'SofiaProCondensed';
	font-size: 15px;
	margin-top: 15px;
    color: #686868;
}
#actualaune .followus .linkRS{
	margin-top: 5px;
}
#actualaune .followus .linkRS a{
    color: #686868;
    margin-right: 15px;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
    font-size: 18px;
}
#actualaune .followus .linkRS a:hover{
    opacity: 0.75;
}

/*****************************************************/
/********************** PAGE ARTICLE  *************************/
/*****************************************************/

#inter.article h1.titre{
    font-size: 31px;
    line-height: 31px;
}
.left #inter.article .infos_article .sujet,
.left #inter.article .infos_article .comme{
    margin-left: 0;
    margin-right: 5px;
}
#inter.article .container .lireaussi:before {
    left: -40px;
}
#inter.article #socialshare .share{
    font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
    font-size: 14px;
}
#inter.article #socialshare .share i{
    margin-right: 10px;
    font-size: 16px;
}
#inter.article #socialshare .share:hover{
    text-decoration:none;
    opacity: 0.75;
}
#inter.article .container .contenu img {
    max-width: 615px;
    margin-left: -28px;
}

/*****************************************************/
/********************** BLOC CLASSEMENT  *************************/
/*****************************************************/

.bloc_classement{
    position: relative;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    margin-left: 0;
}
.bloc_classement h2 {
    width: 100%;
}
.bloc_classement:before {
    content: "CLASSEMENT";
    position: absolute;
    top: -25px;
    line-height: 90px;
    left: 0;
    color: #faf9f9;
    font-weight: bold;
    font-size: 90px;
    z-index: 1;
    font-family: 'SofiaProCondensed';
}
.bloc_classement table{
	margin-bottom: 0;
}
.bloc_classement th,
.bloc_classement td{
	padding: 0;
	border:none;
	text-align: center;
    font-family: 'Helvetica';
    font-size: 14px;
}
.bloc_classement th{
	padding-bottom: 10px;
}
.bloc_classement th.club,
.bloc_classement td.club{
	text-align: left;
	padding-left: 5px;
}
.bloc_classement th.pos,
.bloc_classement td.pos{
	padding-left: 0px;
	text-align: left;
}
.bloc_classement tr.asse td{
	font-weight: bold;
	color:#8c1010;
}

/*****************************************************/
/********************** BLOC FRANCEBLEU  *************************/
/*****************************************************/

.blocFranceBleu{
	width: 100%;
}
.blocFranceBleu .infos h3 span{
	font-size: inherit;
}
.blocFranceBleu .descr{
	/*width: 315px;*/
}

/*****************************************************/
/********************** BLOC BILLETTERIE  *************************/
/*****************************************************/

.blocboutique,
.blocbilletterie{
	margin-left: -15px;
	margin-top: 15px;
}
.blocbilletterie .lien{
    position: relative;
    z-index: 9;
    text-align: right;
    color: #fff;
    font-family: 'Helvetica';
    font-size: 12px;
}
.blocboutique, .blocbilletterie .lien i.material-icons{
    font-size: 12px;
}
.blocboutique, .blocbilletterie .lien a{
    color:#fff;
}
#sidebar .blocboutique .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#sidebar .blocboutique{
    width: auto;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: 0;
}

/*****************************************************/
/********************** SUJETS HOMEPAGE  *************************/
/*****************************************************/

.subject {
    padding-top: 30px;
    padding-bottom: 15px;
}
.intersujet .carad{
	margin-top: 30px;
}
.subject .articles .carte {
    max-width: 19%;
}

/*****************************************************/
/********************** SUJETS HOMEPAGE  *************************/
/*****************************************************/

footer#footer {
    margin-top: 0px;
}

/**********************************************************************/
/************************ TOUTES LES ACTUS ***************************/
/**********************************************************************/

.actusimagees.ttesactus .uneactu{
    padding-left: 15px;
    padding-bottom: 15px;
}
.ttesactus .date{
    font-size: 20px;
}
.ttesactus .uneactu figure{
  width: auto !important;
  height: auto !important;
}
.ttesactus .details{
    margin-top: 0;
}


/**********************************************************************/
/************************ DISCUSSION ***************************/
/**********************************************************************/

.discussion .filtres{
    position: absolute;
    right: 0;
    top: -110px;
    text-align: right;
}
#commentaires.discus .reponse,
#commentaires.discus .addrep{
    padding-left: 45px;
}
#commentaires.discus .reponse{
    /*margin-top: -16px !important;*/
    padding-top: 15px;
    margin-top: 0;
    padding-left: 45px !important;
}
#commentaires.discus .addcomm{
    margin-top: 15px;
}
#commentaires.discus .reponse .card,
#commentaires.discus .addrep .card{
    padding-left: 15px !important;
}
#commentaires .addrep form:before{
    /*content: '';*/
    position: absolute;
    top: -15px;
    bottom: 0px;
    width: 4px;
    background: #ececec;
    left: 36px;
    margin: 0;
}

/**********************************************************************/
/************************ EVALUATION ***************************/
/**********************************************************************/

.rangeslider {
  width: 505px !important;
}

/**********************************************************************/
/************************ RECAP MERCATO ***************************/
/**********************************************************************/

table.recap_mercato td span.nom{
  font-size: 14px;
}
table.recap_mercato td.rum{
  font-size: 14px;
}
table.recap_mercato tr.alies td{
    font-size: inherit;
}

/**********************************************************************/
/************************ CALENDRIER ***************************/
/**********************************************************************/

.calendrier .inner-row{
    display: table-cell;
    width: auto;
    vertical-align: middle;
}
.calendrier .mois{
  margin-top: 10px;
  margin-bottom: 5px;
}
.calendrier .unmatch{
  margin-bottom: 0px;
}
.calendrier .inner-row .jour {
    width: 60px;
    padding-left: 10px;
}
.calendrier .inner-row .date {
    width: 40px;
    font-size: 25px;
}
.calendrier .inner-row .heure {
    width: 80px;
}
.calendrier .inner-row .compet {
    width: 140px;
    text-align: left;
}
.calendrier .inner-row .club {
    width: 150px;
}
.calendrier .inner-row .score {
    width: 60px;
}
.calendrier .inner-row .more {
    width: 40px;
}
.calendrier .inner-row > div {
    padding-top: 9px;
    padding-bottom: 9px;
}
.calendrier_l1 table td{
    padding-top: 8px;
    padding-bottom: 8px;
}




/**********************************************************************/
/************************ CLASSEMENT ***************************/
/**********************************************************************/

.classement table td{
    padding-top: 7px;
    padding-bottom: 7px;
}
.classement table td b{
    font-size: 16px;
}

/**********************************************************************/
/************************ TOUS LES JOUEURS / BUTEURS / EFFECTIFS ***************************/
/**********************************************************************/

table.effectif td,
table.effectif th,
table.buteurs td,
table.buteurs th,
table.allplayers td,
table.allplayers th{
    padding-top: 8px;
    padding-bottom: 8px;
}

/**********************************************************************/
/************************ EFFECTIF DETAILS ***************************/
/**********************************************************************/

.effectif_details .stats .bloc .fond {
    padding-top: 15px;
    padding-bottom: 15px;
}