/* Liste des actualites */
.liste-actualites{

}
	.bloc-page-actu{
		display: inline-block;
		padding: 15px;
		vertical-align: top;
		width: 50%;
	}
	.bloc-page-actu:nth-child(odd){
		
	}
	.bloc-page-actu:nth-child(even){
		
	}

		.image-actu{
			display: block;
		}
		.actu-inte{
			background: #eee;
			padding: 15px;
		}
			.bloc-page-actu h2{
				color: #05374f;
				font-size: 16px;
				font-size: 1.6rem;
				margin: 0 0 10px;
				text-transform: none;
			}
				.bloc-page-actu h2 a{
					color: #05374f;
				}

			.bloc-page-actu p{

			}
			.bloc-page-actu p a /*.link-actu*/{
				display: block;
				font-size: 15px;
				font-size: 1.5rem;
				font-weight: 700;
				margin-top: 15px;
			}

.pager{
	margin: 50px 0 0;
	text-align: center;
}
	.pager a, .pager span{
		border: 1px solid #eee;
		color: #3a3a38;
		display: inline-block;
		font-size: 13px;
		padding: 6px 10px;
		vertical-align: top;

			-moz-transition: background 0.5s linear, color 0.5s linear;
			-webkit-transition: background 0.5s linear, color 0.5s linear;
		transition: background 0.5s linear, color 0.5s linear;
	}
	.pager a:hover, .pager a:focus, .pager span.current{
		background: #00abc5;
		color: #fff;
		text-decoration: none;
	}

	.prev{

	}
	.page-numbers{

	}
	.current{

	}
	.next{

	}




/*-- Responsive --*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){ /* Tablettes */
	

} /* Fin Tablettes : 768*1024 */


@media screen and (max-width: 767px), (max-device-width: 767px){ /* Mini-tablettes */
	

} /* Fin Mini-tablettes : 600*768 */


@media screen and (max-width: 599px), (max-device-width: 599px){ /* Mobiles */
	.bloc-page-actu{
		display: block;
		padding: 10px;
		width: 100%;
	}
		.image-actu-single{
			float: none;
			margin: 0 0 2% 0;
			max-width: 100%;
		}

} /* Fin Mobiles : 320*599 */



