
/***************************************************************************************/
/******************************** GENERALITES *************************************/
/***************************************************************************************/
.firstpb{
	margin-top: 110px;
}
#main,
#sidebar{
	/*padding-top: 130px;*/
}
#main{
    width: 625px;
}
#contenu{
    width: 445px;;
}
#contenu.withoutshare{
    width: 625px;
}
#contenu h1.big_titre {
    font-size: 29px;
    margin-bottom: 15px;
}

/***************************************************************************************/
/******************************** NAVBAR *************************************/
/***************************************************************************************/

.navbar-default {
    height: 100px;
    background-size: initial;
}
.navbar-brand img {
    width: 180px;
}
.navbar-default .navbar-collapse{
	width: 755px;
    margin-top: 23px;
}
.navbar-default .navbar-nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
}

/***************************************************************************************/
/******************************** MAIN HOMEPAGE *************************************/
/***************************************************************************************/

#alaune{
	float: left;
	width: 370px;
	margin-bottom: 0;
}
#prochainmatch{
	float: left;
    width: 210px;
    margin-left: 30px;
    position: relative;
    height: 196px;
    background-size:cover !important;
    background-position:center center !important;
    color:#fff;
}
#prochainmatch .bg_opacite{
    width: 210px;
    height: 196px;
    background:rgba(0, 0, 0, 0.2);
}
#prochainmatch .cartouche{
    background: #452a77;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 2px 5px 0px;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}
#prochainmatch .compet{
    color: #fff;
    float: right;
    font-size: 11px;
    margin-top: 15px;
    width: 105px;
    text-align: right;
}
#prochainmatch .infos{
    font-size: 11px;
}
#prochainmatch .infos b{
    font-size: 13px;
}
#prochainmatch .logos .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#prochainmatch .logos img{
    width: 50px;
    display: inline-block;
}
#prochainmatch .barre{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #452a77;
    color: #9774d8;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#prochainmatch .barre a{
    color: #fff;
}
#prochainmatch .barre a:hover{
    color: #9774d8;
    text-decoration: none;
}
.last3 .article .date{
    margin-left: 15px;
}
.last3 .article .btn_suite{
    margin-right: 10px;
}

.infinite_article .un_article .date_g,
.infinite_article:before{
	display: none;
}
.infinite_article .article .illustration {
    width: auto;
    height: 145px;
    float: left;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 15px;
}
.infinite_article .last3 .article .illustration {
    height: auto;
    float: none;
    margin-top: -0px;
    margin-left: 0px;
    margin-right: 0;
}
.infinite_article .un_article .article{
	display: block;
    height: 145px;
}
.infinite_article .un_article .article h2{
    max-height: 69px;
    overflow: hidden;
}
.infinite_article .article .infos {
    position: static;
}
.infinite_article .article .text-right {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.infinite_article .last3 .article .text-right {
    position: static;
    right: auto;
    bottom: auto;
}

.social .rs.snapchat{
	cursor: pointer;
}

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


#commentaires .comm:hover .texte .report,
.discussion .unpost .rep:hover .report, 
.discussion .unpost:hover .report.parent{
    display: block;
}

/***************************************************************************************/
/******************************** SUPPORTERS *************************************/
/***************************************************************************************/

.supporters .item .liens{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px 15px;
    width: 100%;
    font-size: 12px;
    color: #fff;
}
.supporters .item .liens a{
    color: #fff;
}

/***************************************************************************************/
/******************************** FOOTER *************************************/
/***************************************************************************************/

#footer .liens .logo{
	margin-top: 15px;
}


/***************************************************************************************/
/******************************** BARRE PARTAGE INTER *************************************/
/***************************************************************************************/

.partages{
    width: 180px;
}
.partages .share{
    display: block;
    height: 50px;
    color:#fff;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.partages .share:hover{
    text-decoration: none;
}
.partages .share i{
    margin-right: 8px;
    font-size: 24px;
    width: 30px;
    vertical-align: sub;
    text-align: center;
}
.partages .share.facebook{
    background-color:#3b5998;
}
.partages .share.facebook:hover{
    background-color:#264178;
}
.partages .share.twitter{
    background-color:#5bc0de;
}
.partages .share.twitter:hover{
    background-color:#2b819b;
}
.partages .share.google{
    background-color:#d74d23;
}
.partages .share.google:hover{
    background-color:#913518;
}
.partages .share.email{
    background-color:#6e6e6e;
}
.partages .share.email:hover{
    background-color:#494949;
}
.partages .share.newsletter{
    background-image: url(../img/bloc_newsletter.jpg);
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}
.partages .share.newsletter input{
    border:none;
    padding: 7px 5px 7px;
    font-size: 12px;
    width: 95px;
    color:#2c2c2c;
    margin-top: 13px;
}
.partages .share.newsletter button{
    border:none;
    color:#fff;
    background: #452a77;
    font-size: 15px;
    vertical-align: bottom;
    padding: 7px 8px 7px;
    cursor: pointer;
}


/***************************************************************************************/
/******************************** CONTENU PAGE INTER *************************************/
/***************************************************************************************/

#contenu .date_publication {
    margin-bottom: 15px;
}
#contenu img.illustration_droite {
    width: 250px;
    float: right;
    margin-left: 10px;
}
#contenu .articlesautour .precedent img, 
#contenu .articlesautour .suivant img {
    width: 100px;
}
#contenu .articlesautour .precedent a h2,
#contenu .articlesautour .suivant a h2{
}

.archives .timeline li.art .littlecart div.img,
.quizz div.img{
    float: left;
    margin-right: 10px;
    max-width: 250px;
}

/***************************************************************************************/
/******************************** SUPPORTERS *************************************/
/***************************************************************************************/

.supporters .item .liens{
    opacity: 0;
}
.supporters .item:hover .liens{
    opacity: 1;
}