html, body{
    background-color: rgb(94, 94, 94);
    height:100%;
}

/* ---------------------------Menu Top -----------------------------------*/
.top-header{
    background-color: #363232;
    color: white;
   padding: 0px 10px;
}

.logo{
    height: 90px;
}

.search{
    margin-top: 30px;
}

.navbar{
    padding: 0;
}

.menu{
    padding: 0;
    margin: 0;
    
}

.menu-top{
    background: #2f559c;
}

.menu-top li:nth-child(n+2) {
    padding: 0em 0.5em;
    border-left: 1px solid white;
    max-height: 37px;
}


/* ---------------------------Main--------------------------------------------*/

.main{
    background: #F5F5FF;
}

/*------------ ---------------------------Sidebar -----------------------------------*/

.sidebar{
    text-align:center;
    background: #eeeeee;
    padding-top: 30px;
}
.widget{
    background-color: #f5f5ff;
    height:auto;
    border: 3px solid #2F559C;
    margin-bottom:25px;
    padding:0;
}



.widget h2{
    background-color:#2F559C;
    font-size:18px;
    color: lightgray;
    padding-bottom: 5px;
    text-align: left;
}
.pub {
    min-height: 300px;
}

.pub h2{
    text-align: center;
}


.widget .contenu{
    font-size: 13px;
    text-align: left;
    padding-top:5px;
}

.widget .contenu p{
    margin-bottom:6px;
    padding-left:2px;
}

.widget .contenu img{
    padding:0 5px 5px 5px;
}

.widget .contenu .stats{
    color: #2F559C;
    font-weight: bold;
}

.lire-suite{
    text-align: left;
    background-color: #E1E4F2;
    font-size:12px;
    margin-top: 5px;
}

.lire-suite p{
    margin-bottom:0;
}

.widget h4{
    font-size:12px;
    color: #2F559C;
    margin-bottom: 0px;
}

.widget span.nb-lectures{
    color: rgb(153, 153, 153);
    font-size:11px;
    margin-top:30px;
}

.lien-article{
    margin-left:-25px;
}

.extrait-radio-cockpit{
    margin-bottom: 15px;
}

.flash-info-text{
    margin-left:-10px;
    padding-left:0;
    font-size: 11px;
}

.widget .flash{
    padding: 5px 5px 0 5px;
}

.flash-info{
    margin:0 auto 5px auto;
    background-color: #E1E4F2;
}

.flash-img{
    width: 90px;
    height: 65px;
    margin-left:-20px; 
}

.caroussel{
    margin-bottom: 30px;
}



/*-------------------------------Center-----------------------------------------*/
.entete{
    background-color: #E1E4F2;
    width: 100%;
    padding-left:15px;
    margin-bottom:25px;
}

h1{
    font-size:25px;
    color:#2F559C;
    margin-top:30px;
}

.article{
    margin-bottom: 17px;
}

h2{
    font-size:20px;
    color:#2F559C;
    margin-bottom:0;
}

.entete-article{
    background-color: #E1E4F2;
    width: 100%;
    padding-left:20px;
    margin-bottom:10px;
}

.publication{
    margin-top:30px;
    font-size: 12px;
    color: #2F559C;
}

.extrait{
    font-size:14px;
}

/*------------------------------------------Bloc article---------------------------*/

.bloc-article p{
    width: 100%;
    font-size:13px;
}

.bloc-article img{
    width: 100%;
}

.social{
    list-style-type: none;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}

.social li{
    display: inline;
    margin-left: 5px;
}

.reactions-forum{
    text-align: center;
}

.arrow{
    margin-right:30px;
    font-size:20px;
    color: blue;
}

.widget-article{
    margin: 20px auto;
}

/*-----------------------------------------Derniers messages forum----------------------*/

.actu-forum{
    max-height: 350px; /* avant 400px */
    overflow: scroll;
}

table {
    font-size:10px;
    color:#2F559C;
    width: 100%; /* avant 95% */
    background-color: rgb(247, 247, 247);
    margin-bottom: 25px;
}

table h5{
    font-size: 12px;
}

table .tr{
    border-bottom: 2px solid white;
}

table td{
    text-align: left;
	}

/* ---------------------------Menu footer -----------------------------------*/

.menu-footer{
    background: #E1E4F2;
}

.menu-footer li{
    padding: 0em 0.5em;
    border-left: 1px solid rgb(255, 255, 255);
    max-height: 30px;
    
}

.menu-footer li:last-child{
    border-right: 1px solid rgb(255, 255, 255);
}

.menu-footer li a.item-footer{
    color:#2F559C;
    text-decoration: underline;
    font-size:13px;
}


/*--------------------------------------CREDITS--------------------------------------------*/

.credits{
    background-color: #363232;
    color:#FFCB3C;
    font-size:11px;
    height:40px;
    text-align: center;
}

@media screen and (max-width: 576px)
{
    .top-header{
        margin:0 auto;
    }

    .lien-article{
        margin-left:2px;
    }

    .center{
        overflow-x: hidden;
    }
}
@media screen and (max-width: 768px) 
{ 
	.center{ 
	order:1; 
	}

	.sidebar-left{ 
	order:2;
	}

	.sidebar-right{ 
	order: 3;
	} 
}