@charset "UTF-8";
/* CSS Document */



#nav-second sub {
    font-size: 80%;
    bottom: .15em;
    color: #ECCB1D;
}

#news {
	/*
    padding: 0 15px;
	margin-bottom: 40px;
    */
    margin: 0;
    padding: 25px;
    border-radius: 10px;
    background-color: #242830;
}
#basculer {
	margin-bottom: 20px;
}
#basculer .select {
	margin-right: 10px;
	width: auto;
}
#basculer select {
	width: 245px;
	text-transform: uppercase;
}

.body-blue+.body-ad{
	margin-top: 30px;
}
.pages {
    margin: 60px 0 40px 0;
}
.nb {
	/*
    font-size: 16px;
    */
	margin-bottom: 10px;
}



.cover {
	background-color:#f4f4f4;
	padding: 25px 140px;
	margin-bottom: 40px;
}
.cover .img {
	position: relative;
	margin-bottom: 10px;
}
.cover .img img {
	margin: 0 auto;
}
.cover .info {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.cover .info a {
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding: 0 20px 0 10px;
}
.cover .tag {
	display: inline-block;
	color: #fffcc8;
	margin-bottom: 5px;
	font-size: 21px;
}
.cover .titre {
	color: #fff;
	font-size:  24px;
	/*
	font-weight: bold;
	font-size: 28px;
	*/
}
.cover .content {
	color: #605c5c;
	font-size: 17px;
	display: inline-block;
	margin-bottom: 15px;
}
#news .data {
	/*
    color: #369;
    color: #666;
    */
    color: #999;
	font-size: 12px;
	display: inline-block;
}
#news .data i {
    font-size: 16px;
	margin: 0 3px 0 20px;
}
#news .data i:first-child {
	margin-left: 0;
}
#news .items li {
    /*
	margin-bottom: 40px;
	border: 3px solid #efefef;
	border-radius: 3px;
	height: 285px;
	padding: 2px 5px 5px 5px;
    */
    margin-bottom: 40px;
    border-radius: 10px;
    max-height: 275px;
    background-color: #2E353E;
}
#news .items li:after {
	content: ' ';
	clear: both;
	display: block;
}
#news .items li .photo {
	width: 50%;
	float: left;
	height: 100%;
}
#news .items li .photo img {
	width: 100%;
	height: 100%;
	max-height: 100%;
    border-radius: 10px;
}
#news .items li .photo a {
	width: 100%;
}
#news .items li .post {
	width: 50%;
	float: left;
	padding: 20px 15px 0 30px;
}
#news .items li:nth-child(2n+2) .photo {
	float: right;
}
#news .items li:nth-child(2n+2) .post {
	padding-right: 35px;
}
#news .items .tag {
	/*
    color: #EF5A28;
    */
    color: #DD4925;
	font-size: 18px;
	font-weight: 700;
	font-family: Sansita, Georgia, Arial;
}
#news .items .titre {
	/*
    color: #373637;
    */
    color: #72A8C5;
	font-size: 24px;
	max-height: 60px;
	line-height: 1.2em;
	margin-bottom: 10px;
    text-overflow: ellipsis;
	white-space: pre-wrap;
    overflow: hidden;
}
#news .items .content {
    color: #CCC;
	font-size: 15px;
	max-height: 85px;
	margin-bottom: 15px;
	text-align: justify;
	overflow: hidden;
	font-family: Montserrat, "Open Sans", Arial;
	/*
	color: #666;
	height: 72px;
	max-height: 105px;
	*/
}




.tags {
	padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666;
}
#popular {
	padding-top: 40px;
	margin-bottom: 20px;
}






/*
#popular .tag {
	margin: 10px 0 2px 0;
	color: #EF5A28;
	font-size: 14px;
	font-family: Sansita, Georgia, Arial;
}
#popular .titre {
	margin: -5px 0 0 0;
	color: #666;
	font-size: 16px;
    line-height: 20px;
}
*/




/*

.tags {
	padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.tags>li {
	display: inline-block;
	float: left;
}
.tags>li>a {
	font-size: 10px;
	padding: 2px 10px;
	margin-right: 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	background-color: #C8E8F8;
}
.tags li button {
	background-color: #EBEBEB;
	color: #f05a2a !important;
	margin-right: 15px;
	padding: 2px 15px;
	border: 0;
	font-size: 10px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.tags li a:first-letter,.tags li button:first-letter {
	font-size: 1.3em;
}
.tags li a.selected {
	color: white;
	background-color: #ef5a28;
}

*/



/*-------------------------- Min Styling -----------------*/
@media (min-width: 768px) {
	.sidebar .tags{
		padding-left: 10px;
	}
	.sidebar .tags li{
		display: block;
		float: none;
		margin-bottom: 7px;
	}
	.sidebar{
		display: flex;
		margin-bottom: 40px;
	}
	.sidebar .cover{
		width: 850px;
		margin-right: 15px;
		float: left;
		padding: 25px 20px;
		margin-bottom: 0;
		order: 1;
	}
	.sidebar .aside{
		width: 215px;
		float: right;
		background-color:#f4f4f4;
		padding:15px 10px;
		order: 2;
	}
	.sidebar .cover .img img {
		margin: 0 auto;
		height: auto;
		width: 100%;
	}
}







@media (max-width: 767px) {
	#news {
		/*
        padding: 0;
		margin-bottom: 0;
        */
        padding: 10px;
        margin: 0 0 20px 0;
	}
	#news .nb {
		font-size: 14px;
	}
    #news .data i {
        margin: 0 3px 0 10px;
    }
	#basculer{
		padding: 0 20px;
		margin-bottom: 5px;
	}
	#basculer .select{
		margin-bottom: 10px;
		width: 100%;
	}
	#basculer select{
		max-width: 100%;
		width: 100%;
		min-width: initial;
	}
    
    
	/*
    TAGS
    */
	#news>.nb {
		padding-left: 20px;
	}
	.tags {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		margin-bottom: 40px;
		/*
		padding-left: 20px;
		*/
	}
	.tags>li {
		float: none!important;
		vertical-align: top;
	}
	.tags:hover::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.tags::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.tags>li.dropdown button {
		display: none;
	}
	.tags>li.dropdown ul {
		padding: 0;
		border: none;
		border-radius: 0;
		position: initial;
		display: inline-block;
		background: initial;
		box-shadow: none;
	}
	.tags>li.dropdown ul li{
		display: inline-block;
		vertical-align: top;
	}
	.tags>li>a {
		margin-right: 5px;
	}
	.tags>li.dropdown ul li a{
		padding: 2px 15px;
		margin-right: 5px;
		text-transform: uppercase;
		background-color: #c8e8fd;
		font-size: 12px;
	}
    
    
    
	/*
    COVER
    */
	.cover{
		padding: 0;
		margin-bottom: 45px;
		background-color: initial;
	}
	.cover .img {
		width: auto;
		margin: 0 -15px;
	}
	.cover .info {
		position: initial;
	}
	.cover .tag{
		font-size: 15px;
		color: #EF5A28;
		font-weight: bold;
		margin-bottom: 0px;
	}
	.cover .tag a,.cover .titre a{
		background-color: initial;
		padding: 0 15px;
	}
	.cover .titre{
		font-size: 19px;
		margin-bottom: 10px;
		color: #373637;
	}
	.cover .content {
		overflow: initial;
		height: auto;
		font-size: 14px;
	}
    
    
	/*
    ITEMS
    */
	#news .items li {
		/*
        padding: 0;
		margin-bottom: 60px;
        */
        padding: 15px;
		border: none;
		height: auto;
        max-height: none;
		margin-bottom: 20px;
	}
	#news .items li .photo {
		width: auto;
		margin: 0 0 10px 0;
		float: none!important;
		/*
        margin: 0 -15px;
		margin-bottom: 5px;
        */
	}
	.cover .img>a {
		margin-bottom: 5px;
	}
	#news .items li .post{
		width: 100%;
		float: none!important;
		padding: 0 !important;
	}
	#news .items li .photo img {
		height: auto;
	}
	#news .items .tag {
		font-size: 15px;
		max-height: 20px;
	}
	#news .items .titre {
		font-size: 19px;
	}
	#news .items .content{
		height: auto;
		font-size: 14px;
		overflow: hidden;
        max-height: none;
		/*
        overflow: initial;
		margin-bottom: 5px;
        */
	}
	#news .data {
		font-size: 12px;
		margin: 8px 0 0 0;
	}
    
    
    
	/*
    CAROUSEL
    */
	#popular {
		padding-top: 15px;
	}
	#popular .owl-prev, #popular .owl-next {
		top: 45%;
	}
	#popular .titre {
		white-space: pre-wrap;
		text-overflow: ellipsis;
	}
	#carousel-populaires img {
		height: initial;
		width: initial;
		max-width: 100%;
	}
    
    
    
    .pages {
        margin: 40px 0 20px 0;
    }
}